ProductLinkInvitation

To zaproszenie do udostępniania danych między kontem Google Ads a innym kontem.

Zapis JSON
{
  "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.
}
Pola
resourceName

string

Stałe. Nazwa zasobu zaproszenia do połączenia usług. Nazwy zasobów z zaproszeniem do połączenia usług mają postać:

customers/{customerId}/productLinkInvitations/{productLinkInvitationId}

status

enum (ProductLinkInvitationStatus)

Tylko dane wyjściowe. Stan zaproszenia do połączenia usług. To pole jest tylko do odczytu.

type

enum (LinkedProductType)

Tylko dane wyjściowe. Typ zaproszonego konta. To pole jest tylko do odczytu i może być używane do filtrowania zaproszeń z użyciem {@code GoogleAdsService.SearchGoogleAdsRequest}.

Pole sumy invited_account. Konto zaproszone do połączenia z tym kontem Google Ads. invited_account może być tylko jedną z tych wartości:
hotelCenter

object (HotelCenterLinkInvitationIdentifier)

Tylko dane wyjściowe. Zaproszenie do połączenia z hotelem.

merchantCenter

object (MerchantCenterLinkInvitationIdentifier)

Tylko dane wyjściowe. Zaproszenie do połączenia konta Merchant Center.

advertisingPartner

object (AdvertisingPartnerLinkInvitationIdentifier)

Tylko dane wyjściowe. Zaproszenie do połączenia z partnerem reklamowym.

HotelCenterLinkInvitationIdentifier

Identyfikator konta hotelu.

Zapis JSON
{
  "hotelCenterId": string
}
Pola
hotelCenterId

string (int64 format)

Tylko dane wyjściowe. Identyfikator konta Hotel Center powiązany z kontem hotelu. To pole jest tylko do odczytu

MerchantCenterLinkInvitationIdentifier

Identyfikator konta Merchant Center.

Zapis JSON
{
  "merchantCenterId": string
}
Pola
merchantCenterId

string (int64 format)

Tylko dane wyjściowe. Identyfikator konta Merchant Center. To pole jest tylko do odczytu

AdvertisingPartnerLinkInvitationIdentifier

Identyfikator konta Google Ads partnera reklamowego.

Zapis JSON
{
  "customer": string
}
Pola
customer

string

Stałe. Nazwa zasobu konta Google Ads partnera reklamowego. To pole jest tylko do odczytu.