ListingDimensionInfo

Dimensions de la fiche pour le critère de groupe de fiches.

Représentation 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)
  },
  "unknownListingDimension": {
    object (UnknownListingDimensionInfo)
  }
  // End of list of possible types for union field dimension.
}
Champs
Champ d'union dimension. La dimension de l'un des types ci-dessous est toujours présente. dimension ne peut être qu'un des éléments suivants :
hotelId

object (HotelIdInfo)

ID d'hôtel spécifique à l'annonceur.

hotelClass

object (HotelClassInfo)

Catégorie de l'hôtel, exprimée sous la forme d'un nombre d'étoiles compris entre 1 et 5.

hotelCountryRegion

object (HotelCountryRegionInfo)

Pays ou région où se trouve l'hôtel.

hotelState

object (HotelStateInfo)

Indiquez l'emplacement de l'hôtel.

hotelCity

object (HotelCityInfo)

Ville où se trouve l'hôtel.

productCategory

object (ProductCategoryInfo)

Catégorie d'une offre de produit.

productBrand

object (ProductBrandInfo)

Marque d'une offre de produit.

productChannel

object (ProductChannelInfo)

Localité d'une offre de produit.

productChannelExclusivity

object (ProductChannelExclusivityInfo)

Disponibilité d'une offre de produit.

productCondition

object (ProductConditionInfo)

État d'une offre de produit.

productCustomAttribute

object (ProductCustomAttributeInfo)

Attribut personnalisé d'une offre de produit.

productItemId

object (ProductItemIdInfo)

ID de l'article d'une offre.

productType

object (ProductTypeInfo)

Type d'offre de produit.

productGrouping

object (ProductGroupingInfo)

Regroupement d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

productLabels

object (ProductLabelsInfo)

Libellés d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

productLegacyCondition

object (ProductLegacyConditionInfo)

Ancien état d'une offre de produit Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

productTypeFull

object (ProductTypeFullInfo)

Type complet d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

activityId

object (ActivityIdInfo)

ID d'activité spécifique à l'annonceur

activityRating

object (ActivityRatingInfo)

Note de l'activité sur une échelle de 1 à 5, 5 étant la meilleure note.

activityCountry

object (ActivityCountryInfo)

Pays dans lequel l'activité de voyage est disponible.

unknownListingDimension

object (UnknownListingDimensionInfo)

Dimension inconnue. défini lorsqu'aucune autre dimension de fiche n'est définie.

HotelIdInfo

ID d'hôtel spécifique à l'annonceur.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne de l'identifiant de l'hôtel.

HotelClassInfo

Catégorie de l'hôtel, exprimée sous la forme d'un nombre d'étoiles compris entre 1 et 5.

Représentation JSON
{
  "value": string
}
Champs
value

string (int64 format)

Valeur longue de la catégorie d'hôtel.

HotelCountryRegionInfo

Pays ou région où se trouve l'hôtel.

Représentation JSON
{
  "countryRegionCriterion": string
}
Champs
countryRegionCriterion

string

Nom de ressource de la constante de cible géographique.

HotelStateInfo

Indiquez l'emplacement de l'hôtel.

Représentation JSON
{
  "stateCriterion": string
}
Champs
stateCriterion

string

Nom de ressource de la constante de cible géographique.

HotelCityInfo

Ville où se trouve l'hôtel.

Représentation JSON
{
  "cityCriterion": string
}
Champs
cityCriterion

string

Nom de ressource de la constante de cible géographique.

ProductCategoryInfo

Catégorie d'une offre de produit.

Représentation JSON
{
  "level": enum (ProductCategoryLevel),
  "categoryId": string
}
Champs
level

enum (ProductCategoryLevel)

Niveau de la catégorie de produits.

categoryId

string (int64 format)

ID de la catégorie de produits.

Cet identifiant équivaut à l'identifiant google_product_category [catégorie_de_produits_google], tel que décrit dans cet article: https://support.google.com/merchants/answer/6324436.

ProductBrandInfo

Marque du produit.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne de la marque du produit.

ProductChannelInfo

Localité d'une offre de produit.

Représentation JSON
{
  "channel": enum (ProductChannel)
}
Champs
channel

enum (ProductChannel)

Valeur de la localité.

ProductChannelExclusivityInfo

Disponibilité d'une offre de produit.

Représentation JSON
{
  "channelExclusivity": enum (ProductChannelExclusivity)
}
Champs
channelExclusivity

enum (ProductChannelExclusivity)

Valeur de la disponibilité.

ProductConditionInfo

État d'une offre de produit.

Représentation JSON
{
  "condition": enum (ProductCondition)
}
Champs
condition

enum (ProductCondition)

Valeur de la condition.

ProductCustomAttributeInfo

Attribut personnalisé d'une offre de produit.

Représentation JSON
{
  "index": enum (ProductCustomAttributeIndex),
  "value": string
}
Champs
index

enum (ProductCustomAttributeIndex)

Indique l'index de l'attribut personnalisé.

value

string

Valeur de chaîne de l'attribut personnalisé du produit.

ProductCustomAttributeIndex

Index de l'attribut personnalisé du produit

Enums
UNSPECIFIED Non spécifié.
UNKNOWN Utilisé pour la valeur renvoyée uniquement. Représente une valeur inconnue dans cette version.
INDEX0 Premier attribut personnalisé du produit.
INDEX1 Deuxième attribut personnalisé du produit.
INDEX2 Troisième attribut personnalisé du produit.
INDEX3 Quatrième attribut personnalisé de produit.
INDEX4 Cinquième attribut personnalisé de produit.

ProductItemIdInfo

ID de l'article d'une offre.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de l'ID.

ProductTypeInfo

Type d'offre de produit.

Représentation JSON
{
  "level": enum (ProductTypeLevel),
  "value": string
}
Champs
level

enum (ProductTypeLevel)

Niveau du type.

value

string

Valeur du type.

ProductTypeLevel

Énumération décrivant le niveau du type d'une offre de produit.

Enums
UNSPECIFIED Non spécifié.
UNKNOWN Utilisé pour la valeur renvoyée uniquement. Représente une valeur inconnue dans cette version.
LEVEL1 Niveau 1.
LEVEL2 Niveau 2.
LEVEL3 Niveau 3.
LEVEL4 Niveau 4.
LEVEL5 Niveau 5.

ProductGroupingInfo

Regroupement d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne du regroupement de produits.

ProductLabelsInfo

Libellés d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne des libellés des produits.

ProductLegacyConditionInfo

Ancien état d'une offre de produit Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne de l'ancienne condition du produit.

ProductTypeFullInfo

Type complet d'une offre de produit. Cette dimension "Fiche" est obsolète et n'est compatible qu'avec les campagnes display.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne du type complet du produit.

ActivityIdInfo

ID d'activité spécifique à l'annonceur

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne de l'identifiant d'activité.

ActivityRatingInfo

Note de l'activité sur une échelle de 1 à 5, 5 étant la meilleure note.

Représentation JSON
{
  "value": string
}
Champs
value

string (int64 format)

Valeur longue de la note d'activité.

ActivityCountryInfo

Pays dans lequel l'activité de voyage est disponible.

Représentation JSON
{
  "value": string
}
Champs
value

string

Valeur de chaîne du pays de l'activité. Nom de ressource de la constante de cible géographique.

UnknownListingDimensionInfo

Ce type ne comporte aucun champ.

Dimension de fiche inconnue.