REST Resource: accounts.advertisers

Resource: AccountAdvertiser

Represents an advertiser that is associated with an account.

JSON representation
{
  "name": string,
  "accountAdvertiserId": string,
  "displayName": string
}
Fields
name

string

Output only. Identifier. The unique name of this account advertiser resource. Format: accounts/{account}/advertisers/{advertiser}

accountAdvertiserId

string

Output only. The ID of this account advertiser. Corresponds to the {advertiser} segment in the resource name. Must be a UUID.

displayName

string

Output only. Descriptive name of the advertiser.

Methods

get

Gets an advertiser under an account.

list

Lists all advertisers under an account.