Get Campaign IDs by Account and Advertiser ID

Since an advertiser can belong to multiple accounts, if you want to pull campaigns, which belong to a given advertiser, you need to also know which account that campaign is in in order to pull that specific list. This endpoint allows you to see all campaigns for a given advertiser + account combination.

Endpoint

Method: GET

v2/campaignImport/advertiser/{advertiserId}/account/{accountId}
🚧

This endpoint requires special permissions from your PulsePoint representative

Response

{
 "advertiserId": 1001,
 "advertiserName": "TestAdvertiser"
 "campaignIds": [
     100001,
     100002,
     100003,
     100004,
     100005
   ]
}