Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension

Listing dimensions for the asset group listing group filter.

Inheritance
object
GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension
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 GoogleAdsSearchads360V23ResourcesListingGroupFilterDimension : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ProductBrand

Brand of a product offer.

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

ProductCategory

Category of a product offer.

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

ProductChannel

Locality of a product offer.

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

ProductCondition

Condition of a product offer.

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

ProductCustomAttribute

Custom attribute of a product offer.

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

ProductItemId

Item id of a product offer.

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

ProductType

Type of a product offer.

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

Webpage

Filters for URLs in a page feed and URLs from the advertiser web domain.

Declaration
[JsonProperty("webpage")]
public virtual GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionWebpage Webpage { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesListingGroupFilterDimensionWebpage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX