> For the complete documentation index, see [llms.txt](https://guide.go.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.go.gov.sg/guide-1/analytics.md).

# Analytics

Analytics shows admin users the historical data of the link clicks and details such as what devices your links have been accessed on.

{% hint style="info" %}
**Analytics only shows you data from July 2020 onwards.**
{% endhint %}

To view link analytics, click on your link after you log in, and scroll down the “Edit Link” panel, and you’ll see Analytics at the bottom. There are types of information you can find under the link analytics:

## Devices

This shows you what kind of devices users are accessing your links from. We’ve broken it down to Desktop, Mobile, Tablet and Others.&#x20;

![](/files/-MXfBz2g7-5G1Hs4lW-j)

## Clicks

Under this tab, you will be able to see the link click history of your links broken down by day.&#x20;

<figure><img src="/files/hyeSZ02HZbqNg6mWSCbz" alt=""><figcaption></figcaption></figure>

#### You can download the full link click statistics into a CSV file! <a href="#id-3-traffic" id="id-3-traffic"></a>

Simply click on the link that says "Download full link click statistics here"

![](/files/-MWvnHJGiNllK37gemOl)

## Traffic

The traffic tab shows you your traffic broken down into hours of the day, You can see what is a popular time that your links are being accessed in a day.

![](/files/-MXfBz2hNhpSzmieH7Jo)


---

# 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://guide.go.gov.sg/guide-1/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.
