> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs.md).

# Tutoriels éditeurs

- [Ajouter des zones publicitaires ExoClick aux applications](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/adding-exoclick-ad-zones-to-apps.md)
- [Intégration de zones publicitaires ExoClick avec Vue.js](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/exoclick-ad-zone-integration-with-vue.js.md)
- [Publicités interstitielles plein écran dans les applications monopage](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/fpi-spa-with-exoclick.md)
- [Comment diffuser des publicités SFW avec ExoClick](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/serve-sfw-ads.md)
- [Push In-Page : comment configurer une zone publicitaire de notifications push In-Page](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-set-up-in-page-push-notification-ad-zone.md)
- [In-Stream : lecteurs Wrapper VAST compatibles](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/compatible-vast-wrapper-players.md)
- [In-Stream : comment implémenter In-Stream. Partie 1.](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-in-stream-part1.md)
- [In-Stream : comment implémenter In-Stream. Partie 2 : exemples d'implémentation](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-in-stream-part2.md)
- [In-Stream : comment implémenter In-Stream. Partie 3 : test de la zone publicitaire](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-in-stream-part3.md)
- [In-Video : comment implémenter In-Video (VAST)](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-in-video-vast.md)
- [MFPI : comment implémenter une zone publicitaire interstitielle plein écran pour mobile](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-mobile-fullpage-intestitial-ad-zone.md)
- [Configuration d'une zone publicitaire multi-format](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/multiformat-adzone-setup.md)
- [Outstream : comment implémenter une zone publicitaire Outstream](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-outstream-ad-zone.md)
- [Popunder : comment vous assurer que vos popunders respectent les règles relatives aux expériences publicitaires abusives](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-ensure-popunders-fit-rules-abusive-experiences.md)
- [Popunders : options de déclenchement pour les zones publicitaires popunder](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/trigger-options-popunder-ad-zones.md)
- [Exemples de redirection popunder](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/exemples-de-redirection-popunder.md)
- [Notifications push : comment implémenter une zone publicitaire de notifications push](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-implement-push-notifications.md)
- [Notifications push : utiliser des notifications push provenant de plusieurs réseaux](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/using-push-notifications-multiple-networks.md)
- [Comment utiliser les codes de zone publicitaire d'ExoClick dans WordPress](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/wordpress-exoclick-ad-zone-set-up.md)
- [Slider vidéo - comment configurer une zone publicitaire Slider vidéo](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/how-setup-video-slider-ad-zone.md)
- [Comment bloquer dynamiquement les types de publicités à l'aide de data-block-ad-types](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/dynamically-block-ads-using-data-block-ad-types.md)
- [Comment bloquer dynamiquement les types de publicités pour les zones In-Stream (vidéo) d'ExoClick](https://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs/dynamically-block-ad-types-for-exoclick-in-stream-zones.md)


---

# 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://docs.exoclick.com/tutorials/fr/tutoriels/tutoriels-editeurs.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.
