> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/basic/attribution/step4.md).

# 어트리뷰션 데이터 분석

어트리뷰션 링크 배포 이후 SDK 를 통해 수집한 어트리뷰션 데이터는 대시보드에서 확인할 수 있어요. 고객이 어떤 광고를 클릭하고 유입이 되었는지, 매체/캠페인별 유입 고객들은 어떤 행동 패턴을 보이는지 파악해보세요!

[`📊 광고, 유입 성과 데이터 분석하기`](/dashboard/attribution.md)&#x20;

{% hint style="info" %}
Implementation 진행 또는 자사 서비스에 맞춘 이벤트 태깅 작업을 진행한 경우, 위의 사전 정의된 대시보드에서는 데이터(전환 이벤트성과) 확인이 어려울 수 있습니다. 이 경우, 커스텀 데이터 카드 및 대시보드를 생성/구성하여 데이터 분석 및 시각화할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
**커스텀 대시보드는 누구나 이용할 수 있나요?**

커스텀 대시보드는 [Implementation 서비스](https://www.wisetracker.co.kr/implementation) 또는 분석 플랜 <mark style="color:red;">Business 이상</mark> 이용 시 사용 가능한 기능입니다.&#x20;

하지만, 와이즈트래커에서 기본 제공하는 15종의 대시보드만으로도 **대부분의 데이터 조회 및 시각화**에는 문제가 없으니 각 대시보드에 대한 설명을 참고하여 수집한 데이터를 200% 활용해보세요 ! 📊
{% endhint %}

[`📊 커스텀 대시보드`](/dashboard/custom-dashboard.md)&#x20;


---

# 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://document.wisetracker.co.kr/basic/attribution/step4.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.
