Class GoogleAnalyticsAdminV1alphaGlobalSiteTag
Read-only resource with the tag for sending data from a website to a DataStream. Only present for web DataStream resources.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaGlobalSiteTag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Snippet
Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.
Declaration
[JsonProperty("snippet")]
public virtual string Snippet { get; set; }
Property Value
Type | Description |
---|---|
string |