# Integrate with Google Analytics Event Tracking

{% stepper %}
{% step %}
Go to the **Admin App**  > **Settings page** > **Third Party Integration** > **Google Analytics**

<figure><img src="/files/t9pJLtdJOiBrv5v34THV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add event to Google Analytics when Pre-order / Subscribe button is clicked**

<figure><img src="/files/NHXiofaHD8z8BOwBwXqQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Fill in event parameters:**&#x20;

* **Event Category**: (e.g., `PreOrder`)
* **Event Action**: (e.g., `Click`)
* **Event Label**: (e.g., `Pre-order Button`)
* You can use variable to show more data:
  * `:product_title`    &#x20;
  * &#x20;      `:product_type`
  * `:page`
    {% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

***

#### 📩 Need Help?

If you encounter any difficulties during setup, please don’t hesitate to reach out via **chat** or email us at **<hi@globosoftware.net>**. We're always here to help!


---

# 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.globo.io/pre-order/integrations/third-party-integration/integrate-with-google-analytics-event-tracking.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.
