> For the complete documentation index, see [llms.txt](https://docs.cookie3.com/cookie3-analytics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cookie3.com/cookie3-analytics/features/conversion-events/retrieving-your-conversion-event-unique-id.md).

# Retrieving your Conversion Event unique ID

{% hint style="info" %}
In order to fully utilize this feature you should first create a Conversion Event inside the Cookie3 Analytics app. Head to [this article](/cookie3-analytics/features/conversion-events.md) to read a short guide about how they work!
{% endhint %}

To find out the `conversionEventId` of your particular conversion event please head to our app at `https://app.cookie3.co`&#x20;

#### On desktop:

1. Hover over the sidebar navigation panel on the left of your screen
2. Click on the "Conversion Events" button

#### On mobile:

1. Open the menu in the top-right corner of your screen
2. Click on the "Conversion Events" button

{% hint style="success" %}
You should now be able to see a list of your conversion events created in Cookie3 Analytics.
{% endhint %}

1. Locate the particular conversion event whose ID you'd like to retrieve in the Table
   1. You can use filters on the top-right corner of the table to narrow down your search
2. Click on the "Three Dots" icon on the right to show a dropdown menu with additional options
3. Click on the "Copy Conversion Event ID" button to copy the id


---

# 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.cookie3.com/cookie3-analytics/features/conversion-events/retrieving-your-conversion-event-unique-id.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.
