public static enum ImpressionThrift._Fields extends Enum<ImpressionThrift._Fields> implements TFieldIdEnum
| Enum Constant and Description |
|---|
BANNER
A reference to a banner object.
|
BIDFLOOR
Bid floor for this impression (in CPM of bidfloorcur).
|
BIDFLOORCUR
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO-4217 alphabetic codes.
|
DISPLAYMANAGER
Name of ad mediation partner, SDK technology, or native player responsible for rendering ad (typically video or mobile).
|
DISPLAYMANAGERVER
Version of ad mediation partner, SDK technology, or native player responsible for rendering ad (typically video or mobile).
|
ID
A unique identifier for this impression within the context of the bid request (typically, value starts with 1, and increments up to n for n impressions).
|
IFRAMEBUSTER
Array of names for supported iframe busters.
|
INSTL
1 if the ad is interstitial or full screen; else 0 (i.e., no).
|
PMP
A reference to the PMP object containing any Deals eligible for the impression object.
|
SECURE
Flag to indicate whether the impression requires secure HTTPS URL creative assets and markup.
|
TAGID
Identifier for specific ad placement or ad tag that was used to initiate the auction.
|
VIDEO
A reference to a video object.
|
| Modifier and Type | Method and Description |
|---|---|
static ImpressionThrift._Fields |
findByName(String name)
Find the _Fields constant that matches name, or null if its not found.
|
static ImpressionThrift._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static ImpressionThrift._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
String |
getFieldName() |
short |
getThriftFieldId() |
static ImpressionThrift._Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImpressionThrift._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImpressionThrift._Fields ID
public static final ImpressionThrift._Fields BANNER
public static final ImpressionThrift._Fields VIDEO
public static final ImpressionThrift._Fields DISPLAYMANAGER
public static final ImpressionThrift._Fields DISPLAYMANAGERVER
public static final ImpressionThrift._Fields INSTL
public static final ImpressionThrift._Fields TAGID
public static final ImpressionThrift._Fields BIDFLOOR
public static final ImpressionThrift._Fields BIDFLOORCUR
public static final ImpressionThrift._Fields SECURE
public static final ImpressionThrift._Fields IFRAMEBUSTER
public static final ImpressionThrift._Fields PMP
public static ImpressionThrift._Fields[] values()
for (ImpressionThrift._Fields c : ImpressionThrift._Fields.values()) System.out.println(c);
public static ImpressionThrift._Fields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ImpressionThrift._Fields findByThriftId(int fieldId)
public static ImpressionThrift._Fields findByThriftIdOrThrow(int fieldId)
public static ImpressionThrift._Fields findByName(String name)
public short getThriftFieldId()
getThriftFieldId in interface TFieldIdEnumpublic String getFieldName()
getFieldName in interface TFieldIdEnumCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.