Class TargetingCriteria
Advertisers can target different attributes of an ad slot. For example, they can choose to show ads only if the user is in the U.S. Such targeting criteria can be specified as part of Shared Targeting.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class TargetingCriteria : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exclusions
The list of values to exclude from targeting. Each value is AND'd together.
Declaration
[JsonProperty("exclusions")]
public virtual IList<TargetingValue> Exclusions { get; set; }
Property Value
Type | Description |
---|---|
IList<TargetingValue> |
Inclusions
The list of value to include as part of the targeting. Each value is OR'd together.
Declaration
[JsonProperty("inclusions")]
public virtual IList<TargetingValue> Inclusions { get; set; }
Property Value
Type | Description |
---|---|
IList<TargetingValue> |
Key
The key representing the shared targeting criterion. Targeting criteria defined by Google ad servers will begin with GOOG_. Third parties may define their own keys. A list of permissible keys along with the acceptable values will be provided as part of the external documentation.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |