> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/fr/fonctionnalites/destinations/destinations-catalog/taboola/taboola-events.md).

# Taboola Events

[Taboola ](https://www.taboola.com)est une société publicitaire qui fournit des éléments phares tels que les encadrés « Around the Web » et « Recommended For You » en bas de nombreux articles de presse en ligne.\
Cette destination permet [server-side tracking](https://help.taboola.com/hc/en-us/articles/115006850567-How-to-Track-Conversions-Using-Server-to-Server-Integration-S2S-).

## Fonctionnalités clés

La destination Taboola Events fournit les fonctionnalités clés suivantes :

* **Structure des événements**: notre [Référence des événements](https://community.commandersact.com/platform-x/developers/tracking/events-reference) prend en charge [Taboola Events](https://help.taboola.com/hc/en-us/articles/115006850567-How-to-Track-Conversions-Using-Server-to-Server-Integration-S2S-), ce qui signifie que vos données sont correctement reliées aux champs attendus de manière optimisée.
* **Mappages prédéfinis**: le mappage des données pour les destinations basées sur des événements s'effectue automatiquement, ce qui simplifie la saisie utilisateur.
* **Smart mapping**: le mapping des données peut être réajusté à l'aide des champs définis dans votre datalayer.

## Configuration de la destination

{% hint style="info" %}
Tout d'abord, vous devez activer le suivi server-side dans vos campagnes Taboola en incluant le <mark style="color:bleu;">`{click_id}`</mark> macro dans votre code de suivi. Plus de détails sont disponibles en suivant ce [LINK](https://help.taboola.com/hc/en-us/articles/115006850567-How-to-Track-Conversions-Using-Server-to-Server-Integration-S2S-) (Voir la section « Add S2S Tracking to your Taboola Campaign »).\
Enfin, si vous n'envoyez pas déjà d'événements à Taboola Ads, vous devez créer une conversion server-side (voir [LINK](https://help.taboola.com/hc/en-us/articles/115006850567-How-to-Track-Conversions-Using-Server-to-Server-Integration-S2S-) et la section « Create S2S Conversions ») et notez votre « Event Name » : celui-ci doit être défini comme <mark style="color:bleu;">`Taboola Event Name`</mark> dans [Configuration](#configuration).
{% endhint %}

### Configuration

<table><thead><tr><th width="300">Paramètres</th><th>Description</th></tr></thead><tbody><tr><td><code>Taboola Click ID</code></td><td><p><em><strong><code>Obligatoire</code></strong></em></p><p>Identifiant de clic Taboola. Découvrez comment ajouter l'identifiant de clic dans les pages de destination ciblées de votre campagne en suivant ce <a href="https://help.taboola.com/hc/en-us/articles/115006850567-How-to-Track-Conversions-Using-Server-to-Server-Integration-S2S-">LINK</a> (Voir la section « Add S2S Tracking to your Taboola Campaign »).</p></td></tr><tr><td><code>Mappage</code></td><td><em><strong><code>Obligatoire</code></strong></em><br>Associez les événements Taboola Ads à vos événements en définissant au moins un <code>Taboola Event Name</code> et un <code>Votre événement</code>. Une entrée est requise. Voir <a href="#destination-setup">Configuration de la destination</a> pour plus de détails.</td></tr></tbody></table>

## Référence rapide

| Commanders Act Events       | Taboola Events        |
| --------------------------- | --------------------- |
| `[Tout événement]` **\[1]** | `[Événement Taboola]` |

{% hint style="info" %}
**1.** Utilisez [**filtres de destination**](https://doc.commandersact.com/features/destinations/destination-filters) pour spécifier vos événements correspondants.
{% endhint %}

## Correspondances des champs

{% hint style="info" %}
Les propriétés peuvent être remappées à l'aide de notre [Mappage intelligent](https://doc.commandersact.com/features/destinations/advanced-mapping#smart-mapping) fonctionnalité.
{% endhint %}

<table><thead><tr><th width="456">Propriétés Commanders Act</th><th>Propriétés Taboola</th></tr></thead><tbody><tr><td><code>Taboola Click ID</code></td><td><code>click-id</code> <strong>[*]</strong></td></tr><tr><td><code>Taboola Event Name</code> <strong>[1]</strong></td><td><code>name</code> <strong>[*]</strong></td></tr><tr><td><code>revenue</code></td><td><code>revenue</code></td></tr><tr><td><code>currency</code></td><td><code>currency</code></td></tr><tr><td><code>id</code></td><td><code>orderid</code></td></tr></tbody></table>

{% hint style="info" %}
**\*** Propriété obligatoire.\
**1.** Voir <mark style="color:bleu;">`Mappage`</mark> dans [Configuration](#configuration).
{% endhint %}


---

# 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://doc.commandersact.com/fr/fonctionnalites/destinations/destinations-catalog/taboola/taboola-events.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.
