Class GoogleAdsSearchads360V23ResourcesRemarketingAction
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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRemarketingAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. Id of the remarketing action.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the remarketing action. Remarketing action resource names have the form:
customers/{customer_id}/remarketingActions/{remarketing_action_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TagSnippets
Output only. The snippets used for tracking remarketing actions.
Declaration
[JsonProperty("tagSnippets")]
public virtual IList<GoogleAdsSearchads360V23CommonTagSnippet> TagSnippets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonTagSnippet> |