> For the complete documentation index, see [llms.txt](https://doc.playturbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.playturbo.com/creative-insights/creative-insights-essential-knowledge/tracking-explanation.md).

# Tracking Explanation

Tracking is divided into <mark style="color:red;">**basic tracking**</mark> and <mark style="color:red;">**custom tracking.**</mark>

### 1.Basic Tracking

Basic Tracking covers the fundamental tracking elements of interactive materials and is automatically included in every playable material without the need for manual configuration.

Examples include the start of displaying the playable material, user's first interaction, user redirecting to the store link, etc.

### 2.Custom Tracking

Custom Tracking requires manual addition, where users can individually <mark style="color:red;">add several "Set Tracking Event" response events</mark> based on their creative needs. This portion represents the custom tracking points.

*For example, to add an event "Press" on the download button group - add response event "Set Tracking Event" - select the tracking ID as 1 - edit the tracking name as "Player Pressed Download Button." This way, a custom tracking is successfully added.*

Related information:   [/pages/2LEF3PJ8v0Vr7K9WNDAR#id-1.redirection-and-postback](https://doc.playturbo.com/creative-insights/creative-insights-essential-knowledge/pages/2LEF3PJ8v0Vr7K9WNDAR#id-1.redirection-and-postback "mention")  [Quick Positioning](/playable-tools-content-editor/content-editor-user-guide/editing-page-module-intro/work-preview-area/quick-positioning.md)

<div align="left"><figure><img src="/files/E7kuMc0YhH0aZNY1ZKE8" alt=""><figcaption></figcaption></figure></div>

We will collect both "basic tracking" and "custom tracking" and process them into data metrics for presentation.

<div align="left"><figure><img src="/files/w0uDsdKESL77iCHJsmrk" alt=""><figcaption><p>Examples of "Basic Tracking" and "Custom Tracking"</p></figcaption></figure></div>


---

# 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://doc.playturbo.com/creative-insights/creative-insights-essential-knowledge/tracking-explanation.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.
