Existing Advertiser
GET {{campaign_url}}/advertisers/:advertiserId
Retrieve a single advertiser
You can retrieve an existing advertiser in your market by sending this GET
request.
To retrieve the advertiserId
, you must first send one of the following:
-
POST
New Advertiser request -
GET
List of Advertisers request
POST
New Advertiser will automatically populate the advertiserId
variable with the ID of your newly created advertiser.
GET
List of Advertisers will return a list of advertiser objects—within your market—containing IDs that you can then manually copy and paste into the value cell for advertiserId
.
RESPONSES
status: OK
{"data":[{"id":"1608792487","marketId":"1","resourceType":"advertiser","status":"play","accountId":"0123456","createdAt":"2022-09-01T05:47:34Z","updatedAt":"2022-09-01T05:47:34Z","name":"doc team test","primaryUrl":"http://amobee.com","language":"en","iabCategory":"iab2-1","currency":"usd","thirdPartyAdServer":{"provider":"doubleClick","advertiserName":"Amobee"},"viewabilityProviders":{"display":"doubleVerify","video":"moat","mobile":"doubleVerify"},"nielsenCampaignOptIn":false,"thirdPartyAttributionProvider":{"service":"visualIqMta","advertiserName":"Amobee"},"identityPlatformVendor":"Probabilistic"}],"errors":[]}