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 Corpemailstringnullable
Primary contact email for the advertiser (required)
Example:
ads@example.comdescriptionstringnullable
Free-text description of the advertiser
Example:
Consumer electronics manufacturerwebsitestringnullable
Advertiser's website URL
Example:
https://example.comAdvertiserCreateRequest
{
"name": "Acme Corp",
"email": "ads@example.com",
"description": "Consumer electronics manufacturer",
"website": "https://example.com"
}