API Endpoints
Advertiser

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

GET

Retrieves all site ids and ad grid locations 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
siteIds
adGridLocations
publisherId
marketId
401
Unauthorized
403
Forbidden
404
Not Found
messages