Show / Hide Table of Contents

Class EntityAdWordsLink

JSON template for Analytics Entity Google Ads Link.

Inheritance
object
EntityAdWordsLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
IList<AdWordsAccount>

ETag

The ETag of the item.

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

Entity

Web property being linked.

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

Id

Entity Google Ads link ID

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

Kind

Resource type for entity Google Ads link.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
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
string

ProfileIds

IDs of linked Views (Profiles) represented as strings.

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

SelfLink

URL link for this Google Analytics - Google Ads link.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX