> 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/rtb-house-audience.md).

# RTB House Audience

{% hint style="info" %}
Cette destination est actuellement en phase de revue finale et sera bientôt disponible.
{% endhint %}

[RTB House](https://rtbhouse.com/) est une entreprise de technologies publicitaires spécialisée dans la publicité ciblée, y compris le retargeting et le real-time bidding. En utilisant cette destination, vous pouvez partager des audiences avec RTB House en tirant parti du [RTB House Audience API](https://rtbhouse-traffic-audiences.ew.r.appspot.com/v1/docs/).

{% hint style="warning" %}
Les audiences sont synchronisées en utilisant leurs noms comme identifiant. Évitez de les renommer pour maintenir la cohérence.
{% endhint %}

## Fonctionnalités clés

La destination RTB House Audience offre les fonctionnalités clés suivantes :

* **Partage d’audience**: notre [Référence des événements](https://community.commandersact.com/platform-x/developers/tracking/events-reference) Le modèle permet le partage d’audiences avec RTB House, ce qui signifie que vous pouvez synchroniser vos segments d’utilisateurs existants avec votre partenaire, de manière fluide.

## Configuration de la destination

{% hint style="warning" %}
L’une des propriétés suivantes est requise :

* `user.email`
* `user.email_sha256`
* `user.email_md5`
  {% endhint %}

### Configuration

<table><thead><tr><th width="331">Paramètres</th><th>Description</th></tr></thead><tbody><tr><td><code>ID du compte</code></td><td><em><strong><code>Obligatoire</code></strong></em><br>Votre identifiant de compte fourni par RTB House.</td></tr><tr><td><code>API Key</code></td><td><em><strong><code>Obligatoire</code></strong></em><br>Votre clé API fournie par RTB House.</td></tr></tbody></table>

## Correspondances des champs

Les segments créés incluent les propriétés suivantes :

<table><thead><tr><th width="275">Nom de la propriété</th><th width="586">Valeur de la propriété</th></tr></thead><tbody><tr><td><code>audience_id</code></td><td>[rtb_identifer] _<code>context.segment_name</code> <strong>[1]</strong></td></tr><tr><td><code>audience_name</code></td><td><code>context.segment_name</code></td></tr><tr><td><code>audience_compact_id</code></td><td><code>context.segment_name</code> <strong>[1]</strong></td></tr><tr><td><code>size</code></td><td>(nombre total d’utilisateurs)</td></tr><tr><td><code>user_types.X.user_type</code></td><td>EMAIL</td></tr><tr><td><code>user_types.X.size</code></td><td>(nombre d’utilisateurs du type spécifique)</td></tr></tbody></table>

{% hint style="info" %}
**1.** <mark style="color:bleu;">`context.segment_name`</mark> est converti en minuscules avec les espaces remplacés par le caractère de soulignement ( `_` ).
{% 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/rtb-house-audience.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.
