Show / Hide Table of Contents

Class MarketplaceTargeting

Targeting represents different criteria that can be used by advertisers to target ad inventory. For example, they can choose to target ad requests only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise.

Inheritance
object
MarketplaceTargeting
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class MarketplaceTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GeoTargeting

Geo criteria IDs to be included/excluded.

Declaration
[JsonProperty("geoTargeting")]
public virtual CriteriaTargeting GeoTargeting { get; set; }
Property Value
Type Description
CriteriaTargeting

InventorySizeTargeting

Inventory sizes to be included/excluded.

Declaration
[JsonProperty("inventorySizeTargeting")]
public virtual InventorySizeTargeting InventorySizeTargeting { get; set; }
Property Value
Type Description
InventorySizeTargeting

PlacementTargeting

Placement targeting information, for example, URL, mobile applications.

Declaration
[JsonProperty("placementTargeting")]
public virtual PlacementTargeting PlacementTargeting { get; set; }
Property Value
Type Description
PlacementTargeting

TechnologyTargeting

Technology targeting information, for example, operating system, device category.

Declaration
[JsonProperty("technologyTargeting")]
public virtual TechnologyTargeting TechnologyTargeting { get; set; }
Property Value
Type Description
TechnologyTargeting

VideoTargeting

Video targeting information.

Declaration
[JsonProperty("videoTargeting")]
public virtual VideoTargeting VideoTargeting { get; set; }
Property Value
Type Description
VideoTargeting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX