Skip to main content
GET
/
publisher
/
{publisher_id}
/
static
/
ads.txt
ads.txt
curl --request GET \
  --url https://cds.thepublive.com/publisher/{publisher_id}/static/ads.txt/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "ok",
  "data": {
    "content": "google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0\nexchangeone.com, 12345, RESELLER"
  }
}
Returns the raw text content of the publisher’s ads.txt file, served from S3.
publisher_id
string
required
Your Publisher ID
{
  "status": "ok",
  "data": {
    "content": "google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0\nexchangeone.com, 12345, RESELLER"
  }
}
Last modified on May 29, 2026