![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <augmentation.h>
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 |
Dynamic filtering rules and augmentation data to be associated with an account scope.
Definition at line 27 of file augmentation.h.
1.7.6.1