ListingDimensionInfo

产品信息组条件的产品信息维度。

JSON 表示法
{

  // Union field dimension can be only one of the following:
  "hotelId": {
    object (HotelIdInfo)
  },
  "hotelClass": {
    object (HotelClassInfo)
  },
  "hotelCountryRegion": {
    object (HotelCountryRegionInfo)
  },
  "hotelState": {
    object (HotelStateInfo)
  },
  "hotelCity": {
    object (HotelCityInfo)
  },
  "productCategory": {
    object (ProductCategoryInfo)
  },
  "productBrand": {
    object (ProductBrandInfo)
  },
  "productChannel": {
    object (ProductChannelInfo)
  },
  "productChannelExclusivity": {
    object (ProductChannelExclusivityInfo)
  },
  "productCondition": {
    object (ProductConditionInfo)
  },
  "productCustomAttribute": {
    object (ProductCustomAttributeInfo)
  },
  "productItemId": {
    object (ProductItemIdInfo)
  },
  "productType": {
    object (ProductTypeInfo)
  },
  "productGrouping": {
    object (ProductGroupingInfo)
  },
  "productLabels": {
    object (ProductLabelsInfo)
  },
  "productLegacyCondition": {
    object (ProductLegacyConditionInfo)
  },
  "productTypeFull": {
    object (ProductTypeFullInfo)
  },
  "activityId": {
    object (ActivityIdInfo)
  },
  "activityRating": {
    object (ActivityRatingInfo)
  },
  "activityCountry": {
    object (ActivityCountryInfo)
  },
  "activityState": {
    object (ActivityStateInfo)
  },
  "activityCity": {
    object (ActivityCityInfo)
  },
  "unknownListingDimension": {
    object (UnknownListingDimensionInfo)
  }
  // End of list of possible types for union field dimension.
}
字段
联合字段 dimension。以下类型之一的维度始终存在。dimension 只能是下列其中一项:
hotelId

object (HotelIdInfo)

广告客户专有的酒店 ID。

hotelClass

object (HotelClassInfo)

酒店的星级(1 至 5 星)。

hotelCountryRegion

object (HotelCountryRegionInfo)

酒店所在的国家/地区。

hotelState

object (HotelStateInfo)

酒店所在的州/省。

hotelCity

object (HotelCityInfo)

酒店所在的城市。

productCategory

object (ProductCategoryInfo)

商品优惠的类别。

productBrand

object (ProductBrandInfo)

产品报价的品牌。

productChannel

object (ProductChannelInfo)

商品优惠的地域性。

productChannelExclusivity

object (ProductChannelExclusivityInfo)

商品优惠的库存状况。

productCondition

object (ProductConditionInfo)

商品的使用情况。

productCustomAttribute

object (ProductCustomAttributeInfo)

商品优惠的自定义属性。

productItemId

object (ProductItemIdInfo)

商品优惠的商品 ID。

productType

object (ProductTypeInfo)

商品优惠的类型。

productGrouping

object (ProductGroupingInfo)

商品优惠的分组。此商品详情维度已被弃用,仅在展示广告系列中受支持。

productLabels

object (ProductLabelsInfo)

商品优惠的标签。此商品详情维度已被弃用,仅在展示广告系列中受支持。

productLegacyCondition

object (ProductLegacyConditionInfo)

商品优惠的旧条件。此商品详情维度已被弃用,仅在展示广告系列中受支持。

productTypeFull

object (ProductTypeFullInfo)

完整的商品优惠类型。此商品详情维度已被弃用,仅在展示广告系列中受支持。

activityId

object (ActivityIdInfo)

特定于广告客户的活动 ID。

activityRating

object (ActivityRatingInfo)

对活动进行评分,以 1 到 5 之间的数字表示,5 分表示最好。

activityCountry

object (ActivityCountryInfo)

提供旅行活动的国家/地区。

activityState

object (ActivityStateInfo)

相应的旅行活动适用的州/省/自治区/直辖市。

activityCity

object (ActivityCityInfo)

提供旅行活动的城市。

unknownListingDimension

object (UnknownListingDimensionInfo)

未知维度。在未设置其他商品详情维度时设置。

HotelIdInfo

广告客户专有的酒店 ID。

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

string

酒店 ID 的字符串值。

HotelClassInfo

酒店的星级(1 至 5 星)。

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

string (int64 format)

酒店星级的长值。

HotelCountryRegionInfo

酒店所在的国家/地区。

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

string

地理位置定位常量资源名称。

HotelStateInfo

酒店所在的州/省。

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

string

地理位置定位常量资源名称。

HotelCityInfo

酒店所在的城市。

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

string

地理位置定位常量资源名称。

ProductCategoryInfo

商品优惠的类别。

JSON 表示法
{
  "level": enum (ProductCategoryLevel),
  "categoryId": string
}
字段
level

enum (ProductCategoryLevel)

产品类别的级别。

categoryId

string (int64 format)

商品类别的 ID。

此 ID 相当于 google_product_category [Google 商品类别] ID,如 https://support.google.com/merchants/answer/6324436 中所述

ProductBrandInfo

商品的品牌。

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

string

产品品牌的字符串值。

ProductChannelInfo

商品优惠的地域性。

JSON 表示法
{
  "channel": enum (ProductChannel)
}
字段
channel

enum (ProductChannel)

市行政区的值。

ProductChannelExclusivityInfo

商品优惠的库存状况。

JSON 表示法
{
  "channelExclusivity": enum (ProductChannelExclusivity)
}
字段
channelExclusivity

enum (ProductChannelExclusivity)

库存状况的值。

ProductConditionInfo

商品的使用情况。

JSON 表示法
{
  "condition": enum (ProductCondition)
}
字段
condition

enum (ProductCondition)

条件的值。

ProductCustomAttributeInfo

商品优惠的自定义属性。

JSON 表示法
{
  "index": enum (ProductCustomAttributeIndex),
  "value": string
}
字段
index

enum (ProductCustomAttributeIndex)

表示自定义属性的索引。

value

string

商品自定义属性的字符串值。

ProductCustomAttributeIndex

产品自定义属性的索引。

枚举
UNSPECIFIED 未指定。
UNKNOWN 仅用于返回值。表示此版本中的未知值。
INDEX0 第一个产品自定义属性。
INDEX1 第二个产品自定义属性。
INDEX2 第三个产品自定义属性。
INDEX3 第四个产品自定义属性。
INDEX4 第五个产品自定义属性。

ProductItemIdInfo

商品优惠的商品 ID。

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

string

ID 的值。

ProductTypeInfo

商品优惠的类型。

JSON 表示法
{
  "level": enum (ProductTypeLevel),
  "value": string
}
字段
level

enum (ProductTypeLevel)

类型的级别。

value

string

类型的值。

ProductTypeLevel

描述商品优惠级别的枚举。

枚举
UNSPECIFIED 未指定。
UNKNOWN 仅用于返回值。表示此版本中的未知值。
LEVEL1 级别 1。
LEVEL2 2 级。
LEVEL3 级别 3。
LEVEL4 级别 4。
LEVEL5 第 5 关。

ProductGroupingInfo

商品优惠的分组。此商品详情维度已被弃用,仅在展示广告系列中受支持。

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

string

产品分组的字符串值。

ProductLabelsInfo

商品优惠的标签。此商品详情维度已被弃用,仅在展示广告系列中受支持。

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

string

商品标签的字符串值。

ProductLegacyConditionInfo

商品优惠的旧条件。此商品详情维度已被弃用,仅在展示广告系列中受支持。

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

string

产品旧版条件的字符串值。

ProductTypeFullInfo

完整的商品优惠类型。此商品详情维度已被弃用,仅在展示广告系列中受支持。

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

string

商品完整类型的字符串值。

ActivityIdInfo

特定于广告客户的活动 ID。

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

string

活动 ID 的字符串值。

ActivityRatingInfo

对活动进行评分,以 1 到 5 之间的数字表示,5 分表示最好。

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

string (int64 format)

活动评分的长值。

ActivityCountryInfo

提供旅行活动的国家/地区。

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

string

活动所在国家/地区的字符串值。地理位置定位常量资源名称。

ActivityStateInfo

相应的旅行活动适用的州/省/自治区/直辖市。

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

string

activity 状态的字符串值。地理位置定位常量资源名称。

ActivityCityInfo

提供旅行活动的城市。

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

string

活动城市的字符串值。地理位置定位常量资源名称。

UnknownListingDimensionInfo

此类型没有任何字段。

未知的商品详情维度。