Class Account
Represents a Google Tag Manager Account.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class Account : IDirectResponseSchema
Properties
AccountId
The Account ID uniquely identifies the GTM Account.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Features
Read-only Account feature set
Declaration
[JsonProperty("features")]
public virtual AccountFeatures Features { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountFeatures |
Fingerprint
The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Account display name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
GTM Account's API relative path.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShareData
Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service.
Declaration
[JsonProperty("shareData")]
public virtual bool? ShareData { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TagManagerUrl
Auto generated link to the tag manager UI
Declaration
[JsonProperty("tagManagerUrl")]
public virtual string TagManagerUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |