Class GoogleAdsSearchads360V23ResourcesAccountLink
Represents the data sharing connection between a Google Ads account and another account
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAccountLink : IDirectResponseSchema
Properties
AccountLinkId
Output only. The ID of the link. This field is read only.
Declaration
[JsonProperty("accountLinkId")]
public virtual long? AccountLinkId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. Resource name of the account link. AccountLink resource names have the form:
customers/{customer_id}/accountLinks/{account_link_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of the link.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThirdPartyAppAnalytics
Immutable. A third party app analytics link.
Declaration
[JsonProperty("thirdPartyAppAnalytics")]
public virtual GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier ThirdPartyAppAnalytics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier |
Type
Output only. The type of the linked account.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |