API Endpoints
Advertiser

/external/v1/advertisers

POST

Creates an advertiser under the organization of the user.

Only brands (a product attribute) of the passed publishers are allowed, otherwise BAD REQUEST response code is returned. brands of multiple publishers can be retrieved from API endpoint GET /external/v1/organizations/{organizationId}/product-brands.

Rules:

  • Advertiser name should be unique under an organization.
Body Parameters
body
*
name
*
brands
*
attributionProfiles
publisherIds
*
Responses
200
OK
id
name
organizationId
organizationName
publishers
brands
attributionProfiles
createdAt
modifiedAt
archived
brandAdvertiserOverlap
400
Bad Request
messages
401
Unauthorized
403
Forbidden