> ## Documentation Index
> Fetch the complete documentation index at: https://data-foundation.rockerbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wunderkind

> Learn how to set up Wunderkind integration with Rockerbox for display impression tracking

## Setup Process

1. Contact [support@rockerbox.com](mailto:support@rockerbox.com) to enable the integration. Let the team know the launch date and the [tier structure](https://help.rockerbox.com/article/obce43haen-1-hierarchy-mappings) you'd like applied
2. Apply the impression pixel to all active ads using the instructions below. Macros use Celtra format and do not need to be manually replaced
3. Set up batch spend reporting from Wunderkind to Rockerbox (see Batch Spend section below). This should be completed before launch
4. Allow at least one full day of data collection after launch, then let Rockerbox know you have launched so they can QA your impression pixels

### Impression Pixel

Apply the pixel below to all active display ads. Contact your Wunderkind representative to implement the creative pixel. Wunderkind uses Celtra platform macros with curly brace format.

```text wrap theme={null}
https://metrics.getrockerbox.com/track/v5?source=[SOURCE]&tier_one=wunderkind-display&tier_two={celtraCampaignId}&tier_three={celtraCreativeId}&tier_four={celtraPlacementId}&tier_five={celtraSupplierId}&auctionid={celtraRandom}
```

**Note:** `[SOURCE]` is a hardcoded value that must be obtained from Rockerbox. It's your company's [Account ID](https://app.rockerbox.com/v3/settings/account).

<Accordion title="Parameter Details">
  | Parameter    | Macro                 | Description                                |
  | ------------ | --------------------- | ------------------------------------------ |
  | `tier_one`   | `wunderkind-display`  | Platform identifier (hardcoded)            |
  | `tier_two`   | `{celtraCampaignId}`  | Campaign ID (required)                     |
  | `tier_three` | `{celtraCreativeId}`  | Creative ID (required)                     |
  | `tier_four`  | `{celtraPlacementId}` | Placement ID (required)                    |
  | `tier_five`  | `{celtraSupplierId}`  | Supplier ID (required)                     |
  | `auctionid`  | `{celtraRandom}`      | Random number for deduplication (required) |
</Accordion>

## Batch Spend

Wunderkind sends spend reports to a Rockerbox email endpoint.

1. In Rockerbox, navigate to the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/connect) page and enable the Wunderkind integration. This creates an email endpoint for receiving spend files
2. Contact your Rockerbox representative for the endpoint details
3. Set up reporting within the Wunderkind platform to send files to the Rockerbox endpoint
   * Files should be sent on a **daily** cadence
   * Each file should contain the previous day of spend data

**Required Columns** (must match exactly, including capitalization and spacing):

```
campaign_id
campaign_name
creative_id
creative_name
start_date
total_spend
impressions
```

## Verification

After setup:

1. Verify impression pixels are firing correctly
2. Confirm spend files are being delivered daily
3. Contact [support@rockerbox.com](mailto:support@rockerbox.com) for QA assistance
