We will update the dimension for dsp_seat_id to dsp_seat, which identifies the buyer's seat ID as declared in the bid response, in both the publisherNetworkReport and ctvPublisherNetworkReport query endpoints. Previously, the dimension would fail when used as a IdFilter, as the data type for buyer seat IDs is a string, not an integer. This fix resolves the data type issues and dsp_seat will be used as the dimension name and NameFilter.
Added support to the publisherNetworkReport query endpoints for external_creative_id dimension, which indicates the crid (string) or creative ID, included in a bid response from a buyer
Added support to the ctvPublisherNetworkReport query endpoints for dsp_seat_id dimension, which identifies the buyer's seat ID as declared in the bid response
Added support to the publisherNetworkReport query endpoints for dsp_seat_id dimension, which identifies the buyer's seat ID as declared in the bid response
Added support to the ctvPublisherNetworkReport query endpoints for cue eligible formats dimension, which identifies ad format(s) eligible to be served in a CTV app
Added support for ctvPublisherNetworkReport and ctvPublisherFilterOptions, two new synchronous endpoints, and asyncDownloadCTVPublisherNetworkReport and asyncEmailCTVPublisherNetworkReport, two new asynchronous endpoints, all of which return CTV reporting data (e.g. the reporting available in the TripleLift Console for CTV)
Added support for app_bundle_id dimension, which identifies the mobile or CTV app bundle identifier of a supply source
Updated response when requesting country_code to respond with the dimension name (enum) of country_code. Previously, the response would include country as the enum. The values returned in the response will not be changing with this release; both country code (id) and name (name) will continue to be included in the response.