# Onboarding

The Criteo integration connects your website events to your Criteo account through a server-side API. Let's walk through the process.

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

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.

### Partner ID and Partner Name

Follow the steps below to get the partner dataset ID and name\
1\. Go to the Criteo Commerce Growth dashboard.\
2\. In the left navigation, click Assets → Product Catalog.\
3\. In the top-right of the page, you will see the Dataset ID and Dataset Name (the highlighted ones in the image below). \
4\. Please copy those fields and add them to the Partner ID and Partner Name fields in the form. (note: in Criteo these are called Dataset ID/Name).

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

### Partner Domain

The domain that was given when creating the dataset, it's usually your website domain.

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

Click "Save & Deploy".


---

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