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 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["ProductLink represents the data sharing connection between a Google Ads customer and another product, such as Data Partner, Google Ads, Merchant Center, or Advertising Partner."],["It is identified by a unique resource name in the format `customers/{customer_id}/productLinks/{product_link_id}` and has a specific type indicating the linked product."],["This connection facilitates data exchange between the Google Ads account and the linked product, enabling features and functionalities based on shared data."],["Key fields include `resource_name`, `type`, `product_link_id`, and a union field `linked_product` that specifies the details of the linked product."],["The `linked_product` field can be one of `data_partner`, `google_ads`, `merchant_center`, or `advertising_partner`, providing information about the specific product linked to the Google Ads account."]]],[]]