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 של חשבון המלון. שדה זה הוא לקריאה בלבד

MerchantCenterLinkInvitationIdentifier

המזהה של חשבון Merchant Center.

ייצוג JSON
{
  "merchantCenterId": string
}
שדות
merchantCenterId

string (int64 format)

פלט בלבד. מספר חשבון Merchant Center שמשויך לחשבון Merchant Center. שדה זה הוא לקריאה בלבד

AdvertisingPartnerLinkInvitationIdentifier

המזהה של חשבון Google Ads של שותף הפרסום.

ייצוג JSON
{
  "customer": string
}
שדות
customer

string

בלתי משתנה. שם המשאב של חשבון Google Ads של שותף הפרסום. השדה הזה הוא לקריאה בלבד.