Show / Hide Table of Contents

Class PretargetingConfig.PlacementsData

Requests containing any of these placements will match.

Inheritance
System.Object
PretargetingConfig.PlacementsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PlacementsData

Properties

Token

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.

Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type Description
System.String

Type

The type of the placement.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top