New Advertiser

POST {{campaign_url}}/accounts/:accountId/advertisers

Create a new advertiser

You can create a new advertiser by sending this POST request. To define settings for your advertiser, open the body tab and edit the JSON object.

For DTO fields thirdPartyAdServer, thirdPartyAttributionProvider, and viewabilityProviders, see the corresponding DTO tables below to customize the data.

Request Body (Definitions)

*Optional element

JSON Object KeyDescriptionType
nameName of this advertiser.string
primaryUrlWebsite URL for this advertiser.string
currencyCurrency for bids and other transactions.

Allowed values
string
languageLanguage used by this advertiser.

Allowed values
string
*externalAdvertiserIdID associated with a third-party external advertiser.string
iabCategoryIAB-defined web content category associated with this advertiser (for targeting purposes).

Allowed values
string
identityPlatformVendorIntegrated identity partner for person/household-based targeting purposes.

Allowed values
string
nielsenCampaignOptInIndicates if this advertiser opts in to Nielsen campaign.boolean
statusPlay status of this advertiser.

Allowed values: play, pause, stop, archived
string
*thirdPartyAdServer (DTO)Third-party ad serving platform for this advertiser.DTO
*thirdPartyAttributionProvider (DTO)Third-party provider responsible for action attribution (i.e., crediting ads within this advertiser for user actions).DTO
viewabilityProviders (DTO)Display, video, and mobile viewability providers for this advertiser.DTO

thirdPartyAdServer DTO

KeyDescriptionType
providerName of third-party ad serving platform provider.

Allowed values: doubleClick, atlas
string
advertiserNameName of advertiser within third-party provider system.string

thirdPartyAttributionProvider DTO

KeyDescriptionType
serviceName of third-party attribution service provider.

Allowed values: adometryMta, doubleClickLta, visualIqMta, clearSaleingMta, atlasLta
string
advertiserNameName of advertiser within third-party provider system.string

viewabilityProviders DTO

KeyAllowed ValuesType
displaymoat, doubleVerify, iasstring
videomoat, doubleVerify, iasstring
mobiledoubleVerifystring

Request Body

{"name"=>"doc team test", "primaryUrl"=>"http://amobee.com", "currency"=>"usd", "language"=>"en", "iabCategory"=>"iab2-1", "identityPlatformVendor"=>"LiveRamp Identity Link", "nielsenCampaignOptIn"=>false, "status"=>"play", "thirdPartyAdServer"=>{"provider"=>"doubleClick", "advertiserName"=>"Amobee"}, "thirdPartyAttributionProvider"=>{"service"=>"visualIqMta", "advertiserName"=>"Amobee"}, "viewabilityProviders"=>{"display"=>"doubleVerify", "video"=>"moat", "mobile"=>"doubleVerify"}}

RESPONSES

status: Created

{"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":[]}