Class PackagePublisherProvidedSignalsTargeting
Represents targeting about publisher provided signals. Different publisher provided signals types will be logically OR'ed.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PackagePublisherProvidedSignalsTargeting : IDirectResponseSchema
Properties
AudienceTargeting
Optional. The list of targeted or excluded audience IDs. Based off of IAB Audience Taxonomy version 1.1 (https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Audience%20Taxonomies/Audience%20Taxonomy%201.1.tsv)
Declaration
[JsonProperty("audienceTargeting")]
public virtual TaxonomyTargeting AudienceTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| TaxonomyTargeting |
ContentTargeting
Optional. The list of targeted or excluded content IDs. Based off of IAB Content Taxonomy version 2.2 (https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Content%20Taxonomies/Content%20Taxonomy%202.2.tsv)
Declaration
[JsonProperty("contentTargeting")]
public virtual TaxonomyTargeting ContentTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| TaxonomyTargeting |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoAndAudioSignalsTargeting
Optional. The list of targeted and excluded video and audio signals IDs. These are additional signals supported by publisher provided signals.
Declaration
[JsonProperty("videoAndAudioSignalsTargeting")]
public virtual StringTargetingDimension VideoAndAudioSignalsTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| StringTargetingDimension |