/advertisers
GET
A GET
request can always be filtered by the get parameters defined in the introduction section of the api documentation.
Example GET request:
in order to see HIDDEN
objects you will need to send includeHidden=true
as a parameter to the GET
query
POST
Example POST object:
id
yes
String
Id of the advertiser you would like to update.
address
Address, JSON
Address of the advertiser, see details below.
name
yes
String
Name of advertiser.
description
String
Short description of advertiser.
team
yes
object
Defines what team to assign the advertiser to.
externalReference
String
Sets an external reference point in order to update external sales tool.
v1Category
String
IAB version 1 category.
category
String
IAB version 2 category.
contact
String
Reference to contact person.
String
Email for contact reference.
advertiserUrl
String
Advertiser homepage Url.
phone
String
Phone number to advertiser.
Advertiser JSON
country
String
Id of the advertiser you would like to update.
addressLine1
String
Address line 1
addressLine2
Address line 2
city
City for advertiser
state
State for advertiser
postcode
Postcode for advertiser.
Last updated