CampaignLabel
Represents a relationship between a campaign and a label.
Columns
Name | Type | Behavior | Description |
CampaignLabelCampaign | String | ATTRIBUTE | Immutable. The campaign to which the label is attached. |
CampaignLabelLabel | String | ATTRIBUTE | Immutable. The label assigned to the campaign. |
CampaignLabelResourceName | String | ATTRIBUTE | Immutable. Name of the resource. Campaign label resource names have the form: customers/{customer_id}/campaignLabels/{campaign_id}~{label_id} |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |