Skip to main content

A set of classes implementing OpenRTB 2.0 and OpenRTB Mobile specifications

Project description

This package contains classes mirroring the OpenRTB 2.0 and OpenRTB Mobile 1.0 protocol schemas.

Modules

  • All classes have a deserialize method that creates the appropiate objects from a Python dict (e.g. decoded from JSON).

  • All objects have a serialize method that serializes the object back to a Python dict.

request

Contains the BidRequest class and the bid request subobject classes:

  • Impression

  • Banner

  • Video

  • Site

  • App

  • Publisher

  • Device

  • User

  • Geo

  • Content

  • Data

  • Segment

  • Producer

response

Contains the BidResponse class and the bid response subobject classes, SeatBid and Bid.

mobile

Contains the OpenRTB Mobile BidRequest classes and its subobjects:

  • Impression

  • Device

  • User

  • Site

  • App

  • Restrictions

Also contains the OpenRTB20Adapter class that can be used to deserialize an OpenRTB Mobile bid request into OpenRTB 2.0 objects.

macros

Contains the substitution function that performs substitution macro replacement in a string.

  • substitution(BidRequest, BidResponse, auction_price, string_with_macros) -> string with expanded macros

constants

Contains enum-like wrappers around the integer constants used in bid requests (see chapter 6 of the OpenRTB 2.0 spec):

  • AuctionType

  • BannerType

  • CreativeAttribute

  • AdPosition

  • ConnectionType

  • ExpandableDirection

  • ContentContext

  • ContentDeliveryMethod

  • LocationType

  • DeviceType

  • APIFramework

  • VideoLinearity

  • VideoProtocol

  • VideoPlaybackMethod

  • VideoQuality

iab

Contains the IAB’s contextual category taxonomy:

  • CATEGORIES — a list of (category_name, list_of_subcategories) tuples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openrtb-0.0.4.tar.gz (13.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page