aid: doceree name: Doceree description: 'Doceree Inc. is a US healthcare marketing technology company (Short Hills, New Jersey) operating a global network of physician-only platforms for programmatic messaging and point-of-care advertising to healthcare professionals. Its platform spans HCP programmatic, point-of-care, EHR, email, SMS, co-pay/affordability and account-based messaging channels, backed by a proprietary HCP identity-resolution graph. Doceree''s public, machine-readable surface is an advertising-technology one rather than a general-purpose developer API: a versioned ad-request/bidder endpoint (bidder.doceree.com/v1/adrequest), a tracking/beacon endpoint (tracking.doceree.com), a hosted publisher tag (the Doceree Publisher Tag, servedbydoceree.doceree.com/script/render-header.js), a first-party Prebid.js header-bidding adapter (bidder code "doceree", IAB Europe GVL ID 1063), and first-party mobile ad SDKs for iOS (CocoaPods) and Android (JitPack). A second, newer ad-serving generation runs concurrently on dai.doceree.com (POST /drs/* and /dop/*, unversioned) and is used by the iOS SDK 6.x; it carries clinical session, patient, prescription and action-event attributes onto the ad request itself. Doceree publishes no OpenAPI, AsyncAPI, GraphQL schema, MCP server or A2A agent card at any probed host as of August 2026, and no /.well-known/ document on any host.' url: https://raw.githubusercontent.com/api-evangelist/doceree/refs/heads/main/apis.yml image: https://doceree.com/images/doceree-logo.svg x-type: company x-source: harvest:secondary-market x-harvest-source-url: https://forgeglobal.com/doceree_stock/ specificationVersion: '0.23' created: '2026-08-04' modified: '2026-08-12' tags: - Advertising - Healthcare - Marketing - AdTech - Programmatic - Header Bidding - Life Sciences - Pharmaceutical - Point of Care - Identity Resolution - Electronic Health Records - Company apis: - 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 - aid: doceree:tracking name: Doceree Tracking API description: 'Doceree''s measurement and beacon endpoint. The Prebid.js adapter fires GET /v1/hbTimeout and GET /v1/hbBidWon with a base64-encoded, URI-encoded JSON payload on the `data` query parameter and an `adp` adapter identifier; impression and click beacons returned inside an ad response are also served from this host. No OpenAPI is published; the surface is recorded from Doceree''s own public Prebid.js adapter and iOS SDK source.' humanURL: https://doceree.com/publishers baseURL: https://tracking.doceree.com tags: - Advertising - Analytics - Tracking properties: - type: SourceCode url: https://github.com/prebid/Prebid.js/blob/master/modules/docereeBidAdapter.js - aid: doceree:dai name: Doceree DAI Mobile Ad + Identity API description: 'The current mobile ad-serving, identity and clinical-session surface, used by the Doceree iOS SDK 6.x. Discovered 2026-08-12 by reading Doceree''s own MIT-licensed first-party SDK (HTTPSupport.swift), which maps every environment to a host: production is dai.doceree.com. Paths are POST-only and carry no version segment: /drs/quest (ad request), /drs/nEvent (clinical session event with uid, sid, hid, status and eType query parameters), /drs/saveAdBlockInfo (ad feedback), /dop/settings?version=1 (remote SDK configuration), /dop/getHcpSelfValidation and /dop/updateHcpSelfValidation (HCP self-validation). A GET returns HTTP 405 with a JSON error envelope. This surface runs concurrently with the older /v1/* bidder generation and Doceree publishes no statement that either supersedes the other. No OpenAPI is published; the surface is recorded from Doceree''s own public SDK source and confirmed by live probes.' humanURL: https://github.com/doceree/ios-sdk-new baseURL: https://dai.doceree.com tags: - Advertising - Healthcare - Identity Resolution - Electronic Health Records - Mobile properties: - type: SourceCode url: https://github.com/doceree/ios-sdk-new - type: Documentation url: https://github.com/doceree/ios-sdk-new/blob/master/iOS_SDK_Implementation.md - type: DataModel url: data-model/doceree-data-model.yml - type: ErrorCatalog url: errors/doceree-problem-types.yml - type: Conventions url: conventions/doceree-conventions.yml maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: TrustCenter url: security/doceree-trust-center.yml - type: IssueTracker url: https://github.com/prebid/Prebid.js/issues - type: Releases url: https://github.com/prebid/Prebid.js/releases - type: ContributionGuide url: https://github.com/prebid/Prebid.js/blob/master/CONTRIBUTING.md - type: License name: Apache-2.0 url: https://github.com/prebid/Prebid.js/blob/master/LICENSE - type: DomainSecurity url: security/doceree-domain-security.yml - type: Website url: https://doceree.com/ - type: DeveloperPortal url: https://doceree.com/publishers - type: Documentation url: https://support.doceree.com/hc/en-us - type: APIReference url: https://docs.prebid.org/dev-docs/bidders/doceree.html - type: Support url: https://support.doceree.com/hc/en-us - type: Blog url: https://blog.doceree.com/ - type: GitHubOrganization url: https://github.com/doceree - type: Login url: https://exchange.doceree.com/login - type: TermsOfService url: https://doceree.com/us-terms-of-service-advertiser - type: PrivacyPolicy url: https://doceree.com/privacy-policy - type: Compliance url: https://doceree.com/trust - type: Contact url: https://doceree.com/contact - type: Packages url: packages/doceree-packages.yml - type: SDKs url: packages/doceree-packages.yml - type: Components url: components/doceree-components.yml - type: Conventions url: conventions/doceree-conventions.yml - type: Authentication url: authentication/doceree-authentication.yml - type: Conformance url: conformance/doceree-conformance.yml - type: Lifecycle url: lifecycle/doceree-lifecycle.yml - type: LLMsTxt url: llms/doceree-llms.txt - type: ErrorCatalog url: errors/doceree-problem-types.yml - type: RateLimits url: rate-limits/doceree-rate-limits.yml - type: Plans url: plans/doceree-plans-pricing.yml - type: DataModel url: data-model/doceree-data-model.yml - type: ChangeLog url: changelog/doceree-changelog.yml - type: Sandbox url: sandbox/doceree-sandbox.yml x-enrichment: date: '2026-08-12' status: enriched artifacts_added: 6 pass: local-v1 x-notes: well-known: >- well-known/doceree-well-known.yml is retained as a recorded probe, but the `type: WellKnown` pointer was REMOVED on 2026-08-12. The probe records documents_found: 0 — every /.well-known/ path 404s or 403s on every Doceree host, and the 200s on exchange.doceree.com are an Angular SPA catch-all serving HTML, not documents. A pointer would have asserted that Doceree serves a well-known surface, which it does not.