CampaignLabel

Represents a relationship between a campaign and a label.

JSON representation
{
  "resourceName": string,
  "campaign": string,
  "label": string
}
Fields
resourceName

string

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

campaign

string

Immutable. The campaign to which the label is attached.

label

string

Immutable. The label assigned to the campaign.