RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Attributes
OpenRTB::Impression Struct Reference

They are the same... More...

#include <openrtb.h>

Inheritance diagram for OpenRTB::Impression:
RTBKIT::AdSpot

List of all members.

Public Attributes

Id id
 Impression ID within BR.
Optional< Bannerbanner
 If it's a banner ad.
Optional< Videovideo
 If it's a video ad.
string displaymanager
 What renders the ad.
string displaymanagerver
 What version of that thing.
TaggedBoolDef< 0 > instl
 Is it interstitial.
string tagid
 ad tag ID for auction
TaggedFloatDef< 0 > bidfloor
 CPM bid floor.
string bidfloorcur
 Bid floor currency.
List< string > iframebuster
 Supported iframe busters (for expandable/video ads)
Json::Value ext
 Extended impression attributes.

Detailed Description

They are the same...

3.3.2 Impression Object

The “imp” object describes the ad position or impression being auctioned. A single bid request can include multiple “imp” objects, a use case for which might be an exchange that supports selling all ad positions on a given page as a bundle. Each “imp” object has a required ID so that bids can reference them individually. An exchange can also conduct private auctions by restricting involvement to specific subsets of seats within bidders.

Definition at line 863 of file openrtb.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator