Class GoogleAdsSearchads360V23CommonTagSnippet
The site tag and event snippet pair for a TrackingCodeType.
Implements
Inherited Members
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 |