CampaignGroup

  • Campaign groups are represented by a resource name with a specific format.

  • Each campaign group has a unique output-only ID.

  • Campaign groups require a non-empty name that cannot contain specific characters.

  • Campaign groups have a status, which defaults to ENABLED when a new group is 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.