Show / Hide Table of Contents

Class LinkedForeignAccount

JSON template for an Analytics Remarketing Audience Foreign Link.

Inheritance
System.Object
LinkedForeignAccount
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 LinkedForeignAccount : IDirectResponseSchema

Properties

AccountId

Account ID to which this linked foreign account belongs.

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

EligibleForSearch

Boolean indicating whether this is eligible for search.

Declaration
[JsonProperty("eligibleForSearch")]
public virtual bool? EligibleForSearch { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Id

Entity ad account link ID.

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

InternalWebPropertyId

Internal ID for the web property to which this linked foreign account belongs.

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

Kind

Resource type for linked foreign account.

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

LinkedAccountId

The foreign account ID. For example the an Google Ads linkedAccountId has the following format XXX-XXX-XXXX.

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

RemarketingAudienceId

Remarketing audience ID to which this linked foreign account belongs.

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

Status

The status of this foreign account link.

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

Type

The type of the foreign account. For example, ADWORDS_LINKS, DBM_LINKS, MCC_LINKS or OPTIMIZE.

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

WebPropertyId

Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.

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

Implements

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