Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating bidder params for Advangelists #1316

Merged
merged 30 commits into from
May 28, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b0408f3
Submitting Prebid Server
Jun 26, 2019
918aeb5
Update Advangelists bidder code
Jul 2, 2019
227cd74
Add video test files
Jul 7, 2019
d11f5b2
Changes made as requested from Prebid
Jul 11, 2019
7a9a926
Made required changes
Jul 11, 2019
cca5df2
Correcting placement error
Jul 11, 2019
dc57df4
Updating formatting
Jul 11, 2019
29e3e44
Updated as requested
Jul 11, 2019
1d59a4d
Updated highlighted memory allocation issues
Jul 21, 2019
f14089d
PubId macro changes
Jul 23, 2019
20c87c9
PublisherID conversion to string on Adkernal adapter
Jul 23, 2019
68325e6
Ninth Decimal
Mar 31, 2020
f6d8e89
Updated as per prebid recomendation
Apr 7, 2020
dc60f2d
Fixed conflicts
Apr 7, 2020
b25d97a
Syncd again to check validation
Apr 8, 2020
fabd056
Updated as requested
Apr 15, 2020
0cacb22
Updating static bidder-params
Apr 15, 2020
dac000a
Updated changes requested
Apr 23, 2020
a260124
Merge pull request #4 from trchandraprakash/ninthDec
trchandraprakash Apr 30, 2020
e8e4c1e
Updating config conflict to local master
Apr 30, 2020
c873ee0
Merge pull request #3 from prebid/master
trchandraprakash Apr 30, 2020
0141adf
LunaMedia Adapter
Apr 30, 2020
c8803a2
Update LunaMedia user sync url
May 1, 2020
b97fa5b
removed execute permission
May 5, 2020
d02f2e8
Updated permission on adapter
May 6, 2020
07a4f8f
Updated Vendor info
May 18, 2020
cd61e9a
Updated vendor on Usersync
May 18, 2020
9900bf2
Merge pull request #5 from prebid/master
trchandraprakash May 19, 2020
c16ca1d
Updating placement info on bidder params
May 27, 2020
065c097
Merge pull request #6 from prebid/master
trchandraprakash May 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions static/bidder-params/advangelists.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"type": "string",
"description": "An id used to identify Advangelists publisher.",
"minLength": 8
},
"placement": {
"type": "string",
"description": "An id used to identify placements."
}
},
"required": ["pubid"]
Expand Down