# Onboarding

The Pinterest integration connects your website events to your Pinterest account through a simple, credential-based setup using their conversions API. Let's walk through the process.

### Video Guide

{% embed url="<https://www.loom.com/share/475e322d0fa440ba8fcf91d947c32184?sid=fa585585-1ca1-42ba-8823-2c8d6fcf7b67>" %}

### Add Channel

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. Now we need to get the Account ID and Conversion Token from the Pinterest dashboard.

### Account ID

Please follow steps below to get the account ID

1. Log in to Pinterest Ads Manager
2. In the top right, please click on the account that was selected
3. You will see an ID associated with your ad account name. Please copy it
4. Come back to the EdgeTag dashboard and paste the copied value under Account ID.

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

### Conversion Token

Please follow the steps below to get the conversion token.

1. Log in to Pinterest Ads Manager.
2. Select the Conversions tab under the Manage business section.
3. On the Events Overview page, navigate to the Setup API step under Conversions API.
4. Click on Generate new token which will create a conversion token. Please copy it.
5. Return to the EdgeTag dashboard and paste the copied value under 'Conversion Token'.

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

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


---

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