Skip to main content

AdvertiserCreateRequest

Request body to create an advertiser. name and email are required. The advertiser starts pending; its lifecycle status is platform-owned and not accepted here.

namestringnullable

Name of the advertiser (required)

Example: Acme Corp
emailstringnullable

Primary contact email for the advertiser (required)

Example: ads@example.com
descriptionstringnullable

Free-text description of the advertiser

Example: Consumer electronics manufacturer
websitestringnullable

Advertiser's website URL

Example: https://example.com
AdvertiserCreateRequest
{
"name": "Acme Corp",
"email": "ads@example.com",
"description": "Consumer electronics manufacturer",
"website": "https://example.com"
}