-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
aniview V3 support #4583
aniview V3 support #4583
Conversation
itaynave
commented
Dec 11, 2019
•
edited
Loading
edited
V3 support
This pull request introduces 1 alert when merging a0aa080 into 8019d82 - view on LGTM.com new alerts:
|
Update refererInfo
Fix tabs and spaces
This pull request introduces 1 alert when merging 6f354e8 into 8019d82 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging f34d645 into 8019d82 - view on LGTM.com new alerts:
|
Add ccpa support
This pull request introduces 1 alert when merging cdfa67b into 8019d82 - view on LGTM.com new alerts:
|
Why is it failing on openX checks? Not related to this PR... openx analytics adapter |
modules/aniviewBidAdapter.js
Outdated
for (let i = 0; i < validBidRequests.length; i++) { | ||
let bidRequest = validBidRequests[i]; | ||
|
||
if (!bidRequest.sizes || !bidRequest.sizes.length) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bidRequest.sizes may be deprecated in the next major release. Alternative is to use the new bidRequest.mediaTypes object.
Hi @itaynave, This PR looks fine.
Few things to note about this are:
|
Fixed sizes from playerSize Updated md sample
|
docs PR prebid/prebid.github.io#1716 |
Hi @Fawke |
@itaynave Thanks for making the requested changes. I plugged your instream params that you've shared in one of the hello_world examples for instream, but I didn't get any response back from the server. Will the params that you've shared in the md file work in an test example. I just wanted to doublecheck the response coming back from the server is fine. |
@Fawke |
Thanks @itaynave for providing the test parameter. I'm accepting your change in Prebid v3, I'd request you to open a PR against the legacy branch at |
* Support new aniview bid adapter * Support new aniview bid adapter * Support new aniview bid adapter * Support new aniview bid adapter * Fix Consent parameters * Update aniviewBidAdapter.js V3 support * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js Update refererInfo * Update aniviewBidAdapter.js Fix tabs and spaces * Update aniviewBidAdapter.js fixes * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js Add ccpa support * Update aniviewBidAdapter.js Typo * Update aniviewBidAdapter.js * Update aniviewBidAdapter.js * Fix size and sample Fixed sizes from playerSize Updated md sample * Fix tabs * Fix sizes * Recheck * Add tgt parameter * Update sample