# API

Below you will find the keys to generate secrets payloads for adding or updating a channel via the [Script API](https://docs.edgetag.io/api/api/script).

Refer to the [configuration page](https://app.gitbook.com/o/c0Wts1N48p0Ba5S58p8v/s/ZJWZKbUk0hRISkCIj2p4/~/changes/86/channels/criteo/configuration) for detailed information on the purpose and usage of each input.

### CRITEO\_PARTNER\_ID&#x20;

In this secret, you would store the Dataset ID from your Criteo account.&#x20;

**Example Value**\
123456

**Type** \
TEXT&#x20;

**Optional**\
false&#x20;

### CRITEO\_PARTNER\_NAME&#x20;

In this secret, you would store the Dataset Name from your Criteo Account.&#x20;

**Example Value**\
s2s blotout test&#x20;

**Type**\
TEXT&#x20;

**Optional**\
false

### CRITEO\_PARTNER\_DOMAIN

In this secret, you would store the domain given when creating dataset (mostly your website domain).&#x20;

**Example Value**\
blotout.io&#x20;

**Type**\
TEXT&#x20;

**Optional**\
false


---

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