Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonTagSnippet

The site tag and event snippet pair for a TrackingCodeType.

Inheritance
object
GoogleAdsSearchads360V23CommonTagSnippet
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 GoogleAdsSearchads360V23CommonTagSnippet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventSnippet

The event snippet that works with the site tag to track actions that should be counted as conversions.

Declaration
[JsonProperty("eventSnippet")]
public virtual string EventSnippet { get; set; }
Property Value
Type Description
string

GlobalSiteTag

The site tag that adds visitors to your basic remarketing lists and sets new cookies on your domain.

Declaration
[JsonProperty("globalSiteTag")]
public virtual string GlobalSiteTag { get; set; }
Property Value
Type Description
string

PageFormat

The format of the web page where the tracking tag and snippet will be installed, for example, HTML.

Declaration
[JsonProperty("pageFormat")]
public virtual string PageFormat { get; set; }
Property Value
Type Description
string

Type

The type of the generated tag snippets for tracking conversions.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX