Skip to content

[New RTD Module] Add Mixpeek RTD Provider Documentation #6385

@esteininger

Description

@esteininger

Summary

Requesting the addition of documentation for the Mixpeek RTD Provider module to the Prebid.org documentation site.

Module Overview

Mixpeek is a privacy-first contextual intelligence platform. This RTD module enriches bid requests with contextual and adjacency signals via standard OpenRTB fields, without relying on cookies or user identifiers.

Key Features:

  • Contextual signals: IAB v3.0 taxonomy categories, keywords, sentiment, brand safety scores
    • Adjacency signals: Previous creative ID, winning bidder, ad categories for competitive separation
      • Sub-100ms latency
        • No cookies or user IDs required

Links

Proposed Documentation

I've prepared the full documentation following the existing RTD provider format. Here's the proposed content:

Click to expand full documentation
---
layout: page_v2
title: Mixpeek RTD Provider
display_name: Mixpeek RTD Provider
description: Contextual and adjacency signals for privacy-first targeting.
page_type: module
module_type: rtd
module_code: mixpeekRtdProvider
enable_download: false
vendor_specific: true
sidebarType: 1
---

# Mixpeek RTD Provider
{:.no_toc}

Mixpeek is a privacy-first contextual intelligence platform. This RTD module enriches bid requests with contextual and adjacency signals via standard OpenRTB fields, without relying on cookies or user identifiers.

## Usage

Install via npm:

npm install @mixpeek/prebid

Configure the module:

import '@mixpeek/prebid'

pbjs.setConfig({
    realTimeData: {
        auctionDelay: 250,
        dataProviders: [
            {
                name: 'mixpeek',
                waitForIt: true,
                params: {
                    apiKey: 'your-api-key',
                    collectionId: 'your-collection-id',
                    namespace: 'your-namespace'
                }
            }
        ]
    }
});

### Parameter Descriptions

| Name | Type | Description | Notes |
|------|------|-------------|-------|
| name | String | RTD sub module name | Always `mixpeek` |
| waitForIt | Boolean | Whether to delay auction for module response | Optional. Defaults to `true` |
| params.apiKey | String | Mixpeek API key | Required |
| params.collectionId | String | Mixpeek collection ID | Required |
| params.namespace | String | Mixpeek namespace | Required |

Additional Context

We've also posted about this module in the Prebid.js issues: prebid/Prebid.js#14325

Happy to provide any additional information or make changes as needed!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions