> ## Documentation Index
> Fetch the complete documentation index at: https://docs.northbeam.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LiveIntent: Insert the UTMs

## Step 2: Add Northbeam Tracking Parameters

Add the Northbeam tracking parameters to the click URL for every LiveIntent creative.

For more instructions on configuring click URLs, see [Zeta Global’s Click-URL Macros and Accepted Characters documentation](https://knowledgebase.zetaglobal.com/liveintent/click-url-macros-and-accepted-characters).

#### **Append the following string to each click URL:**

`nbt=nb%3Aliveintent%3A%3A${CAMPAIGN_ID}%3A%3A${CREATIVE_ID}&decisionid=${DECISION_ID}`

<br />

#### How to append the parameters

Use `?` if the click URL does not already contain parameters

`https://example.com?nbt=nb%3Aliveintent%3A%3A${CAMPAIGN_ID}%3A%3A${CREATIVE_ID}&decisionid=${DECISION_ID}`

<br />

Use `&` if the click URL already contains parameters:

`https://example.com?utm_source=liveintent&nbt=nb%3Aliveintent%3A%3A${CAMPAIGN_ID}%3A%3A${CREATIVE_ID}&decisionid=${DECISION_ID}`

<br />

<img src="https://mintlify.s3.us-west-1.amazonaws.com/northbeam/images/readme/7cc1fad1-CleanShot_2026-07-16_at_09.16.21-1.png" alt="" />

<br />

***

<br />
