# Onboarding

The Impact integration connects your website events to your Impact affiliate marketing platform through a simple, credential-based setup. Let's walk through the process.

### Video Guide

{% embed url="<https://www.loom.com/share/3c675731211040b6af4c7b7096314dd3?sid=65ed823d-90a8-46cc-9d95-c83f9588b06c>" %}

### Authorization

To add a channel, begin by entering the channel's name. We recommend choosing a name that clearly describes the purpose of the integration. This will assist with debugging if any issue arises.

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

### Campaign ID

Now we need to add the Campaign ID. Let's go to the Impact dashboard and navigate to "Campaigns" to find the Campaign ID associated with your affiliate campaign.

### Account SID and Access Token

The next step is to get your Account SID and Access Token. Navigate to\
**Settings → API → Legacy Account Tokens → API Credentials**

{% hint style="info" %}
Please use the Account SID and Auth Token with both Read and Write Access
{% endhint %}

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

Use the Campaign ID, Account SID, and Access Token from Impact and update the configuration.

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

### Conversion Events

Map your browser events to Impact Event Type IDs to track conversions like purchases, leads, and cart additions.

**Event Type ID**\
Enter the Event Type ID from your Impact dashboard for the specific conversion event.\
\
**Browser Event**\
Select the browser event you want to map (Lead, Subscribe, Purchase, InitiateCheckout, AddToCart, ViewContent) or type a custom event name.

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

\
Click "Save & Deploy". Congratulations, the setup is now complete.


---

# Agent Instructions: 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:

```
GET https://docs.edgetag.io/channels/impact/onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
