RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Static Public Member Functions | Public Attributes
RTBKIT::AdSpot Struct Reference

#include <bid_request.h>

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

List of all members.

Public Member Functions

 AdSpot (OpenRTB::Impression &&imp)
void fromJson (const Json::Value &val)
Json::Value toJson () const
std::string toJsonStr () const
std::string format () const
std::string firstFormat () const
void serialize (ML::DB::Store_Writer &store) const
void reconstitute (ML::DB::Store_Reader &store)

Static Public Member Functions

static AdSpot createFromJson (const Json::Value &json)

Public Attributes

FormatSet formats
 Derived set of formats for the creative.
OpenRTB::AdPosition position
 Fold position (deprecated)
Amount reservePrice
 Minimum price for the bid request (deprecated)
Tags tags
 Tags set on the creative to be filtered by the creative.
TagFilter tagFilter
 Filter that filters against the campaign tags.

Detailed Description

Information about an ad spot that can be bid on.

Definition at line 123 of file bid_request.h.


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