API Endpoints
Advertiser

/external/v1/advertisers/{advertiserId}/eligible-site-campaign-targets

GET

Retrieves all sites and their associated ad grid locations (grouped by site) which are eligible to be targeted by a campaign for the advertiser specified by id. Whenever no marketId is specified data for all markets is returned, otherwise only data for the given market.

The result can be used for defining the targeting when a campaign is created using the API endpoint POST /external/v1/advertisers/{advertiserId}/campaigns or updated using the API endpoint PUT /external/v1/advertisers/{advertiserId}/campaigns/{campaignId}.

Path Parameters
advertiserId
*
Query Parameters
publisherId
marketId
Responses
200
OK
siteId
siteName
siteType
adGridLocations
publisherId
marketId
401
Unauthorized
403
Forbidden
404
Not Found
messages