> ## 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.

# Simulmedia

> Learn how to set up Simulmedia integration with Rockerbox for linear TV and OTT 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. In Rockerbox, navigate to the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/connect) page and enable the Simulmedia integration. This creates an email endpoint for receiving log files
3. Contact your Rockerbox representative for endpoint details
4. Simulmedia will set up reporting within their platform to send files to the Rockerbox endpoint

## Linear TV

Simulmedia delivers weekly log files to Rockerbox via email.

* Rockerbox will provide email endpoint details for file delivery
* Files should be sent on a **weekly** cadence
* Each file should contain the previous 7 days of data

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

```
NETWORK
PROGRAM
DATE
TIME
DURATION
ISCI
CREATIVE
FEED
COST
```

## OTT/CTV

### Impression Pixel

Apply the impression pixel to all active OTT placements.

```text wrap theme={null}
https://metrics.getrockerbox.com/track/v5?source=[SOURCE]&tier_one=simulmedia-ott&tier_two={{ADVERTISER_ID}}&tier_three={{CAMPAIGN_ID}}&tier_four={{CREATIVE_ID}}&tier_five={{SITE_ID}}&refferer={{CACHEBUSTER}}
```

**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`   | `simulmedia-ott`    | Platform identifier (hardcoded)           |
  | `tier_two`   | `{{ADVERTISER_ID}}` | Advertiser ID (required)                  |
  | `tier_three` | `{{CAMPAIGN_ID}}`   | Campaign ID (required)                    |
  | `tier_four`  | `{{CREATIVE_ID}}`   | Creative ID (required)                    |
  | `tier_five`  | `{{SITE_ID}}`       | Site ID (required)                        |
  | `refferer`   | `{{CACHEBUSTER}}`   | Cache buster for deduplication (required) |
</Accordion>

### Batch Spend

Simulmedia sends OTT spend reports to a Rockerbox email endpoint.

* Rockerbox will provide email endpoint details for spend file delivery
* 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
Line Item ID
Line Item Name
Creative ID
Creative Name
Day
Spend
Impressions
```

## Verification

After setup:

1. Confirm log files are being delivered weekly (Linear)
2. Verify OTT impression pixels are firing correctly
3. Check data appears in Rockerbox dashboard
4. Contact [support@rockerbox.com](mailto:support@rockerbox.com) for QA assistance
