> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/data-and-engagement-platform/data-management/data-management-with-data-feeds/events/list-of-events-and-properties.md).

# List of Events and Properties

You can specify custom events based on your business needs and send them via API.

The events you defined are shown in *Custom Events* section in the event list. They have to be activated for your account before you can see them in user interface of the app. Please[ submit a request](https://crossengage.atlassian.net/servicedesk/customer/portal/2) to Customer Experience team for the creation of the events you would like to send and add their exact names.

{% tabs %}
{% tab title="Added Product" %}

* **Cart Properties**
  * cart.currency
  * cart.total
  * cart.products
  * cart.numberOfItems
  * cart.numberOfUniqueItems
* **Context Properties**
  * context.language
  * context.location
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
* **Further Common Properties**
  * properties.sku
  * properties.brand
  * properties.category
  * properties.id
  * properties.name
  * properties.price
  * properties.currency
  * properties.title
    {% endtab %}

{% tab title="Changed Order Status" %}

* **Cart Properties**
  * cart.currency
  * cart.product
  * cart.total
* **Common Properties**
  * properties.sku
  * properties.title
  * properties.businessUnit
  * properties.status
    {% endtab %}

{% tab title="Completed Order" %}

* **Cart Properties**
  * cart.currency
  * cart.total
  * cart.numberOfItems
  * cart.products
* **Context Properties**
  * context.language
  * context.location
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
* **Further Common Properties**
  * properties.sku
  * properties.category
  * properties.currency
  * properties.name
  * properties.id
  * properties.price
  * properties.title
    {% endtab %}

{% tab title="Identified" %}

* **Context Properties**
  * context.deviceType
  * context.language
  * context.page.path
  * context.location
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
* **Further Properties**
  * properties.id
  * properties.sku
  * properties.currency
  * properties.title
  * properties.category
  * properties
  * properties.voucher.code
  * properties.voucher.value
  * properties.category
    {% endtab %}

{% tab title="Registered" %}

* **Context Properties**
  * context.appVersion
  * context.deviceType
  * context.language
  * context.location
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
* **Further Common Properties**
  * properties.client
  * properties.email
  * properties.firstName
  * properties.id
  * properties.lastName
    {% endtab %}

{% tab title="Removed Product" %}

* **Context Properties**
  * context.page.url
  * context.page.path
  * context.page.title
  * context.siteId
  * context.language
  * context.location
  * context.platform
  * context.referer
  * context.userAgent
  * context.page.referrer
  * context.page.search
* **Further Common Properties**
  * properties.sku
  * properties.id
  * properties.category
  * properties.title
  * properties.currency
  * properties.url
  * properties.path
  * properties.referrer
  * properties.name
  * properties.price
    {% endtab %}

{% tab title="Reviewed Product" %}
**Common Properties**

* properties.sku
* properties.brand
* properties.name
* properties.category
* properties.price
  {% endtab %}

{% tab title="Viewed Cart" %}

* **Cart Properties**
  * cart.total
  * cart.currency
  * cart.products
  * cart.numberOfItems
* **Context Properties**
  * context.language
  * context.location
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
    {% endtab %}

{% tab title="Viewed Page" %}

* **Context Properties**
  * context.language
  * context.location
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent&#x20;
* **Further Common Properties**
  * properties.path
  * properties.referrer
  * properties.title
  * properties.url
  * properties.name
  * properties.category
  * properties.currency
    {% endtab %}

{% tab title="Viewed Product" %}

* **Context Properties**
  * context.language
  * context.location
  * context.platform
  * context.referer
  * context.siteId
  * context.userAgent
  * context.page.path
  * context.page.referrer
  * context.page.search
  * context.page.title
  * context.page.url
* **Further Common Properties**
  * properties.sku
  * properties.name
  * properties.currency
  * properties.category
  * properties.brand
    {% endtab %}
    {% endtabs %}


---

# 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://documentation.crossengage.io/data-and-engagement-platform/data-management/data-management-with-data-feeds/events/list-of-events-and-properties.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.
