Create custom advertiser
POST/marketplaces/:marketplaceID/custom-advertiser
Create a custom advertiser with filters and other details.
Duplicate external_advertiser_id: the platform enforces uniqueness across all advertiser types in the marketplace. If the supplied external_advertiser_id collides with any existing advertiser (including ones created via Advertiser Integration), the request fails with 400 advertiser already exists.
Request
Responses
- 201
- 400
- 401
- 404
- 500
Custom advertiser created
Bad Request — invalid request body, or advertiser already exists when the supplied external_advertiser_id collides with another advertiser in this marketplace.
Unauthorized
Marketplace Not Found
Internal Server Error