- JSON representation
- HotelIdInfo
- HotelClassInfo
- HotelCountryRegionInfo
- HotelStateInfo
- HotelCityInfo
- ProductCategoryInfo
- ProductBrandInfo
- ProductChannelInfo
- ProductChannelExclusivityInfo
- ProductConditionInfo
- ProductCustomAttributeInfo
- ProductCustomAttributeIndex
- ProductItemIdInfo
- ProductTypeInfo
- ProductTypeLevel
- ProductGroupingInfo
- ProductLabelsInfo
- ProductLegacyConditionInfo
- ProductTypeFullInfo
- ActivityIdInfo
- ActivityRatingInfo
- ActivityCountryInfo
- ActivityStateInfo
- ActivityCityInfo
- UnknownListingDimensionInfo
Listing dimensions for listing group criterion.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field dimension . Dimension of one of the types below is always present. dimension can be only one of the following: |
|
hotel |
Advertiser-specific hotel ID. |
hotel |
Class of the hotel as a number of stars 1 to 5. |
hotel |
Country or Region the hotel is located in. |
hotel |
State the hotel is located in. |
hotel |
City the hotel is located in. |
product |
Category of a product offer. |
product |
Brand of a product offer. |
product |
Locality of a product offer. |
product |
Availability of a product offer. |
product |
Condition of a product offer. |
product |
Custom attribute of a product offer. |
product |
Item id of a product offer. |
product |
Type of a product offer. |
product |
Grouping of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns. |
product |
Labels of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns. |
product |
Legacy condition of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns. |
product |
Full type of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns. |
activity |
Advertiser-specific activity ID. |
activity |
Rating of the activity as a number 1 to 5, where 5 is the best. |
activity |
The country where the travel activity is available. |
activity |
The state where the travel activity is available. |
activity |
The city where the travel activity is available. |
unknown |
Unknown dimension. Set when no other listing dimension is set. |
HotelIdInfo
Advertiser-specific hotel ID.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the hotel ID. |
HotelClassInfo
Class of the hotel as a number of stars 1 to 5.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
Long value of the hotel class. |
HotelCountryRegionInfo
Country or Region the hotel is located in.
JSON representation |
---|
{ "countryRegionCriterion": string } |
Fields | |
---|---|
country |
The Geo Target Constant resource name. |
HotelStateInfo
State the hotel is located in.
JSON representation |
---|
{ "stateCriterion": string } |
Fields | |
---|---|
state |
The Geo Target Constant resource name. |
HotelCityInfo
City the hotel is located in.
JSON representation |
---|
{ "cityCriterion": string } |
Fields | |
---|---|
city |
The Geo Target Constant resource name. |
ProductCategoryInfo
Category of a product offer.
JSON representation |
---|
{
"level": enum ( |
Fields | |
---|---|
level |
Level of the product category. |
category |
ID of the product category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436 |
ProductBrandInfo
Brand of the product.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the product brand. |
ProductChannelInfo
Locality of a product offer.
JSON representation |
---|
{
"channel": enum ( |
Fields | |
---|---|
channel |
Value of the locality. |
ProductChannelExclusivityInfo
Availability of a product offer.
JSON representation |
---|
{
"channelExclusivity": enum ( |
Fields | |
---|---|
channel |
Value of the availability. |
ProductConditionInfo
Condition of a product offer.
JSON representation |
---|
{
"condition": enum ( |
Fields | |
---|---|
condition |
Value of the condition. |
ProductCustomAttributeInfo
Custom attribute of a product offer.
JSON representation |
---|
{
"index": enum ( |
Fields | |
---|---|
index |
Indicates the index of the custom attribute. |
value |
String value of the product custom attribute. |
ProductCustomAttributeIndex
The index of the product custom attribute.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
INDEX0 |
First product custom attribute. |
INDEX1 |
Second product custom attribute. |
INDEX2 |
Third product custom attribute. |
INDEX3 |
Fourth product custom attribute. |
INDEX4 |
Fifth product custom attribute. |
ProductItemIdInfo
Item id of a product offer.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
Value of the id. |
ProductTypeInfo
Type of a product offer.
JSON representation |
---|
{
"level": enum ( |
Fields | |
---|---|
level |
Level of the type. |
value |
Value of the type. |
ProductTypeLevel
Enum describing the level of the type of a product offer.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
LEVEL1 |
Level 1. |
LEVEL2 |
Level 2. |
LEVEL3 |
Level 3. |
LEVEL4 |
Level 4. |
LEVEL5 |
Level 5. |
ProductGroupingInfo
Grouping of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the product grouping. |
ProductLabelsInfo
Labels of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the product labels. |
ProductLegacyConditionInfo
Legacy condition of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the product legacy condition. |
ProductTypeFullInfo
Full type of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the product full type. |
ActivityIdInfo
Advertiser-specific activity ID.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the activity ID. |
ActivityRatingInfo
Rating of the activity as a number 1 to 5, where 5 is the best.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
Long value of the activity rating. |
ActivityCountryInfo
The country where the travel activity is available.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the activity country. The Geo Target Constant resource name. |
ActivityStateInfo
The state where the travel activity is available.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the activity state. The Geo Target Constant resource name. |
ActivityCityInfo
The city where the travel activity is available.
JSON representation |
---|
{ "value": string } |
Fields | |
---|---|
value |
String value of the activity city. The Geo Target Constant resource name. |
UnknownListingDimensionInfo
This type has no fields.
Unknown listing dimension.