Show / Hide Table of Contents

Class TaxonomyTargeting

Defines targeting criteria for handling the IAB audience and content Taxonomy ID space.

Inheritance
object
TaxonomyTargeting
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.AuthorizedBuyersMarketplace.v1beta.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1beta.dll
Syntax
public class TaxonomyTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludedTaxonomyIds

Optional. The list of excluded content taxonomy IDs.

Declaration
[JsonProperty("excludedTaxonomyIds")]
public virtual IList<string> ExcludedTaxonomyIds { get; set; }
Property Value
Type Description
IList<string>

TargetedTaxonomyIds

Optional. The list of targeted content taxonomy IDs.

Declaration
[JsonProperty("targetedTaxonomyIds")]
public virtual IList<string> TargetedTaxonomyIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX