# Google Analytics

## Find your Google Analytics Tracking Id

To find tracking id:

* Sign in to [your Analytics account](https://analytics.google.com/)
* Click  Admin from left menu (usually at the bottom).

  <img src="/files/-LX-Htc9S8wtkQQ49kj1" alt="" data-size="original">
* From the Admin panel, Click on **Property Settings** from the second column. &#x20;

  <img src="/files/-LX-II56H5IkXKCqw1vp" alt="" data-size="original">
* In Property Settings, you will see a **Tracking Id** starting with `UA-`

{% hint style="info" %}
&#x20;Keep this tracking id copied somewhere as we will need it to integrate with IntelliTicks
{% endhint %}

## Integrating Tracking Code with IntelliTicks

To integrate Google Analytics

* Sign in to your [IntelliTicks account](https://app.intelliticks.com/).
* Go to [Settings > Integrations > CRM Page](https://app.intelliticks.com/v2/settings/integration/crm).&#x20;
* You will see a list of Apps available for Integration. In that fins the **Google Analytics** App. &#x20;

![Google Analytics Integration with IntelliTicks](/files/-M4svfIByMEMq4i_XH6B)

* **Switch on** the Google Analytics App.
* You will see a Text box asking for Tracking Id. <img src="/files/-M4swgRiZ9XcEiZF4Exy" alt="" data-size="original">&#x20;
* Enter your Google Analytics Tracking Id in the text box and click anywhere outside.
* The Tracking Id will be auto-saved.
* Your integration with Google Analytics is done.

## How to view Conversions in Google Analytics

To view conversions:

* Sign in to [your Analytics account](https://analytics.google.com/)
* Click on **Behavior** from the Left Panel under Reports <img src="/files/-LX-qC3lmvtLL_zKIkKd" alt="" data-size="original">&#x20;
* Under **Behavior**, Click on **Events** & then Click on **Top Events**
* In the **Top Events** panel, you will see a table with one column named **Event Category**. Under that you will see "**intelliticks**" event category.  Click on that.

  &#x20;

  <img src="/files/-LX3h8ra_LQNEHM-sAeK" alt="" data-size="original">

{% hint style="info" %}
If you are not able to see "**intelliticks**" in the Event Category column, try these two steps

* Try simulating a user session by visiting the web-page where the bot is deployed

* Changing the date range to include dates with Google Analytics enabled.
  {% endhint %}

* In the panel inside, you will see a column - **Event Action**. Under the column, you will see "**lead**" and **"conv"** event action. Click on that to view your lead conversion analytics. &#x20;

![](/files/-M9qPMnPAFMvZ9JsqSxd)

* The graph shown is the graph of leads converted via IntelliTicks.


---

# 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.intelliticks.com/integrations/google-analytics.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.
