Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonListingDimensionInfo

Listing dimensions for listing group criterion.

Inheritance
object
GoogleAdsSearchads360V23CommonListingDimensionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonListingDimensionInfo : IDirectResponseSchema

Properties

ActivityCity

The city where the travel activity is available.

Declaration
[JsonProperty("activityCity")]
public virtual GoogleAdsSearchads360V23CommonActivityCityInfo ActivityCity { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonActivityCityInfo

ActivityCountry

The country where the travel activity is available.

Declaration
[JsonProperty("activityCountry")]
public virtual GoogleAdsSearchads360V23CommonActivityCountryInfo ActivityCountry { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonActivityCountryInfo

ActivityId

Advertiser-specific activity ID.

Declaration
[JsonProperty("activityId")]
public virtual GoogleAdsSearchads360V23CommonActivityIdInfo ActivityId { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonActivityIdInfo

ActivityRating

Rating of the activity as a number 1 to 5, where 5 is the best.

Declaration
[JsonProperty("activityRating")]
public virtual GoogleAdsSearchads360V23CommonActivityRatingInfo ActivityRating { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonActivityRatingInfo

ActivityState

The state where the travel activity is available.

Declaration
[JsonProperty("activityState")]
public virtual GoogleAdsSearchads360V23CommonActivityStateInfo ActivityState { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonActivityStateInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HotelCity

City the hotel is located in.

Declaration
[JsonProperty("hotelCity")]
public virtual GoogleAdsSearchads360V23CommonHotelCityInfo HotelCity { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHotelCityInfo

HotelClass

Class of the hotel as a number of stars 1 to 5.

Declaration
[JsonProperty("hotelClass")]
public virtual GoogleAdsSearchads360V23CommonHotelClassInfo HotelClass { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHotelClassInfo

HotelCountryRegion

Country or Region the hotel is located in.

Declaration
[JsonProperty("hotelCountryRegion")]
public virtual GoogleAdsSearchads360V23CommonHotelCountryRegionInfo HotelCountryRegion { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHotelCountryRegionInfo

HotelId

Advertiser-specific hotel ID.

Declaration
[JsonProperty("hotelId")]
public virtual GoogleAdsSearchads360V23CommonHotelIdInfo HotelId { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHotelIdInfo

HotelState

State the hotel is located in.

Declaration
[JsonProperty("hotelState")]
public virtual GoogleAdsSearchads360V23CommonHotelStateInfo HotelState { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHotelStateInfo

ProductBrand

Brand of a product offer.

Declaration
[JsonProperty("productBrand")]
public virtual GoogleAdsSearchads360V23CommonProductBrandInfo ProductBrand { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductBrandInfo

ProductCategory

Category of a product offer.

Declaration
[JsonProperty("productCategory")]
public virtual GoogleAdsSearchads360V23CommonProductCategoryInfo ProductCategory { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductCategoryInfo

ProductChannel

Locality of a product offer.

Declaration
[JsonProperty("productChannel")]
public virtual GoogleAdsSearchads360V23CommonProductChannelInfo ProductChannel { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductChannelInfo

ProductChannelExclusivity

Availability of a product offer.

Declaration
[JsonProperty("productChannelExclusivity")]
public virtual GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo ProductChannelExclusivity { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo

ProductCondition

Condition of a product offer.

Declaration
[JsonProperty("productCondition")]
public virtual GoogleAdsSearchads360V23CommonProductConditionInfo ProductCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductConditionInfo

ProductCustomAttribute

Custom attribute of a product offer.

Declaration
[JsonProperty("productCustomAttribute")]
public virtual GoogleAdsSearchads360V23CommonProductCustomAttributeInfo ProductCustomAttribute { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductCustomAttributeInfo

ProductGrouping

Grouping of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.

Declaration
[JsonProperty("productGrouping")]
public virtual GoogleAdsSearchads360V23CommonProductGroupingInfo ProductGrouping { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductGroupingInfo

ProductItemId

Item id of a product offer.

Declaration
[JsonProperty("productItemId")]
public virtual GoogleAdsSearchads360V23CommonProductItemIdInfo ProductItemId { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductItemIdInfo

ProductLabels

Labels of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.

Declaration
[JsonProperty("productLabels")]
public virtual GoogleAdsSearchads360V23CommonProductLabelsInfo ProductLabels { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductLabelsInfo

ProductLegacyCondition

Legacy condition of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.

Declaration
[JsonProperty("productLegacyCondition")]
public virtual GoogleAdsSearchads360V23CommonProductLegacyConditionInfo ProductLegacyCondition { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductLegacyConditionInfo

ProductType

Type of a product offer.

Declaration
[JsonProperty("productType")]
public virtual GoogleAdsSearchads360V23CommonProductTypeInfo ProductType { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductTypeInfo

ProductTypeFull

Full type of a product offer. This listing dimension is deprecated and it is supported only in Display campaigns.

Declaration
[JsonProperty("productTypeFull")]
public virtual GoogleAdsSearchads360V23CommonProductTypeFullInfo ProductTypeFull { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonProductTypeFullInfo

UnknownListingDimension

Unknown dimension. Set when no other listing dimension is set.

Declaration
[JsonProperty("unknownListingDimension")]
public virtual GoogleAdsSearchads360V23CommonUnknownListingDimensionInfo UnknownListingDimension { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUnknownListingDimensionInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX