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

# Adelphic (Viant)

> Learn how to set up Adelphic integration with Rockerbox for cross-channel programmatic 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 URL parameters and impression pixels to all placements within the Adelphic platform using the instructions below. Parameters use macros and do not need to be manually replaced
3. Set up automated spend reporting from Adelphic 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 confirm that tracking is applied to all your ads using the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/main) page

## URL Tracking Parameters

**Example Parameter String:**

```text wrap theme={null}
ap_campaignid=${ADELPHIC_CAMPAIGNID}&ap_adgroupid=${ADELPHIC_ADORDERID}&ap_creativeid=${ADELPHIC_CREATIVEID}&ap_placementid=${ADELPHIC_PUBID}
```

<Accordion title="Parameter Details">
  | Parameter        | Macro                    | Description            |
  | ---------------- | ------------------------ | ---------------------- |
  | `ap_campaignid`  | `${ADELPHIC_CAMPAIGNID}` | Campaign ID (required) |
  | `ap_adgroupid`   | `${ADELPHIC_ADORDERID}`  | Ad Order/Group ID      |
  | `ap_creativeid`  | `${ADELPHIC_CREATIVEID}` | Creative ID            |
  | `ap_placementid` | `${ADELPHIC_PUBID}`      | Publisher ID           |
</Accordion>

## Impression Pixel Tracking

Impression pixels provide user-level tracking for view-based attribution.

### Impression Pixel

```text wrap theme={null}
https://metrics.getrockerbox.com/track/v5?source=[SOURCE]&tier_one=adelphic&tier_two=${ADELPHIC_CAMPAIGNID}&tier_three=${ADELPHIC_ADORDERID}&tier_four=${ADELPHIC_CREATIVEID}&tier_five=${ADELPHIC_PUBID}
```

**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`   | `adelphic`               | Platform identifier (hardcoded) |
  | `tier_two`   | `${ADELPHIC_CAMPAIGNID}` | Campaign ID (required)          |
  | `tier_three` | `${ADELPHIC_ADORDERID}`  | Ad Order ID (required)          |
  | `tier_four`  | `${ADELPHIC_CREATIVEID}` | Creative ID (required)          |
  | `tier_five`  | `${ADELPHIC_PUBID}`      | Publisher ID                    |
</Accordion>

## Batch Spend

Adelphic will need to set up automated reporting within their platform to be sent to Rockerbox daily.

1. Contact [support@rockerbox.com](mailto:support@rockerbox.com) to obtain the endpoint details for Adelphic batch file delivery
2. Share the endpoint details with Adelphic and request daily automated reporting with the following requirements:
   * Files sent on a daily cadence
   * Each file contains the previous 1 day of spend data

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

```
Date
Spend
Ad_Order_ID
Ad_Order_Name
Campaign_ID
Campaign_Name
Creative_ID
Creative_Name
Exchange_ID
Exchange_Name
```

## Verification

After setup:

1. Verify impression pixels are firing correctly
2. Validate click tracking parameters are populating
3. Check spend data appears in Rockerbox dashboard one day post-launch
4. Contact [support@rockerbox.com](mailto:support@rockerbox.com) for QA assistance
