REST Resource: creativeGroups
Stay organized with collections
Save and categorize content based on your preferences.
Resource: CreativeGroup
JSON representation |
{
"id": string,
"accountId": string,
"subaccountId": string,
"advertiserId": string,
"name": string,
"groupNumber": integer,
"advertiserIdDimensionValue": {
object (DimensionValue )
},
"kind": string
} |
Fields |
id |
string (int64 format)
ID of this creative group. This is a read-only, auto-generated field.
|
accountId |
string (int64 format)
Account ID of this creative group. This is a read-only field that can be left blank.
|
subaccountId |
string (int64 format)
Subaccount ID of this creative group. This is a read-only field that can be left blank.
|
advertiserId |
string (int64 format)
Advertiser ID of this creative group. This is a required field on insertion.
|
name |
string
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 |
integer
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
1
to
2
, inclusive.
|
advertiserIdDimensionValue |
object (DimensionValue )
Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#creativeGroup"
.
|
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. |
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."],[[["\u003cp\u003eA creative group resource contains properties of a creative group, which can be organized into subgroups for easier management.\u003c/p\u003e\n"],["\u003cp\u003eCreative groups are identified by a unique ID and require an advertiser ID, name, and group number.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can get, insert, list, patch, and update creative groups using the available methods.\u003c/p\u003e\n"],["\u003cp\u003eThe creative group's JSON representation includes fields like ID, account ID, subaccount ID, advertiser ID, name, group number, advertiser ID dimension value, and kind.\u003c/p\u003e\n"]]],[],null,["# REST Resource: creativeGroups\n\n- [Resource: CreativeGroup](#CreativeGroup)\n - [JSON representation](#CreativeGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: CreativeGroup\n-----------------------\n\nContains properties of a [creative group](https://support.google.com/dcm/answer/2908302).\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"accountId\": string, \"subaccountId\": string, \"advertiserId\": string, \"name\": string, \"groupNumber\": integer, \"advertiserIdDimensionValue\": { object (/doubleclick-advertisers/rest/v4/DimensionValue) }, \"kind\": string } ``` |\n\n| Fields ||\n|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this creative group. This is a read-only, auto-generated field. |\n| `account``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of this creative group. This is a read-only field that can be left blank. |\n| `subaccount``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Subaccount ID of this creative group. This is a read-only field that can be left blank. |\n| `advertiser``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser ID of this creative group. This is a required field on insertion. |\n| `name` | `string` 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. |\n| `group``Number` | `integer` 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 `1` to `2` , inclusive. |\n| `advertiser``Id``Dimension``Value` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v4/DimensionValue)`)` Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#creativeGroup\"` . |\n\n| Methods ------- ||\n|----------------------------------------------------------------------|---------------------------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/creativeGroups/get) | Gets one creative group by ID. |\n| ### [insert](/doubleclick-advertisers/rest/v4/creativeGroups/insert) | Inserts a new creative group. |\n| ### [list](/doubleclick-advertisers/rest/v4/creativeGroups/list) | Retrieves a list of creative groups, possibly filtered. |\n| ### [patch](/doubleclick-advertisers/rest/v4/creativeGroups/patch) | Updates an existing creative group. |\n| ### [update](/doubleclick-advertisers/rest/v4/creativeGroups/update) | Updates an existing creative group. |"]]