advertiser_groups
Overview
Name | advertiser_groups |
Type | Resource |
Id | googleads.dfareporting.advertiser_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | 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 | 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
Name | Accessible by | Required Params | Description |
---|---|---|---|
advertiserGroups_get | SELECT | id, profileId | Gets one advertiser group by ID. |
advertiserGroups_list | SELECT | profileId | Retrieves a list of advertiser groups, possibly filtered. This method supports paging. |
advertiserGroups_delete | DELETE | id, profileId | Deletes an existing advertiser group. |
advertiserGroups_insert | EXEC | profileId | Inserts a new advertiser group. |
advertiserGroups_patch | EXEC | id, profileId | Updates an existing advertiser group. This method supports patch semantics. |
advertiserGroups_update | EXEC | profileId | Updates an existing advertiser group. |