Skip to content

List Advertisers when Agency has Cross Advertiser Pixels enabled

Request

List all advertiser siblings when parent agency has allow_x_adv_pixels set to true

Security
Auth0(Required scopes: offline_accessmanage:services)
Path
advertiser_idstringrequired

Numeric ID of the advertiser to get

curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/advertisers/{advertiser_id}/pixel_targeting_advertisers' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List advertisers response

Bodyapplication/json
One of:
dataArray of objects
metaobject(pagination metadata)
Response
{ "data": [ { … } ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }