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.

JSON representation
{
  "resourceName": string,
  "tagSnippets": [
    {
      object (TagSnippet)
    }
  ],
  "id": string,
  "name": string
}
Fields
resourceName

string

Immutable. The resource name of the remarketing action. Remarketing action resource names have the form:

customers/{customerId}/remarketingActions/{remarketing_action_id}

tagSnippets[]

object (TagSnippet)

Output only. The snippets used for tracking remarketing actions.

id

string (int64 format)

Output only. Id of the remarketing action.

name

string

The name of the remarketing action.

This field is required and should not be empty when creating new remarketing actions.