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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eAdvertiserGroups allow for the creation of reports across multiple advertisers at once.\u003c/p\u003e\n"],["\u003cp\u003eEach AdvertiserGroup is identified by a unique ID and requires a name under 256 characters long, unique within the account.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include ID, name, the associated account ID, and the resource kind, which is always "dfareporting#advertiserGroup".\u003c/p\u003e\n"],["\u003cp\u003eYou can manage AdvertiserGroups using methods like inserting, updating, deleting, retrieving by ID, and listing them, potentially with filters.\u003c/p\u003e\n"]]],[],null,["- [Resource: AdvertiserGroup](#AdvertiserGroup)\n - [JSON representation](#AdvertiserGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AdvertiserGroup Groups advertisers together so that reports can be generated for the entire group at once.\n\n| JSON representation |\n|-------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"accountId\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this advertiser group. This is a read-only, auto-generated field. |\n| `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. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of this advertiser group. This is a read-only field that can be left blank. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#advertiserGroup\"` . |\n\n| Methods ||\n|--------------------------------------------------------------------|-----------------------------------------------------------|\n| [delete](/doubleclick-advertisers/rest/v4/advertiserGroups/delete) | Deletes an existing advertiser group. |\n| [get](/doubleclick-advertisers/rest/v4/advertiserGroups/get) | Gets one advertiser group by ID. |\n| [insert](/doubleclick-advertisers/rest/v4/advertiserGroups/insert) | Inserts a new advertiser group. |\n| [list](/doubleclick-advertisers/rest/v4/advertiserGroups/list) | Retrieves a list of advertiser groups, possibly filtered. |\n| [patch](/doubleclick-advertisers/rest/v4/advertiserGroups/patch) | Updates an existing advertiser group. |\n| [update](/doubleclick-advertisers/rest/v4/advertiserGroups/update) | Updates an existing advertiser group. |"]]