REST Resource: advertiserGroups

Resource: AdvertiserGroup

Groups advertisers together so that reports can be generated for the entire group at once.

JSON representation
{
  "id": string,
  "name": string,
  "accountId": string,
  "kind": string
}
Fields
id

string (int64 format)

ID of this advertiser group. This is a read-only, auto-generated field.

name

string

Name of this advertiser group. This is a required field and must be less than 256 characters long and unique among advertiser groups of the same account.

accountId

string (int64 format)

Account ID of this advertiser group. This is a read-only field that can be left blank.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#advertiserGroup"

.

Methods

delete

Deletes an existing advertiser group.

get

Gets one advertiser group by ID.

insert

Inserts a new advertiser group.

list

Retrieves a list of advertiser groups, possibly filtered.

patch

Updates an existing advertiser group.

update

Updates an existing advertiser group.