Class TaxonomyTargeting
Defines targeting criteria for handling the IAB audience and content Taxonomy ID space.
Implements
Inherited Members
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> |