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 |
|
Deletes an existing advertiser group. |
|
Gets one advertiser group by ID. |
|
Inserts a new advertiser group. |
|
Retrieves a list of advertiser groups, possibly filtered. |
|
Updates an existing advertiser group. |
|
Updates an existing advertiser group. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["AdvertiserGroups allow for the creation of reports across multiple advertisers at once."],["Each AdvertiserGroup is identified by a unique ID and requires a name under 256 characters long, unique within the account."],["Key properties include ID, name, the associated account ID, and the resource kind, which is always \"dfareporting#advertiserGroup\"."],["You can manage AdvertiserGroups using methods like inserting, updating, deleting, retrieving by ID, and listing them, potentially with filters."]]],[]]