CampaignCustomizer
A customizer value for the associated CustomizerAttribute at the Campaign level.
Columns
Name | Type | Behavior | Description |
CampaignCustomizerCampaign | String | ATTRIBUTE | Immutable. The campaign to which the customizer attribute is linked. |
CampaignCustomizerCustomizerAttribute | String | ATTRIBUTE | Required. Immutable. The customizer attribute which is linked to the campaign. |
CampaignCustomizerResourceName | String | ATTRIBUTE | Immutable. The resource name of the campaign customizer. Campaign customizer resource names have the form: customers/{customer_id}/campaignCustomizers/{campaign_id}~{customizer_attribute_id} |
CampaignCustomizerStatus | String | ATTRIBUTE | Output only. The status of the campaign customizer.
The allowed values are ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
CampaignCustomizerValueStringValue | String | ATTRIBUTE | Required. Value to insert in creative text. Customizer values of all types are stored as string to make formatting unambiguous. |
CampaignCustomizerValueType | String | ATTRIBUTE | Required. The data type for the customizer value. It must match the attribute type. The string_value content must match the constraints associated with the type.
The allowed values are NUMBER, PERCENT, PRICE, TEXT, UNKNOWN, UNSPECIFIED. |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |