Create an Advertiser

Creates a new Advertiser.

Request Body

NameTypeDescriptionRequired
idNumberAdvertiser ID.Required for update.
nameStringAdvertiser name.Yes
agencyIdStringAgency ID to which the advertiser belongs.Yes during Insert / No / ignored during Update
currencyStringCurrency displayed for pricingYes during Insert / No / ignored during Update
categoryStringBusiness category for advertiser See reference table hereYes during Insert / No / ignored during Update
timezoneNameStringName of timezone from the following list: AKT, CT, ET, GMT, HST, MT, N, PTNo. If not passed during resource creation, then account timezone is used. This field is ignored for resource update.
externalAdvertiserIdStringExternal ID for the AdvertiserNo

Response

Name Type Description
messages Object Array An array of any error messages.
messages[].level String Error level.
messages[].code String Error code.
messages[].message String Error message.
entity Object An advertiser object.
entity.id Number Advertiser ID.
entity.name String Advertiser name.
entity.agencyId Number Agency ID to which the advertiser belongs.
entity.currency String Currency displayed for pricing
entity.category String Business category for advertiser
See reference table in Advertiser summary
entity.timezoneName String Name of timezone for advertiser
entity.externalAdvertiserId String External ID for Advertiser
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!