Amazon DSP: ContentURL & AmazonAdBot
To ensure inApp traffic eligibility to be monetized through AmazonDSP, publishers must ensure that they publicly accessible webpages replicating the content of the app's page running the auction.
Pass app.content.url in each BidRequest
Please ensure your OpenRTB bid requests include the corresponding web URL of the content currently being viewed in-app by the user. This should be done using the app.content.url field, for example:
"app": {
"content": {
"url": "https://publishersite.com/article/12345"
}
}Content URL requirements
Must be the specific web URL corresponding to the viewed content (not a deep link or app store URL)
Must be publicly accessible (not behind login)
Must be accessible to AmazonAdBot (see below)
Allow AmazonAdBot to access content pages
Please make sure that AmazonAdBot can access content pages by reviewing your site's configuration:
robots.txtRemove any disallow or crawl-delay rules for:
User-agent: AmazonAdBotAnd an explicit Allow rule for pages where ads appear
If you use bot protection tools (e.g. Cloudflare, Akamai, AWS WAF, CAPTCHA):
Allow requests from:
User-Agent:Mozilla/5.0 (compatible; AmazonAdBot/1.0; +https://adbot.amazon.com)Source IPs: Listed here
Ensure the reverse DNS resolves to an amazonadbot.com subdomain
For paywalled content, ensure AmazonAdBot has access to content pages for verification
Last updated
Was this helpful?

