Show / Hide Table of Contents

Class EntityAdWordsLink

JSON template for Analytics Entity Google Ads Link.

Inheritance
System.Object
EntityAdWordsLink
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class EntityAdWordsLink : IDirectResponseSchema

Properties

AdWordsAccounts

A list of Google Ads client accounts. These cannot be MCC accounts. This field is required when creating a Google Ads link. It cannot be empty.

Declaration
[JsonProperty("adWordsAccounts")]
public virtual IList<AdWordsAccount> AdWordsAccounts { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AdWordsAccount>

Entity

Web property being linked.

Declaration
[JsonProperty("entity")]
public virtual EntityAdWordsLink.EntityData Entity { get; set; }
Property Value
Type Description
EntityAdWordsLink.EntityData

ETag

The ETag of the item.

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

Id

Entity Google Ads link ID

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Kind

Resource type for entity Google Ads link.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Name

Name of the link. This field is required when creating a Google Ads link.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

ProfileIds

IDs of linked Views (Profiles) represented as strings.

Declaration
[JsonProperty("profileIds")]
public virtual IList<string> ProfileIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

SelfLink

URL link for this Google Analytics - Google Ads link.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top