Class LinkedForeignAccount
JSON template for an Analytics Remarketing Audience Foreign Link.
Implements
Inherited Members
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EligibleForSearch
Boolean indicating whether this is eligible for search.
Declaration
[JsonProperty("eligibleForSearch")]
public virtual bool? EligibleForSearch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Id
Entity ad account link ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
Kind
Resource type for linked foreign account.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
string |
Status
The status of this foreign account link.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
string |