Skip to main content

AdvertiserUpdateRequest

Request body to update an advertiser's mutable business fields. Every field is optional; only provided fields change (optimistic-locked). The lifecycle status is platform-owned and not accepted.

namestringnullable

Name of the advertiser

Example: Acme Corp
emailstringnullable

Primary contact email for the advertiser

Example: ads@example.com
descriptionstringnullable

Free-text description of the advertiser

Example: Consumer electronics manufacturer
websitestringnullable

Advertiser's website URL

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