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

#include <openrtb.h>

Inheritance diagram for OpenRTB::BannerAdType:
OpenRTB::TaggedEnum< BannerAdType >

List of all members.

Public Types

enum  Vals {
  UNSPECIFIED = -1, XHTML_TEXT = 1, XHTML_BANNER = 2, JAVASCRIPT = 3,
  IFRAME = 4
}

Detailed Description

6.2 Banner Ad Types

The following table indicates the types of ads that can be accepted by the exchange unless restricted by publisher site settings.

Definition at line 321 of file openrtb.h.


Member Enumeration Documentation

Enumerator:
UNSPECIFIED 

Not explicitly specified.

XHTML_TEXT 

XHTML text ad. (usually mobile)

XHTML_BANNER 

XHTML banner ad. (usually mobile)

JAVASCRIPT 

JavaScript ad; must be valid XHTML (i.e., script tags included).

IFRAME 

Full iframe HTML.

Definition at line 322 of file openrtb.h.


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