> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/crm-setup/campaign-setup/landing-page-setup-form-code/configure-google-analytics.md).

# Configure Google Analytics

Google has made users aware of the coming end to Universal Analytics for some time, but the date is fast approaching. As of July 1, 2023, Google's Universal Analytics will stop processing data. It is imperative users migrate to Google Analytics 4 prior to July 1, 2023 as Universal Analytics will stop processing.

This is a change in how your Google Analytics operates and changes your Google Analytics ID. Please follow Google's instructions on how to successfully transition to GA4, here:

[Make the switch to Google Analytics 4](https://support.google.com/analytics/answer/10759417?sjid=5195701527558849427-NA)

<br>

Step 1. Make sure you are signed in to google, using a gmail account. Then navigate to <https://analytics.google.com/>

Step 2. Sign up for Google Analytics by clicking the button on the screen.

<br>

Step 3. Create a new account by filling in all the fields. Click "Get Tracking ID" and then accept the Terms of Service.

<br>

Step 4. Copy the Tracking ID and move to [crm.konnektive.com](http://crm.konnektive.com).

<br>

Step 5. Go to your Campaigns\
-Click edit on the campaign you are configuring.

<br>

Step 6. Edit or Create a Landing Page

<br>

Step 7. Enable Google Analytics and Add your Tracking ID. Once the Tracking ID is added, click Update to save the ID.

<br>

NOTE: Some properties will take up to 2 hours before the Real-Time section can be used.


---

# 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://help.konnektive.com/konnektive-crm/crm-setup/campaign-setup/landing-page-setup-form-code/configure-google-analytics.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.
