ProductLink
Represents the data sharing connection between a Google Ads customer and another product.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
ProductLinkAdvertisingPartnerCustomer | String | ATTRIBUTE | Output only. The resource name of the advertising partner Google Ads account. This field is required and should not be empty when creating a new Advertising Partner link. It is unable to be modified after the creation of the link. |
ProductLinkDataPartnerDataPartnerId | Long | ATTRIBUTE | Immutable. The customer ID of the Data partner account. This field is required and should not be empty when creating a new data partner link. It is unable to be modified after the creation of the link. |
ProductLinkGoogleAdsCustomer | String | ATTRIBUTE | Immutable. The resource name of the Google Ads account. This field is required and should not be empty when creating a new Google Ads link. It is unable to be modified after the creation of the link. |
ProductLinkMerchantCenterMerchantCenterId | Long | ATTRIBUTE | Immutable. The customer ID of the Google Merchant Center account. This field is required and should not be empty when creating a new Merchant Center link. It is unable to be modified after the creation of the link. |
ProductLinkProductLinkId | Long | ATTRIBUTE | Output only. The ID of the link. This field is read only. |
ProductLinkResourceName | String | ATTRIBUTE | Immutable. Resource name of the product link. ProductLink resource names have the form: customers/{customer_id}/productLinks/{product_link_id} |
ProductLinkType | String | ATTRIBUTE | Output only. The type of the linked product.
使用できる値は次のとおりです。ADVERTISING_PARTNER, DATA_PARTNER, GOOGLE_ADS, HOTEL_CENTER, MERCHANT_CENTER, UNKNOWN, UNSPECIFIED |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |