CampaignGroup

  • Campaign groups are a resource used to organize campaigns.

  • Each campaign group has a unique resource name following a specific format.

  • Campaign groups have an ID, a required name, and a status that defaults to ENABLED when created.

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.