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-10-12 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-10-12 UTC."],[[["A Product Link Invitation allows for data sharing between a Google Ads account and another account, like Hotel Center, Merchant Center, or an Advertising Partner."],["It has a unique resource name, an ID, a status, and indicates the type of invited account."],["The invitation details include identifiers specific to the type of account being invited for data sharing."],["The fields `product_link_invitation_id`, `status`, and `type`, and the union field `invited_account` are read-only."]]],[]]