> 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-user-guide-analysis-approach-and-tips.md).

# Creative Insights User Guide: Analysis Approach and Tips

[General Tracking - Usage Recommendations](/creative-insights/creative-insights-user-guide-analysis-approach-and-tips/general-tracking-usage-recommendations.md)

<mark style="background-color:orange;">**Overall Strategy——From Macro to Micro**</mark>

1. Examine macro datas such as area, channel, and mobile os to understand the overall situation. Identifying creative preferences among different channels and areas.
2. Under specific conditions (e.g., the same area and channel), compare the performance of different creatives to identify high-performing creatives and those to be optimized.
3. Based on different cases (A/B test or creative diagnosis), compare the basic tracking data for the target creatives. Approximately identify the problematic step.
4. Examine individual creatives to pinpoint data anomalies in specific gameplay scenarios or use custom tracking for precise issue identification and optimization planning.

[User Journey - Usage Recommendations](/creative-insights/creative-insights-user-guide-analysis-approach-and-tips/user-journey-usage-recommendations.md)

<mark style="background-color:orange;">**Overall Strategy——From Overall to Specific**</mark>

1. Start by examining all the Actions related to the core gameplay flow and identify the stages where user loss is the highest. Analyze the tracking data and creative content to identify factors contributing to the loss.
2. By analyzing the "Drop Off and Redirection data" related to the initial segments, we can examine whether the material meets expectations in terms of attracting attention, guiding players, and minimizing the cognitive load.
3. If the material leads to different outcomes (such as victory or failure) based on user actions, analyze the differences in completion rates and redirection rates between parallel storyline branches. Gain insights into player interaction tendencies and the effectiveness of inducing different outcomes.


---

# 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-user-guide-analysis-approach-and-tips.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.
