-
Notifications
You must be signed in to change notification settings - Fork 0
Update insticator for 2.6rtb #83
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
base: insticator-master
Are you sure you want to change the base?
Conversation
| 'api': (value) => isArrayOfNums(value)}; | ||
| 'api': (value) => isArrayOfNums(value), | ||
| // Ad Pod specific parameters (ORTB 2.6) | ||
| 'podid': (value) => typeof value === 'string' && value.length > 0, |
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.
we won't reject requests right if this validations fail? Just wondering if something can be done to still process the requests
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.
No, requests are NOT rejected. this validation only controls whether the param is included and invalid params are skipped, and the bid request still proceeds with valid params.
| } | ||
|
|
||
| // ORTB 2.6: Add billing URL for win notification | ||
| if (bid.burl) { |
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.
lets add nurl too if prebidjs supports it.
rohanInsticator
left a comment
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.
Other than the 2 comments, it looks good.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… server request (prebid#14370) * Support Interstitial (instl param) in building server request * adjust unit tests for Instl param
This adapter enables publishers to monetize AI-referred traffic through Prebid.js. - Bidder code: panxo - GVL ID: 1527 - Media types: Banner - Features: GDPR/TCF 2.0, CCPA, GPP, COPPA, schain, First Party Data, Price Floors - Requires Panxo Signal script to be loaded before Prebid Documentation: modules/panxoBidAdapter.md Tests: test/spec/modules/panxoBidAdapter_spec.js
* enhance adapter with additional bid parameters * Add additional bid parameters to tests of bridgewellBidAdapter * pass mediaType and size to getFloor --------- Co-authored-by: Laneser <laneser.kuo@gmail.com>
…Prebid.js into update-insticator-for-2.6rtb
Type of change
Description of change
Be sure to test the integration with your adserver using the Hello World sample page.
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information