- JSON representation
- DataPartnerIdentifier
- GoogleAdsIdentifier
- MerchantCenterIdentifier
- AdvertisingPartnerIdentifier
Represents the data sharing connection between a Google Ads customer and another product.
JSON representation |
---|
{ "resourceName": string, "type": enum ( |
Fields | |
---|---|
resource |
Immutable. Resource name of the product link. ProductLink resource names have the form:
|
type |
Output only. The type of the linked product. |
product |
Output only. The ID of the link. This field is read only. |
Union field linked_product . A product linked to this account. linked_product can be only one of the following: |
|
data |
Immutable. Data partner link. |
google |
Immutable. Google Ads link. |
merchant |
Immutable. Google Merchant Center link. |
advertising |
Output only. Advertising Partner link. |
DataPartnerIdentifier
The identifier for Data Partner account.
JSON representation |
---|
{ "dataPartnerId": string } |
Fields | |
---|---|
data |
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. |
GoogleAdsIdentifier
The identifier for Google Ads account.
JSON representation |
---|
{ "customer": string } |
Fields | |
---|---|
customer |
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. |
MerchantCenterIdentifier
The identifier for Google Merchant Center account
JSON representation |
---|
{ "merchantCenterId": string } |
Fields | |
---|---|
merchant |
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. |
AdvertisingPartnerIdentifier
The identifier for the Advertising Partner Google Ads account.
JSON representation |
---|
{ "customer": string } |
Fields | |
---|---|
customer |
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. |