AI-generated Key Takeaways
-
A CreativeGroup resource contains properties of a creative group in DoubleClick Advertisers.
-
The resource includes fields such as id, accountId, advertiserId, and name.
-
Required fields for inserting a CreativeGroup are advertiserId, name, and groupNumber.
-
Methods available for CreativeGroup include get, insert, list, patch, and update.
Resource: CreativeGroup
Contains properties of a creative group.
| JSON representation |
|---|
{
"id": string,
"accountId": string,
"subaccountId": string,
"advertiserId": string,
"name": string,
"groupNumber": integer,
"advertiserIdDimensionValue": {
object ( |
| Fields | |
|---|---|
id |
ID of this creative group. This is a read-only, auto-generated field. |
accountId |
Account ID of this creative group. This is a read-only field that can be left blank. |
subaccountId |
Subaccount ID of this creative group. This is a read-only field that can be left blank. |
advertiserId |
Advertiser ID of this creative group. This is a required field on insertion. |
name |
Name of this creative group. This is a required field and must be less than 256 characters long and unique among creative groups of the same advertiser. |
groupNumber |
Subgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are
to
, inclusive. |
advertiserIdDimensionValue |
Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
|---|---|
|
Gets one creative group by ID. |
|
Inserts a new creative group. |
|
Retrieves a list of creative groups, possibly filtered. |
|
Updates an existing creative group. |
|
Updates an existing creative group. |