> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/user-guide/customer/audience/faq.md).

# 자주 묻는 질문 FAQ

<details>

<summary><strong>광고 성과 데이터를 오디언스에 반영할 수 있나요?</strong></summary>

기본적으로 디파이너리 2.0은 광고 성과 데이터를 직접 수집하고 있지 않습니다.\
디파이너리 1.0 등의 MMP 솔루션을 활용해 수집한 광고 성과 데이터를 오디언스에 반영하고자 하는 니즈가 있으실 경우 별도의 문의를 남겨주시기 바랍니다.

</details>

<details>

<summary><strong>이미 퍼블리시한 오디언스를 수정할 수 있나요?</strong></summary>

아니요, 이미 퍼블리시된 오디언스는 조건을 수정할 수 없습니다.\
해당 오디언스를 복사한 후 수정하여 새롭게 저장하면 동일한 조건을 활용할 수 있습니다.

</details>

<details>

<summary><strong>비활성화 된 속성을 필터하면 어떻게 되나요?</strong></summary>

비활성화된 속성은 더이상 업데이트되지 않습니다.\
그러나 과거 데이터를 필터링, 분석할 때에는 비활성화된 속성도 유의미하게 사용할 수 있습니다.

*<mark style="color:green;">예를 들어, '멤버십'이라는 속성이 2023년 8월 15일에 비활성화되었다고 가정할 때, 이 속성은 더이상 새로운 데이터를 수집하거나 업데이트하지 않습니다. 하지만</mark> <mark style="color:green;"></mark><mark style="color:green;">**2023년 8월 15일 이전**</mark><mark style="color:green;">의 데이터를 분석할 때에는 여전히 유용할 수 있습니다.</mark>*\
*<mark style="color:green;">필터에서 '8월 1일부터 8월 10일까지 구매한 고객 중 VIP 등급을 가진 사람'을 필터링하고자 할 때, 이 속성은 8월 15일에 비활성화되었지만, 8월 1일 \~ 8월 10일의 과거 데이터에는 여전히 적용 가능합니다.</mark>*\
\
따라서 비활성화된 속성을 필터링할 때는 속성이 비활성화된 시점을 확인하면 더욱 효과적으로 필터 조건을 활용할 수 있습니다.\
비활성화된 일시는 속성의 상세 보기에서 수정 일시로 확인할 수 있습니다.

</details>

<details>

<summary><strong>오디언스 조건 설정 시 필터 기간에 대한 제한이 있나요?</strong></summary>

네, 있습니다.

* **오디언스 기간 제한**

  <table><thead><tr><th width="121"></th><th width="194">구분</th><th>내용</th></tr></thead><tbody><tr><td>절대 기간</td><td>기간 제한</td><td>100일</td></tr><tr><td></td><td>과거 제한</td><td>1900년부터 선택 가능</td></tr><tr><td></td><td>미래 제한</td><td>당해년도 이후 1년까지 선택 가능</td></tr><tr><td>상대 기간</td><td>기간 제한</td><td>100일</td></tr><tr><td></td><td>과거 제한</td><td>1900년부터 선택 가능</td></tr><tr><td></td><td>미래 제한</td><td>선택 불가</td></tr></tbody></table>

</details>


---

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

```
GET https://docs.dfinery.ai/user-guide/customer/audience/faq.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.
