@mixpeek/prebid 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,18 @@
24
24
  | Analytics Adapter | Not analytics |
25
25
  | Identity Module | Not identity |
26
26
 
27
+ **SSPs and DSPs can immediately consume these signals via `ortb2.site.content` and `ortb2Imp.ext.data` without custom integration.**
28
+
29
+ ---
30
+
31
+ ## Who This Is For
32
+
33
+ - **Publishers** migrating off cookie-based targeting
34
+ - **SSPs** looking for contextual + adjacency signals
35
+ - **DSPs** pricing inventory using OpenRTB 2.6 context
36
+
37
+ Used in Mixpeek production demos and SSP pilots.
38
+
27
39
  ---
28
40
 
29
41
  ## Why Use This
@@ -35,6 +47,8 @@
35
47
  5. **Multimodal Analysis** - Text, image, video content understanding
36
48
  6. **Sub-100ms RTD Performance** - Optimized for header bidding latency
37
49
 
50
+ **Graceful Failure:** If Mixpeek is unavailable or times out, auctions proceed normally. The module never blocks bid requests.
51
+
38
52
  ---
39
53
 
40
54
  ## Minimal Setup (Copy-Paste Ready)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mixpeek/prebid",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Mixpeek RTD (Real-Time Data) Adapter for Prebid.js - Privacy-first contextual targeting with sub-100ms performance, ad adjacency awareness, and cookie-free bid enrichment",
5
5
  "main": "dist/mixpeekContextAdapter.js",
6
6
  "module": "src/modules/mixpeekContextAdapter.js",