Vrtcal Bid Adapter: added GDPR, CCPA, COPPA, and timeout passing support#8612
Vrtcal Bid Adapter: added GDPR, CCPA, COPPA, and timeout passing support#8612ChrisHuie merged 1 commit intoprebid:masterfrom vrtcal-dev:master
Conversation
|
@vrtcal-dev can you please also submit an accompanying pr to our docs repo? https://github.com/prebid/prebid.github.io |
Thanks ChrisHuie. We actually already did, but had prematurely submitted before pushing the PBJS adapter updates |
| prebidJS: 1, | ||
| prebidAdUnitCode: bid.adUnitCode, | ||
| id: bid.bidId, | ||
| tmax: tmax, |
There was a problem hiding this comment.
this should probably be bidderRequest.timeout. it's equivalent except when the publisher specifies the timeout manually with pbjs.requestBids({timeout: ...}), in which case this would miss it.
I don't know how much it matters since the correct timeout is enforced by core anyway - it depends on what the backend does with it.
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
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