Show / Hide Table of Contents

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.

Inheritance
object
GoogleAdsSearchads360V23ResourcesRemarketingAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX