# 스케줄 발송 예상 타겟 수

스케줄 발송 시 푸시 알림 예상 타겟 수 계산에 대해 설명합니다.

### **체크 항목**

* 푸시 알림 메시지 예상 타겟 수는 다음 항목들을 확인합니다.
  * 타겟팅 유형 : 선택한 타겟 유형의 모수를 확인합니다.
  * SDK 여부 : 푸시를 발송하는 앱의 SDK가 설치되어있어야 합니다.
  * 푸시 토큰 : 푸시 알림을 발송하기 위해 필수로 있어야 하는 값이며, 만료되지 않은 유효한 값을 가진 대상에게 발송됩니다.
  * 광고성 정보 수신 동의 여부 : 알림 목적이 광고성인 메시지의 경우, 마케팅 수신 동의 또는 광고성 정보 수신 동의가 있어야 발송됩니다.

{% hint style="warning" %}
그루비에서는 예상 타겟 수 계산 시 매일 03:00 기준으로 수신 동의 여부를 체크합니다.
{% endhint %}

{% hint style="warning" %}
발송 시에는 발송 시점에서 항목들을 확인하므로, 예상 타겟 수를 계산하는 시점과 실제 발송하는 시점의 타겟 수는 차이가 있을 수 있습니다.
{% endhint %}

#### **일반 메시지**

<table><thead><tr><th width="134.2734375">타겟팅 유형</th><th width="112.28515625">알림 목적</th><th>예상 타겟 수 계산</th></tr></thead><tbody><tr><td>세그먼트</td><td>광고성</td><td>선택한 세그먼트 모수 중 SDK O / 푸시 토큰 O / 광고성 수신 동의 O</td></tr><tr><td></td><td>정보성</td><td>선택한 세그먼트 모수 중 SDK O / 푸시 토큰 O</td></tr><tr><td>수신 동의자 전체</td><td>광고성</td><td>SDK O / 푸시 토큰 O / 광고성 수신 동의 O 인 모든 대상</td></tr><tr><td></td><td>정보성</td><td>SDK O / 푸시 토큰 O</td></tr><tr><td>직접 업로드</td><td>광고성</td><td>직접 업로드한 회원 ID 중 SDK O / 푸시 토큰 O / 광고성 수신 동의 O</td></tr><tr><td></td><td>정보성</td><td>직접 업로드한 회원 ID 중 SDK O / 푸시 토큰 O</td></tr></tbody></table>

{% hint style="warning" %}
야간 수신 동의 : 정보통신망법에 의거하여 심야(21:00\~08:00) 시간에 발송하도록 설정된 광고성 메시지의 경우 야간 광고 전송 수신 동의자에게만 발송됩니다. 해당 시간에 발송한다면 캠페인 만들기 3단계에서 야간 수신 동의까지 한 예상 타겟 수를 확인하세요.
{% endhint %}

### **알림 목적**

* 푸시 알림 메시지는 알림 목적에 따라 광고성, 정보성으로 나뉘며 이에 따라 대상과 발송 가능 시간 등에 영향이 있습니다.

<img src="/files/40A9OqlPMAhz9GOtZ1Cy" alt="" width="563">


---

# 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://docs.groobee.ai/new-admin/push/push-create/schedule/target.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.
