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::Augmentation Struct Reference

#include <augmentation.h>

List of all members.

Public Member Functions

 Augmentation (const std::set< std::string > &tags, const Json::Value &data=Json::Value())
 Augmentation (const Json::Value &data)
void mergeWith (const Augmentation &other)
Json::Value toJson () const

Static Public Member Functions

static Augmentation fromJson (const Json::Value &json)

Public Attributes

std::set< std::string > tags
Json::Value data

Detailed Description

Dynamic filtering rules and augmentation data to be associated with an account scope.

Definition at line 27 of file augmentation.h.


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