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

#include <openrtb.h>

Inheritance diagram for OpenRTB::AppInfo:
OpenRTB::App

List of all members.

Public Attributes

string ver
 Application version.
string bundle
 Application bundle name (unique across multiple exchanges)
TaggedBool paid
 Is a paid version of the app.

Detailed Description

3.3.6 App Object

An “app” object should be included if the ad supported content is part of a mobile application (as opposed to a mobile website). A bid request must not contain both an “app” object and a “site” object.

The app object itself and all of its parameters are optional, so default values are not provided. If an optional parameter is not specified, it should be considered unknown. . At a minimum, it’s useful to provide an App ID or bundle, but this is not strictly required.

Definition at line 983 of file openrtb.h.


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