Skip to main content
GET
/
v1
/
report
/
insight
/
benchmarking
/
ads-txt
/report/insight/benchmarking/ads-txt
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/insight/benchmarking/ads-txt \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "data": {
      "total_exchanges": {
        "publisher": 548,
        "cohort": 351,
        "network": 851
      },
      "unique_exchanges": {
        "publisher": 134,
        "cohort": 72,
        "network": 114
      },
      "direct": {
        "publisher": 54,
        "cohort": 66,
        "network": 190
      },
      "reseller": {
        "publisher": 493,
        "cohort": 285,
        "network": 660
      }
    }
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uid
integer
required

Publisher ID

environment
enum<string>
default:all

Environment or platform to report from

Available options:
all,
app,
web
exclude_pubs
enum<string>
default:yes

Excludes publisher data from the Network and Cohort for users organisation

Available options:
yes,
no

Response

200 - application/json
results
object
required
success
boolean
required