We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to setup a demo page with the sample from prebid.org. Here's the code snippet I am using:
arcAds.registerAd({ id: 'div-1', slotName: 'header-bid-tag-0', adType: 'leaderboard', display: 'all', dimensions: '[[970, 250], [970, 90], [728, 90]]', sizemap: { breakpoints: '[ [1280, 0] ]', // refresh: 'leaderboard' }, bidding: { prebid: { enabled: true, bids: [{ bidder: 'appnexus', labels: ['desktop'], params: { placementId: '13144370' } }] } } })
Receive the bid from the auction request.
The auction failed with a {"error":"parse"} message.
{"error":"parse"}
Looking into the bid request, you'll see the sizes[] from the payload is empty:
{ "tags": [{ "sizes": [], "ad_types": ["banner"], "uuid": "275015f90ea6f6", "id": 13144370, "allow_smaller_sizes": false, "use_pmt_rule": false, "prebid": true, "disable_psa": true }], "sdk": { "source": "pbjs", "version": "1.15.0" } }
Is there anything I've missed from the code? Or set the sizemap incorrectly? Thank you so much for sharing the project. Any help would be appreciated.
sizemap
The text was updated successfully, but these errors were encountered:
Fixed typo on paragraph washingtonpost#4
86f9ee8
Merge pull request #32 from kant/patch-1
cc45d69
Fixed typo on paragraph #4
No branches or pull requests
I am trying to setup a demo page with the sample from prebid.org. Here's the code snippet I am using:
Expected Behavior
Receive the bid from the auction request.
Actual Behavior
The auction failed with a
{"error":"parse"}
message.Steps to Reproduce the Behavior
Looking into the bid request, you'll see the sizes[] from the payload is empty:
Additional Comments
Is there anything I've missed from the code? Or set the
sizemap
incorrectly?Thank you so much for sharing the project. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: