> For the complete documentation index, see [llms.txt](https://help.nftz.zone/beginners-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-set-up-analytics-for-your-zone.md).

# How to set up analytics for your zone?

NFTz allows you to use Google Analytics to track traffic and interactions within your zone.  You can add your Google Analytics tracking code within the settings page on NFTz.  Below you will find the complete steps for setting up and beginning to track your analytics.

1\) Head on over to <http://google.com/analytics> and click on "Get Started Today" on the top right, if you don't already have a Google Analytics account.  Otherwise click on "Sign in to Analytics."

2\) If you already know how to use Google Analytics skip to step #9.  Otherwise proceed in order.

3\) Choose an account name, and press "next".

![](/files/rCNi9MVVmmLRXBF6GUvt)

4\) Enter "Property name" (e.g. my nftz me). Click "next"

![](/files/tj1FFa8g9grG5zTl4ebD)

5\) Fill out "Business information" (not important), and click "Create."

6\) Read and accept the terms of service.

7\) Choose "web" as your platform.

![](/files/F7DwGR6KaXg4i3XGX4uf)

8\) Enter your zone url (e.g. myzone.nftz.zone) and stream name (e.g. my zone) and click on "Create stream."

![](/files/Tvw44173TVFWBVRMmRT2)

9\) Copy the "Measurement ID" from your analytics stream.

![](/files/txdA2Hz6dH4y1hYKu3zy)

10\) Click on "Settings" on NFTz.me (after you are logged in).  Then input your "Measurement ID" under "zone analytics" and click on "save."

![](/files/DvWiG1ICTPuOAMUmgY9N)

Thats it!  Now your zone analytics should be tracking and you should be able to follow these analytics from your Google Analytics account.


---

# 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.nftz.zone/beginners-guide/creator-zone/creator-zone-intro/how-to-set-up-analytics-for-your-zone.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.
