AccountLink
Represents the data sharing connection between a Google Ads account and another account
Columns
Name | Type | Behavior | Description |
AccountLinkAccountLinkId | Long | ATTRIBUTE | Output only. The ID of the link. This field is read only. |
AccountLinkResourceName | String | ATTRIBUTE | Immutable. Resource name of the account link. AccountLink resource names have the form: customers/{customer_id}/accountLinks/{account_link_id} |
AccountLinkStatus | String | ATTRIBUTE | The status of the link.
使用できる値は次のとおりです。ENABLED, PENDING_APPROVAL, REJECTED, REMOVED, REQUESTED, REVOKED, UNKNOWN, UNSPECIFIED |
AccountLinkThirdPartyAppAnalyticsAppAnalyticsProviderId | Long | ATTRIBUTE | Immutable. The ID of the app analytics provider. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link. |
AccountLinkThirdPartyAppAnalyticsAppId | String | ATTRIBUTE | Immutable. A string that uniquely identifies a mobile application from which the data was collected to the Google Ads API. For iOS, the ID string is the 9 digit string that appears at the end of an App Store URL (for example, '422689480' for 'Gmail' whose App Store link is https://apps.apple.com/us/app/gmail-email-by-google/id422689480). For Android, the ID string is the application's package name (for example, 'com.google.android.gm' for 'Gmail' given Google Play link https://play.google.com/store/apps/details?id=com.google.android.gm) This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link. |
AccountLinkThirdPartyAppAnalyticsAppVendor | String | ATTRIBUTE | Immutable. The vendor of the app. This field should not be empty when creating a new third party app analytics link. It is unable to be modified after the creation of the link.
使用できる値は次のとおりです。APPLE_APP_STORE, GOOGLE_APP_STORE, UNKNOWN, UNSPECIFIED |
AccountLinkType | String | ATTRIBUTE | Output only. The type of the linked account.
使用できる値は次のとおりです。THIRD_PARTY_APP_ANALYTICS, UNKNOWN, UNSPECIFIED |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |