ProductLinkInvitation

Represents an invitation for data sharing connection between a Google Ads account and another account.

JSON representation
{
  "resourceName": string,
  "productLinkInvitationId": string,
  "status": enum (ProductLinkInvitationStatus),
  "type": enum (LinkedProductType),

  // Union field invited_account can be only one of the following:
  "hotelCenter": {
    object (HotelCenterLinkInvitationIdentifier)
  },
  "merchantCenter": {
    object (MerchantCenterLinkInvitationIdentifier)
  },
  "advertisingPartner": {
    object (AdvertisingPartnerLinkInvitationIdentifier)
  }
  // End of list of possible types for union field invited_account.
}
Fields
resourceName

string

Immutable. The resource name of a product link invitation. Product link invitation resource names have the form:

customers/{customerId}/productLinkInvitations/{productLinkInvitationId}

status

enum (ProductLinkInvitationStatus)

Output only. The status of the product link invitation. This field is read only.

type

enum (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. An account invited to link to this Google Ads account. invited_account can be only one of the following:
hotelCenter

object (HotelCenterLinkInvitationIdentifier)

Output only. Hotel link invitation.

merchantCenter

object (MerchantCenterLinkInvitationIdentifier)

Output only. Merchant Center link invitation.

advertisingPartner

object (AdvertisingPartnerLinkInvitationIdentifier)

Output only. Advertising Partner link invitation.

HotelCenterLinkInvitationIdentifier

The identifier for Hotel account.

JSON representation
{
  "hotelCenterId": string
}
Fields
hotelCenterId

string (int64 format)

Output only. The hotel center id of the hotel account. This field is read only

MerchantCenterLinkInvitationIdentifier

The identifier for Merchant Center Account.

JSON representation
{
  "merchantCenterId": string
}
Fields
merchantCenterId

string (int64 format)

Output only. The Merchant Center id of the Merchant account. This field is read only

AdvertisingPartnerLinkInvitationIdentifier

The identifier for the Advertising Partner Google Ads account.

JSON representation
{
  "customer": string
}
Fields
customer

string

Immutable. The resource name of the advertising partner Google Ads account. This field is read only.