ProductLinkInvitation

表示有关在 Google Ads 帐号与其他帐号之间建立数据共享连接的邀请。

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.
}
字段
resourceName

string

不可变。产品关联邀请的资源名称。产品链接邀请资源名称采用以下格式:

customers/{customerId}/productLinkInvitations/{productLinkInvitationId}

status

enum (ProductLinkInvitationStatus)

仅供输出。产品关联邀请的状态。此字段是只读字段。

type

enum (LinkedProductType)

仅供输出。受邀帐号的类型。此字段是只读字段,可用于通过 {@code GoogleAdsService.SearchGoogleAdsRequest} 过滤邀请。

联合字段 invited_account。邀请一个与此 Google Ads 帐号关联的帐号。invited_account 只能是下列其中一项:
hotelCenter

object (HotelCenterLinkInvitationIdentifier)

仅供输出。酒店关联邀请。

merchantCenter

object (MerchantCenterLinkInvitationIdentifier)

仅供输出。Merchant Center 关联邀请。

advertisingPartner

object (AdvertisingPartnerLinkInvitationIdentifier)

仅供输出。广告合作伙伴关联邀请。

HotelCenterLinkInvitationIdentifier

酒店帐号的标识符。

JSON 表示法
{
  "hotelCenterId": string
}
字段
hotelCenterId

string (int64 format)

仅供输出。酒店账号的 Hotel Center ID。此字段是只读字段

MerchantCenterLinkInvitationIdentifier

Merchant Center 帐号的标识符。

JSON 表示法
{
  "merchantCenterId": string
}
字段
merchantCenterId

string (int64 format)

仅供输出。商家账号的 Merchant Center ID。此字段是只读字段

AdvertisingPartnerLinkInvitationIdentifier

广告合作伙伴 Google Ads 帐号的标识符。

JSON 表示法
{
  "customer": string
}
字段
customer

string

不可变。广告合作伙伴 Google Ads 帐号的资源名称。此字段是只读字段。