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

update params for test bid #2267

Merged
merged 45 commits into from
Mar 15, 2018
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
16b9617
Vertamedia prebid.js adapter initial
Gorokhov Jan 30, 2017
267f04c
sync
Gorokhov Jan 30, 2017
99a311f
remove https
Gorokhov Jan 30, 2017
f861ad2
add http
Jan 30, 2017
8295748
remove let
Jan 30, 2017
9738c9a
fix typo
Jan 30, 2017
ec830c3
fix spaces
Jan 30, 2017
ec77d6d
add descriptionUrl; remove log
Feb 6, 2017
d346ac8
fix getSize
Mar 22, 2017
9f73124
Merge branch 'master' into master
Millerrok Mar 22, 2017
edc9745
add usege parseSizesInput
Mar 23, 2017
eefc347
Merge branch 'master' of https://github.com/Vertamedia/Prebid.js
Mar 23, 2017
82b2830
Add support for vastTag
Oct 24, 2017
ec7c583
Merge branch 'master' of https://github.com/prebid/Prebid.js
Oct 25, 2017
afcc529
Add moulty bid request; set vastUrl for bider;
Oct 25, 2017
e45235f
Merge branch 'master' of https://github.com/prebid/Prebid.js
Oct 31, 2017
d548fb8
Merge branch 'master' of https://github.com/prebid/Prebid.js
Nov 1, 2017
f3e6eaa
update for vertamedia adapter to Prebid 1.0
Nov 1, 2017
e4c30e8
Add vertamedia md file
Nov 1, 2017
78b4827
Add required fields
Nov 1, 2017
0945af1
Remove defaults; fix md file;
Nov 3, 2017
59735e4
add outstream mediaType support
Nov 21, 2017
aece210
add outstream mediaType support
Nov 21, 2017
77e66d3
Merge remote-tracking branch 'unstream/master'
Nov 21, 2017
42127de
Resolve conflicts
Nov 21, 2017
f878902
fix test
Nov 21, 2017
4273734
Merge branch 'master' of https://github.com/prebid/Prebid.js
Dec 8, 2017
cee6390
Add Vertamedia display adapter
Dec 8, 2017
6d94987
Merge branch 'master' of https://github.com/prebid/Prebid.js
Dec 13, 2017
cedbf3c
remove Boolean convert for isBidRequestValid
Dec 13, 2017
77316ea
Remove boolean convert for isBidRequestValid method; fix tests; fix typo
Dec 13, 2017
ae13f88
Merge branch 'master' of https://github.com/prebid/Prebid.js
Jan 3, 2018
ce5954d
add display support for Vertamedia adapter; documentation update
Jan 3, 2018
95dca95
update tests for VertamediaBidAdapter
Jan 3, 2018
11f20fa
add supportedMediaTypes
Jan 3, 2018
5d427d4
Add comments
Jan 4, 2018
95fe42d
Add moulty mediatypes support
Jan 23, 2018
81cd86e
Merge branch 'master' of https://github.com/prebid/Prebid.js
Jan 23, 2018
c01c4f0
Merge branch 'master' of https://github.com/prebid/Prebid.js
Jan 24, 2018
2ae5513
cleanup logs
Jan 24, 2018
580f670
Add sending multiple sizes
Jan 24, 2018
511e124
Merge branch 'master' of https://github.com/prebid/Prebid.js
Feb 12, 2018
7013a40
add multiple bids reguest
Feb 12, 2018
76edcd4
Merge branch 'master' of https://github.com/prebid/Prebid.js
Mar 15, 2018
7a72821
update test bid params
Mar 15, 2018
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
6 changes: 3 additions & 3 deletions modules/vertamediaBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This adapter provides a solution for accessing Video demand and display demand
bids: [{
bidder: 'vertamedia',
params: {
aid: 332842
aid: 331133
}
}]
},
Expand All @@ -45,7 +45,7 @@ This adapter provides a solution for accessing Video demand and display demand
bids: [{
bidder: 'vertamedia',
params: {
aid: 332842
aid: 331133
}
}]
},
Expand All @@ -57,7 +57,7 @@ This adapter provides a solution for accessing Video demand and display demand
bids: [{
bidder: 'vertamedia',
params: {
aid: 324758
aid: 350975
}
}]
}
Expand Down