| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
List<ImpressionThrift> |
BidRequestThrift.imp
Array of impression objects.
|
| Modifier and Type | Method and Description |
|---|---|
ImpressionThrift |
ImpressionThrift.deepCopy() |
ImpressionThrift |
Impression.Thrift.get() |
ImpressionThrift |
ImpressionThrift.setBanner(BannerThrift banner)
A reference to a banner object.
|
ImpressionThrift |
ImpressionThrift.setBidfloor(double bidfloor)
Bid floor for this impression (in CPM of bidfloorcur).
|
ImpressionThrift |
ImpressionThrift.setBidfloorcur(String bidfloorcur)
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO-4217 alphabetic codes.
|
ImpressionThrift |
ImpressionThrift.setDisplaymanager(String displaymanager)
Name of ad mediation partner, SDK technology, or native player responsible for rendering ad (typically video or mobile).
|
ImpressionThrift |
ImpressionThrift.setDisplaymanagerver(String displaymanagerver)
Version of ad mediation partner, SDK technology, or native player responsible for rendering ad (typically video or mobile).
|
ImpressionThrift |
ImpressionThrift.setId(String 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).
|
ImpressionThrift |
ImpressionThrift.setIframebuster(List<String> iframebuster)
Array of names for supported iframe busters.
|
ImpressionThrift |
ImpressionThrift.setInstl(byte instl)
1 if the ad is interstitial or full screen; else 0 (i.e., no).
|
ImpressionThrift |
ImpressionThrift.setPmp(PmpThrift pmp)
A reference to the PMP object containing any Deals eligible for the impression object.
|
ImpressionThrift |
ImpressionThrift.setSecure(byte secure)
Flag to indicate whether the impression requires secure HTTPS URL creative assets and markup.
|
ImpressionThrift |
ImpressionThrift.setTagid(String tagid)
Identifier for specific ad placement or ad tag that was used to initiate the auction.
|
ImpressionThrift |
ImpressionThrift.setVideo(VideoThrift video)
A reference to a video object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BidRequestThrift.addToImp(ImpressionThrift elem) |
int |
ImpressionThrift.compareTo(ImpressionThrift other) |
boolean |
ImpressionThrift.equals(ImpressionThrift that) |
static Impression.Builder<ImpressionThrift> |
Impression.newThriftBuilder(ImpressionThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static Impression.Thrift |
Impression.thrift(ImpressionThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
BidRequestThrift |
BidRequestThrift.setImp(List<ImpressionThrift> imp)
Array of impression objects.
|
| Constructor and Description |
|---|
ImpressionThrift(ImpressionThrift other)
Performs a deep copy on other.
|
Thrift(ImpressionThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(ImpressionThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.