# Sample E-Commerce Events

On this page, you'll find valuable insights into the event tracking data available for integration with Antsomi. Below are links to dedicated subpages containing sample data for various event types. These samples showcase the data structure and attributes required for effective event tracking within your integration with Antsomi.

{% hint style="warning" %}
Please keep in mind that this data is provided as a sample to help you better understand how to track user events. In real-world scenarios, feel free to make modifications, including adding or removing attributes, to tailor it to your specific requirements.
{% endhint %}

#### Event Tracking Samples:

1. [View Product](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/view-product.md)
2. [Add a Product to the Shopping Cart](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/add-a-product-to-the-shopping-cart.md)
3. [View the Shopping Cart](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/view-the-shopping-cart.md)
4. [Remove a Product from the Shopping Cart](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/remove-a-product-from-the-shopping-cart.md)
5. [Search for Product(s)](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/search-for-product-s.md)
6. [Checkout Shopping Cart](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/checkout-shopping-cart.md)
7. [Purchase Product(s)](/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events/purchase-product-s.md)


---

# Agent Instructions: 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:

```
GET https://docs.antsomi.com/developers-guide/hybrid-apps/flutter/tracking-events/sample-e-commerce-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
