AI-generated Key Takeaways
-
A remarketing action is a JavaScript code snippet used on a website to collect product IDs and page types visited by users.
-
It has a resource name, associated tag snippets, an ID, and a name.
-
The
resource_name
,tag_snippets
, andid
fields are read-only (immutable or output only). -
The
name
field is required when creating a new remarketing action.
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.
Fields | |
---|---|
|
Immutable. The resource name of the remarketing action. Remarketing action resource names have the form:
|
|
Output only. The snippets used for tracking remarketing actions. |
|
Output only. Id of the remarketing action. |
|
The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions. |