Doceree Bidder / Ad Request API

The ad-request surface Doceree publisher partners call to fetch an HCP-targeted advertisement. It is the endpoint behind the Doceree Publisher Tag, the first-party Prebid.js header-bidding adapter (bidder code "doceree") and the Doceree iOS/Android ad SDKs. GET /v1/adrequest returns a JSON ad payload (sourceHTML, width, height, cpmBid, currency, advertiserDomain, DIVID, guid); additional documented paths cover identity initialization (/v1/doceree-init, /v1/init, /v1/initliveintent), point-of-care and DMD data capture (/v1/savePOCdata, /v1/saveDMDInfo), ad-block feedback (/saveadblockinfo) and client log shipping (/render/logMessage). No OpenAPI is published; the surface below is recorded from Doceree's own public client code.

API entry from apis.yml

apis.yml Raw ↑
aid: doceree:bidder
name: Doceree Bidder / Ad Request API
description: The ad-request surface Doceree publisher partners call to fetch an HCP-targeted advertisement.
  It is the endpoint behind the Doceree Publisher Tag, the first-party Prebid.js header-bidding adapter
  (bidder code "doceree") and the Doceree iOS/Android ad SDKs. GET /v1/adrequest returns a JSON ad payload
  (sourceHTML, width, height, cpmBid, currency, advertiserDomain, DIVID, guid); additional documented
  paths cover identity initialization (/v1/doceree-init, /v1/init, /v1/initliveintent), point-of-care
  and DMD data capture (/v1/savePOCdata, /v1/saveDMDInfo), ad-block feedback (/saveadblockinfo) and client
  log shipping (/render/logMessage). No OpenAPI is published; the surface below is recorded from Doceree's
  own public client code.
humanURL: https://doceree.com/publishers
baseURL: https://bidder.doceree.com
tags:
- Advertising
- Header Bidding
- Programmatic
- Healthcare
properties:
- type: APIReference
  url: https://docs.prebid.org/dev-docs/bidders/doceree.html
- type: SourceCode
  url: https://github.com/prebid/Prebid.js/blob/master/modules/docereeBidAdapter.js
- type: Conventions
  url: conventions/doceree-conventions.yml
- type: Authentication
  url: authentication/doceree-authentication.yml