ProductLinkInvitation
Stay organized with collections
Save and categorize content based on your preferences.
Represents an invitation for data sharing connection between a Google Ads account and another account.
Fields |
resource_name
|
string
Immutable. The resource name of a product link invitation. Product link invitation resource names have the form: customers/{customer_id}/productLinkInvitations/{product_link_invitation_id}
|
product_link_invitation_id
|
int64
Output only. The ID of the product link invitation. This field is read only.
|
status
|
ProductLinkInvitationStatus
Output only. The status of the product link invitation. This field is read only.
|
type
|
LinkedProductType
Output only. The type of the invited account. This field is read only and can be used for filtering invitations with {@code GoogleAdsService.SearchGoogleAdsRequest}.
|
Union field invited_account
invited_account . An account invited to link to this Google Ads account. invited_account can be only one of the following: |
hotel_center
|
HotelCenterLinkInvitationIdentifier
Output only. Hotel link invitation.
|
merchant_center
|
MerchantCenterLinkInvitationIdentifier
Output only. Merchant Center link invitation.
|
advertising_partner
|
AdvertisingPartnerLinkInvitationIdentifier
Output only. Advertising Partner link invitation.
|
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."],[[["A ProductLinkInvitation allows a Google Ads account to share data with another account, such as Hotel Center, Merchant Center, or an Advertising Partner."],["It's identified by a unique resource name and ID, with a specific status and type."],["The invitation includes details about the invited account, depending on whether it's Hotel Center, Merchant Center, or an Advertising Partner."],["Google Ads uses this invitation to establish connections for data sharing across different platforms."],["You can filter invitations by type using the `GoogleAdsService.SearchGoogleAdsRequest`."]]],[]]