> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/channels/liveintent/onboarding.md).

# Onboarding

Onboarding requires LiveIntent to provide you with the following pieces of information to fill out the provider form:

* **App ID** - The ID that identifies your account where purchase events will be sent.&#x20;
* **Access Token** - authentication token used by EdgeTag's server when sending events to LiveIntent. It should not be kept or shared publicly.
* **Pixel ID** - this is the pixel identifier used for tracking and attribution within the LiveIntent platform.
* **Browser SDK Check (optional)** - This checkbox store if you want to ignore the load check for Live Intent SDK and fire Purchase Event anyways.&#x20;

Please contact your customer representative at LiveIntent to obtain the top three credentials.

### Add Channel <a href="#add-channel" id="add-channel"></a>

To add a channel, begin by entering the channel's name. We recommend choosing a name that clearly describes the channel you are adding. This will assist with debugging if any issues arise. Once you have entered the name, App ID, Access Token, and Pixel ID, you can enter them in the form and click **Save & Deploy**.\
\
There is a checkbox which is an optional field that depends upon user's choice or explicit instructions by the LiveIntent Team. The standard behaviour of this channel is to only send Purchase Event when the LiveIntent SDK is not detected on the website (typically when blocked by ad-blockers), ensuring reliable conversion tracking. But this behaviour could be changed by enabling this checkbox. Enabling this checkbox skips the Browser SDK check and Purchase Event are sent every time, even if the SDK is loaded.

<figure><img src="/files/V998JFSbvWAyIoAdMZuU" alt=""><figcaption></figcaption></figure>

Once the channel is saved and the tag deployed, Purchase events should start flowing to your LiveIntent account automatically.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/channels/liveintent/onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
