ProductLink
Stay organized with collections
Save and categorize content based on your preferences.
Represents the data sharing connection between a Google Ads customer and another product.
Fields |
resource_name
|
string
Immutable. Resource name of the product link. ProductLink resource names have the form: customers/{customer_id}/productLinks/{product_link_id}
|
type
|
LinkedProductType
Output only. The type of the linked product.
|
product_link_id
|
int64
Output only. The ID of the link. This field is read only.
|
Union field linked_product
linked_product . A product linked to this account. linked_product can be only one of the following: |
data_partner
|
DataPartnerIdentifier
Immutable. Data partner link.
|
google_ads
|
GoogleAdsIdentifier
Immutable. Google Ads link.
|
merchant_center
|
MerchantCenterIdentifier
Immutable. Google Merchant Center link.
|
advertising_partner
|
AdvertisingPartnerIdentifier
Output only. Advertising Partner link.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# ProductLink\n\nRepresents the data sharing connection between a Google Ads customer and another product.\n\n| Fields ||\n|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `resource_name` | `string` Immutable. Resource name of the product link. ProductLink resource names have the form: `customers/{customer_id}/productLinks/{product_link_id}` |\n| ### `type` | [LinkedProductType](/google-ads/api/reference/rpc/v20/LinkedProductTypeEnum.LinkedProductType) Output only. The type of the linked product. |\n| ### `product_link_id` | `int64` Output only. The ID of the link. This field is read only. |\n| Union field ### `linked_product` `linked_product`. A product linked to this account. `linked_product` can be only one of the following: ||\n| ### `data_partner` | [DataPartnerIdentifier](/google-ads/api/reference/rpc/v20/DataPartnerIdentifier) Immutable. Data partner link. |\n| ### `google_ads` | [GoogleAdsIdentifier](/google-ads/api/reference/rpc/v20/GoogleAdsIdentifier) Immutable. Google Ads link. |\n| ### `merchant_center` | [MerchantCenterIdentifier](/google-ads/api/reference/rpc/v20/MerchantCenterIdentifier) Immutable. Google Merchant Center link. |\n| ### `advertising_partner` | [AdvertisingPartnerIdentifier](/google-ads/api/reference/rpc/v20/AdvertisingPartnerIdentifier) Output only. Advertising Partner link. |"]]