This package contains classes mirroring the OpenRTB 2.2 and OpenRTB Mobile 1.0 protocol schemas.
- All classes have a
deserializemethod that creates the appropiate objects from a Python dict (e.g. decoded from JSON). - All objects have a
serializemethod that serializes the object back to a Python dict.
Contains the BidRequest class and the bid request subobject classes:
ImpressionBannerVideoSiteAppPublisherDeviceUserGeoContentDataSegmentProducer
Contains the BidResponse class and the bid response subobject classes, SeatBid and Bid.
Contains the OpenRTB Mobile BidRequest classes and its subobjects:
ImpressionDeviceUserSiteAppRestrictionsRegulationsPMPDeal
Also contains the OpenRTB20Adapter class that can be used to deserialize an OpenRTB Mobile bid request into OpenRTB 2.0 objects.
Contains the substitution function that performs substitution macro replacement in a string.
- substitution(BidRequest, BidResponse, auction_price, string_with_macros) -> string with expanded macros
Contains enum-like wrappers around the integer constants used in bid requests (see chapter 6 of the OpenRTB 2.0 spec):
AuctionTypeBannerTypeCreativeAttributeCompanionTypeAdPositionConnectionTypeExpandableDirectionContentContextContentDeliveryMethodLocationTypeDeviceTypeAPIFrameworkVideoLinearityVideoProtocolVideoPlaybackMethodVideoQualityQAGMediaRatingNoBidReason
Contains the IAB’s contextual category taxonomy:
CATEGORIES— a list of(category_name, list_of_subcategories)tuples