> 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/before-start/faq/audience.md).

# 오디언스

## 유저 데이터 업로드

<details>

<summary><strong>서비스에서 회원아이디를 사용하지 않을 경우 첫 번째 열을 삭제해도 되나요?</strong></summary>

첫 번째 열에는 <mark style="color:red;">user 구분이 가능한 고유한 데이터</mark>가 들어가야하는 자리라, 해당 데이터를 사용하지 않을 경우에 그 곳에 어떠한 값이라도 고유한 값을 넣어줘야 합니다. (ex. 번호를 매겨줘도 됩니다.)

</details>

<details>

<summary><strong>Macro #1 부터 Macro #6 까지 데이터 의미가 고정되어 있다고 하는데, 해당 데이터가 필요하지 않을 경우 어떻게 하나요?</strong></summary>

첫 번째 열 ((회원아이디))는 반드시 필요한 고정값이며, 그 외에 Macro #1부터 Macro #6의 경우, 필요한 열만 남겨두고 불필요한 열은 삭제해도 됩니다. (위의 예시 참고)

</details>

<details>

<summary><strong>유저 API 연동하는 경우에는 CSV 업로드를 하지 않아도 되나요?</strong></summary>

처음 연동하는 경우 무조건 한 번은 csv 업로드를 해야합니다.&#x20;

유저 데이터 속성들의 구조가 갖춰진 csv 파일 업로드가 우선이고, 그 후 안내되어 있는 API 연동 스크립트를 넣어야 와이즈트래커 서비스 유저 목록에 자동 업데이트되는 방식입니다.

</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, and the optional `goal` query parameter:

```
GET https://document.wisetracker.co.kr/before-start/faq/audience.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.
