API Endpoints
Advertiser

/external/v1/advertisers/{advertiserId}

PUT

Updates attributes of an advertiser specified by id.

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

Rules:

  • Advertiser name should be unique under an organization.
Path Parameters
advertiserId
*
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
404
Not Found
messages