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

# LinkedIn

> Learn how to set up LinkedIn integration with Rockerbox

## Overview

Rockerbox integrates with LinkedIn to track click-based touchpoints and ingest daily spend via API.

## Setup Process

1. Authenticate your LinkedIn account(s) on the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/connect) page. This allows Rockerbox to ingest daily spend
2. Append the click-through URL parameters to your landing page URLs (see Click Tracking below)
3. Contact [support@rockerbox.com](mailto:support@rockerbox.com) with the launch date and the [tier structure](https://help.rockerbox.com/article/obce43haen-1-hierarchy-mappings) you'd like applied
4. The day after launch, confirm tracking is applied on the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/main) page

## Click Tracking

Append the Rockerbox URL parameters to your landing page URLs. LinkedIn does **not** support dynamic macros — you must replace the bracketed values with the actual IDs from your LinkedIn Ads Manager for each ad.

### Example Parameter String

```text wrap theme={null}
?li_campaigngroupid=[CAMPAIGN_GROUP_ID]&li_campaignid=[CAMPAIGN_ID]&li_creativeid=[CREATIVE_ID]
```

<Accordion title="Parameter Details">
  | Parameter            | Value                 | Description                                           |
  | -------------------- | --------------------- | ----------------------------------------------------- |
  | `li_campaigngroupid` | `[CAMPAIGN_GROUP_ID]` | Replace with your actual Campaign Group ID (required) |
  | `li_campaignid`      | `[CAMPAIGN_ID]`       | Replace with your actual Campaign ID (required)       |
  | `li_creativeid`      | `[CREATIVE_ID]`       | Replace with your actual Creative ID (required)       |
</Accordion>

**Important:**

* Rockerbox can only track LinkedIn ads that drive to your site. Ad types where users complete an action within the LinkedIn environment (e.g. lead generation forms) will not be tracked
* Parameters must be manually updated if campaign settings change
* Each ad requires separate manual parameter setup

## Spend

Spend is ingested automatically via API after authentication. Spend data refreshes daily.

## Verification

After setup:

1. Confirm tracking is applied on the [Advertising Platforms](https://app.rockerbox.com/v3/data/marketing/advertising_platforms/main) page
2. Verify spend data appears in Rockerbox dashboard
3. Contact [support@rockerbox.com](mailto:support@rockerbox.com) for QA assistance
