CampaignLabel

  • A Campaign Label represents a relationship between a campaign and a label.

  • The resource name follows a specific format including customer ID, campaign ID, and label ID.

  • It includes immutable fields for the campaign and the label it's attached to.

Represents a relationship between a campaign and a label.

Fields

resource_name

string

Immutable. Name of the resource. Campaign label resource names have the form: customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}

campaign

string

Immutable. The campaign to which the label is attached.

label

string

Immutable. The label assigned to the campaign.