Show / Hide Table of Contents

Class PlacementTargeting

Represents targeting about where the ads can appear, for example, certain sites or mobile applications. Different placement targeting types will be logically OR'ed.

Inheritance
object
PlacementTargeting
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 PlacementTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MobileApplicationTargeting

Mobile application targeting information in a deal. This doesn't apply to Auction Packages.

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

UrlTargeting

URLs to be included/excluded.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX