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

# Analytics

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

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:

#### 1. Devices <a href="#id-1-devices" id="id-1-devices"></a>

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

![](/files/-MXfHRxJhy0UECafGOgS)

#### 2. Clicks  <a href="#id-2-clicks-full-link-click-history-will-be-available-soon" id="id-2-clicks-full-link-click-history-will-be-available-soon"></a>

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/QgiVUbksDge6eN0G03de" alt=""><figcaption></figcaption></figure>

#### 3. Traffic <a href="#id-3-traffic" id="id-3-traffic"></a>

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/-MXfHxApNh9m1NawByUI)

#### &#x20;<a href="#i-want-to-integrate-gogovsg-with-my-own-system-is-there-an-api-to-create-links-programmatically" id="i-want-to-integrate-gogovsg-with-my-own-system-is-there-an-api-to-create-links-programmatically"></a>


---

# 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.for.sg/guide/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.
