> For the complete documentation index, see [llms.txt](https://shopping-docs.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopping-docs.toss.im/ads/performance/intro/item.md).

# 상품・옵션 단위 성과보기

### **상품**・**옵션 단위 성과는 차이날 수 있어요**

* **상품 목록과 옵션 목록은 다른 기준이에요**
  * 상품 목록은 기본적인 상품 단위를 의미해요.
    * A 상품 (색상, 개수, 용량 등 옵션 단위를 모두 포함)
  * 옵션 목록은 상품에서 선택할 수 있는 옵션 단위를 의미해요.&#x20;
    * A 상품의 노랑색 옵션
    * A 상품의 파랑색 옵션

#### **1) 직접・간접 전환이 다르게 집계될 수 있어요**

<figure><img src="/files/jKIoiCcPco0sDHYhUWnR" alt="" width="563"><figcaption></figcaption></figure>

* A 상품의 빨강 옵션을 클릭한 후, A 상품의 노랑 옵션을 구매 했다면
  * 상품 단위 성과에서는 클릭한 상품과 구매한 상품이 같으므로 직접 전환으로 집계해요.
  * 옵션 단위 성과에서는 클릭한 옵션과 구매한 옵션이 다르므로 간접 전환으로 집계해요.

#### **2) 서로 다른 날짜에 집계될 수 있어요**

<figure><img src="/files/CRI3bSADH9rYf2MeR6k3" alt="" width="563"><figcaption></figcaption></figure>

* 1월 1일에 A 상품의 빨강 옵션을 클릭하고, 1월 2일에 A 상품의 노랑 옵션을 클릭한 다음,\
  최종적으로 **A 상품의 빨강 옵션**을 구매했다면
  * **상품** 단위 성과에서는 **A 상품을 기준**으로 마지막 클릭인 **1월 2일** 성과로 집계돼요.
  * **옵션** 단위 성과에서는 A 상품의 **빨강 옵션을 기준으로** 마지막 클릭인 **1월 1일** 성과로 집계돼요.
  * 조회되는 옵션 단위 성과는 8/1 데이터부터 쌓이고 있어요.&#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://shopping-docs.toss.im/ads/performance/intro/item.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.
