> For the complete documentation index, see [llms.txt](https://server-side.docs.sirdata.net/sirdata-server-side/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://server-side.docs.sirdata.net/sirdata-server-side/installation/conteneur-gtm-server.md).

# Conteneur GTM Server

## 1) Création du conteneur GTM Server Side

Pour commencer, rendez-vous dans la section "**Admin**"

<figure><img src="/files/LEI5zuDoDwSl0uKZR8E1" alt=""><figcaption><p>Section "Admin"</p></figcaption></figure>

Ajouter un conteneur :&#x20;

<figure><img src="/files/pjeSh5t9HprL5QCuE6Qf" alt=""><figcaption><p>Ajouter un conteneur </p></figcaption></figure>

Choisir la plate-forme cible "Server" :&#x20;

<figure><img src="/files/ykyLPQ5O353KoELqK2Qq" alt=""><figcaption><p>Plate-forme cible "server"</p></figcaption></figure>

Sélectionner la case "Provisionner manuellement le serveur de taggage" et copier le code de configuration afin de l'envoyer à Sirdata :&#x20;

<figure><img src="/files/imjJzvwTiadSbsPw9auM" alt=""><figcaption><p>"Provisionner manuellement le serveur de taggage"</p></figcaption></figure>

## 2) Configuration du conteneur : serveur de prévisualisation

Dans "paramètres du conteneur" :&#x20;

<figure><img src="/files/OE3S2tdbuIgH0pxPSxPd" alt=""><figcaption><p>"Paramètres du conteneur"</p></figcaption></figure>

* Ajouter une URL sous ce format (<https://xyzxxx.urldemonsite.com>)

{% hint style="warning" %}
Dans le champ xyzxxx :&#x20;

* Privilégier des lettres en minuscules

* Eviter les chiffres

* Eviter que le mot ait un sens (exemple : GTM, server-side etc.)&#x20;
  {% endhint %}

* Provisionner manuellement le serveur de taggage\ <br>

  <figure><img src="/files/ZQNQ9AecnW5TlbFKrNnc" alt=""><figcaption><p>Paramètres du conteneur</p></figcaption></figure>

* Copier-Coller l'ID de configuration du conteneur dans votre conteneur Sirdata dans la partie "GTM Conteneur ID" :&#x20;

<figure><img src="/files/0a0LQ8lUFzugp1tFPWYO" alt=""><figcaption><p>Conteneur Sirdata</p></figcaption></figure>

<figure><img src="/files/sFhTNG7LjmKJJx7R2xd0" alt=""><figcaption><p>GTM Conteneur ID </p></figcaption></figure>

* Enregistrer le paramètres du conteneur

<figure><img src="/files/zPwzwku3MpBJRZ2RjNxB" alt=""><figcaption><p>Server container URLs</p></figcaption></figure>


---

# 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://server-side.docs.sirdata.net/sirdata-server-side/installation/conteneur-gtm-server.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.
