RemarketingAction
A remarketing action. A snippet of JavaScript code that will collect the product id and the type of page people visited (product page, shopping cart page, purchase page, general site visit) on an advertiser's website.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
RemarketingActionId | Long | ATTRIBUTE | Output only. Id of the remarketing action. |
RemarketingActionName | String | ATTRIBUTE | The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions. |
RemarketingActionResourceName | String | ATTRIBUTE | Immutable. The resource name of the remarketing action. Remarketing action resource names have the form: customers/{customer_id}/remarketingActions/{remarketing_action_id} |
RemarketingActionTagSnippets | String | ATTRIBUTE | Output only. The snippets used for tracking remarketing actions. |
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. |