> 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/developpeurs/tracking-and-integrations/tracking/about-events/ecommerce-retail-events.md).

# Événements e-commerce/retail

Les événements suivants sont recommandés pour les applications et sites web de vente au détail et d'e-commerce. Pour apprendre à implémenter ces événements pour votre site web, consultez la [documentation pour les développeurs](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md).

{% hint style="info" %}
Les applications de vente au détail et d'e-commerce doivent enregistrer les événements listés dans cet article ***et*** les événements pour **toutes les applications**. L'enregistrement des événements avec leurs paramètres prescrits garantit un niveau de détail maximal disponible dans les rapports et vous permet de bénéficier des dernières fonctionnalités et intégrations dès qu'elles sont disponibles.
{% endhint %}

| [add\_payment\_info](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#add_payment_info)   | lorsqu'un utilisateur soumet ses informations de paiement                | coupon, currency, items, payment\_type, value                                                  |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| [add\_shipping\_info](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#add_shipping_info) | lorsqu'un utilisateur soumet ses informations de livraison               | coupon, currency, items, shipping\_tier, value                                                 |
| [add\_to\_cart](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#add_to_cart)             | lorsqu'un utilisateur ajoute des items au panier                         | currency, items, value                                                                         |
| [add\_to\_wishlist](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#add_to_wishlist)     | lorsqu'un utilisateur ajoute des items à une liste de souhaits           | currency, items, value                                                                         |
| [begin\_checkout](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#begin_checkout)        | lorsqu'un utilisateur commence le checkout                               | coupon, currency, items, value                                                                 |
| [generate\_lead](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#generate_lead)          | lorsqu'un utilisateur soumet un formulaire ou une demande d'informations | value, currency                                                                                |
| [purchase](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#purchase)                     | lorsqu'un utilisateur finalise un achat                                  | affiliation, coupon, currency, items, transaction\_id, shipping, tax, value (paramètre requis) |
| [refund](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#refund)                         | lorsqu'un remboursement est émis                                         | affiliation, coupon, currency, items, transaction\_id, shipping, tax, value                    |
| [remove\_from\_cart](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#remove_from_cart)   | lorsqu'un utilisateur supprime des items d'un panier                     | currency, items, value                                                                         |
| [select\_item](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#select_item)              | lorsqu'un item est sélectionné dans une liste                            | items, item\_list\_name, item\_list\_id                                                        |
| select\_promotion                                                                                                | lorsqu'un utilisateur sélectionne une promotion                          | items, promotion\_id, promotion\_name, creative\_name, creative\_slot, location\_id            |
| [view\_cart](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#view_cart)                  | lorsqu'un utilisateur consulte son panier                                | currency, items, value                                                                         |
| [view\_item](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#view_item)                  | lorsqu'un utilisateur consulte un item                                   | currency, items, value                                                                         |
| [view\_item\_list](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#view_item_list)       | lorsqu'un utilisateur voit une liste d'items/offres                      | items, item\_list\_name, item\_list\_id                                                        |
| view\_promotion                                                                                                  | lorsqu'une promotion est affichée à un utilisateur                       | items, promotion\_id, promotion\_name, creative\_name, creative\_slot, location\_id            |
| [page\_view](/fr/developpeurs/tracking-and-integrations/tracking/events-reference.md#page_view)                  | Lorsqu'un utilisateur consulte une page                                  | type, name                                                                                     |


---

# 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/developpeurs/tracking-and-integrations/tracking/about-events/ecommerce-retail-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.
