CampaignGroup

  • 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

resource_name

string

Immutable. The resource name of the campaign group. Campaign group resource names have the form:

customers/{customer_id}/campaignGroups/{campaign_group_id}

id

int64

Output only. The ID of the campaign group.

name

string

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.

status

CampaignGroupStatus

The status of the campaign group.

When a new campaign group is added, the status defaults to ENABLED.