AI-generated Key Takeaways
-
A campaign group is a resource with a unique name in the format
customers/{customer_id}/campaignGroups/{campaign_group_id}
. -
Each campaign group has a unique output-only ID of type
int64
. -
The name of the campaign group is a required
string
field for new campaign groups and must not contain specific control characters. -
Campaign groups have a status that defaults to ENABLED when created, as defined by the
CampaignGroupStatus
enum.
A campaign group.
Fields | |
---|---|
|
Immutable. The resource name of the campaign group. Campaign group resource names have the form:
|
|
Output only. The ID of the campaign group. |
|
The name of the campaign group. This field is required and should not be empty when creating new campaign groups. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters. |
|
The status of the campaign group. When a new campaign group is added, the status defaults to ENABLED. |