# 노출 조건 설정 이해하기

노출 조건 설정은 크게 **3가지로 구분**됩니다.

<mark style="color:blue;">**1. 노출 대상 / 2. 노출 조건 / 3. 노출 빈도**</mark>

<figure><img src="/files/xGWL83ME0RuxjJ71i8mi" alt=""><figcaption></figcaption></figure>

아래의 각 설정마다 설명을 참고해 세팅해주세요.

## 노출 대상 <a href="#target" id="target"></a>

***

노출 대상은 쇼핑몰 <mark style="color:purple;">**회원의 기본 정보를 기반**</mark>으로 노출 타겟을 구분할 수 있습니다.

<table><thead><tr><th width="170.3636474609375">대상 구분</th><th>설명</th></tr></thead><tbody><tr><td>디바이스</td><td><strong>PC/모바일</strong><br>회원이 방문할 때 사용한 기기를 기반으로 구분</td></tr><tr><td>방문정보</td><td><strong>첫방문/재방문</strong><br>쿠키에 기록된 정보를 바탕으로 이전 방문 정보가 있다면 재방문</td></tr><tr><td>회원 정보</td><td><strong>비회원/회원</strong><br>로그인을 기준으로 처리</td></tr><tr><td>구매 정보</td><td><strong>미구매/1회구매/2회구매</strong><br>쿠키에 기록된 정보를 바탕으로 구매 횟수 확인</td></tr></tbody></table>

## 노출 조건 <a href="#rule" id="rule"></a>

***

앞서 설정하신 노출 대상 중에서 <mark style="color:purple;">**특정한 조건을 만족시킨 회원에게만 노출**</mark>할 수 있도록 설정하실 수 있습니다. 고객 여정 안에서 중요한 순간에 필요한 메시지를 전달해보세요.

<table><thead><tr><th width="170.3636474609375">조건</th><th>설명</th></tr></thead><tbody><tr><td>노출할 페이지</td><td><p>전체 페이지</p><ul><li>모든 페이지에서 팝업이 노출될 수 있습니다.</li></ul><p>특정 페이지</p><ul><li>직접 입력한 URL에서만 팝업이 노출됩니다.</li></ul></td></tr><tr><td>사용자 액션</td><td><p>특정한 액션을 발생시킨 대상에게 팝업이 노출됩니다. 반대로 액션을 발생시키지 않은 대상에게는 팝업은 노출되지 않습니다.</p><p><mark style="color:red;"><strong>굳이 액션으로 구분이 필요 없다면 없음을 선택해 주세요.</strong></mark></p><ul><li>없음</li><li>구매 완료 후</li><li>회원가입 완료 후</li><li>장바구니에 N개 이상 담기</li><li>장바구니에 N원 이상 담기</li><li>상품 N개 이상 조회</li><li>페이지 N회 이상 조회</li><li>사이트에 방문한지 N초 이상인 경우</li></ul></td></tr><tr><td>노출 타이밍</td><td><p>조건이 만족되어 팝업이 노출될 때 타이밍을 원하는 방식으로 설정하실 수 있습니다.</p><ul><li>즉시 노출</li><li>N초 경과 시 노출</li><li>스크롤 N% 도달 시 노출</li></ul><p>스크롤 도달은 화면 상단을 기준으로 도달을 계산합니다. 스크롤이 없는 길이가 짧은 화면인 경우, 즉시 노출처럼 보일 수 있습니다.</p></td></tr></tbody></table>

## 노출 빈도 <a href="#limit" id="limit"></a>

***

노출 빈도는 <mark style="color:purple;">**피로도의 개념**</mark>으로, 한 명의 회원에게 해당 팝업을 얼만큼 노출할 지 결정할 수 있습니다.

* 계속 노출하기
  * 제한 없이 조건에 만족할 때마다 계속 노출됩니다.
* N회 노출
  * 최대 N번 까지만 노출합니다.
* N일 동안 N회 노출
  * 기간을 기준으로 최대 노출 횟수를 결정할 수 있습니다.
  * 예를 들어 3일 동안 2회 노출이라면, 첫 노출 이후 3일차까지는 최대 2번까지만 노출됩니다.
  * 3일차가 지난 후, 4일차부터 6일차까지 2회 노출할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://acecounter.gitbook.io/guide/marketing/start-on-site/condition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
