Class AdWordsAccount
JSON template for an Google Ads account.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class AdWordsAccount : IDirectResponseSchema
Properties
AutoTaggingEnabled
True if auto-tagging is enabled on the Google Ads account. Read-only after the insert operation.
Declaration
[JsonProperty("autoTaggingEnabled")]
public virtual bool? AutoTaggingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CustomerId
Customer ID. This field is required when creating a Google Ads link.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { 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 |
Kind
Resource type for Google Ads account.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |