# 분석서비스와의 연동

{% hint style="success" %}
**분석서비스와 연동이 되면, 이런 것들이 가능해요 ! ✨📈**

* [x] 분석서비스를 통해 수집한 유저 속성 데이터, **행동 데이터를 기반으로 오디언스 생성**
* [x] 분석 SDK 에 태깅된 **인앱 이벤트 발생 여부(고객의 행동)에 따른 메시지 발송 자동화**
* [x] **CDP(고객 데이터 플랫폼) 관점에서의 데이터 분석**

  유저의 속성 정보뿐만 아니라 개별 유저의 최근 7일간의 이벤트 발생 현황, SDK 를 통해 수집하는 디바이스 정보, 구매, 방문 데이터 확인이 가능합니다.&#x20;
* [x] 메시지 내 와이즈트래커의 어트리뷰션링크를 이용한 **메시지 전환 성과 분석**
  {% endhint %}

> ### **🏃 유저리스트에 업로드한 유저 데이터는 어떻게 연동되나요 ?**
>
> 업로드하는 유저 데이터의 MBID(유저의 고유 아이디 ex.회원아이디) 와 분석 SDK 를 통해 수집하는 MBID 값의 페어링을 통해 유저의 데이터가 연결됩니다.
>
> : <mark style="color:orange;">분석 대상이 되는 웹, 앱에서</mark> [<mark style="color:orange;">회원가입 및 로그인 완료 이벤트 발생 시</mark>](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/basic#undefined-3) <mark style="color:orange;">수집하는 setMemberId</mark> 와 <mark style="color:blue;">업로드 되는 유저 데이터의 MBID</mark> 를 **반드시 동일한 값으로 사용**해야 두 곳에서 가져오는 데이터가 한명의 유저로 매칭되어 사용이 가능합니다.

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

### 🙋‍♂️ 기존에 분석서비스를 사용 중인 경우

### 1️⃣ 분석 SDK 에서 MBID 값 수집

[회원가입](https://document.wisetracker.co.kr/v/v2-developer/in-app-event/event-list/basic#undefined-3) 및 [로그인 완료](https://document.wisetracker.co.kr/v/v2-developer/in-app-event/event-list/basic#undefined) 이벤트 호출 시 (또는, 이외의 유저의 데이터가 업데이트되는 시점) setMemberId 속성값을 수집하고 있지 않다면 추가로 태깅작업이 필요합니다.

<mark style="color:red;">**회원가입, 로그인 완료(자동 로그인 포함) 등 유저의 데이터가 업데이트되는 시점에 setUser 함수를 사용하면서 setMemberId 를 통해 mbid(user ID) 속성값이 함께 수집될 수 있도록 해주세요.**</mark>

> [유저 정보 측정 ((개발자 가이드)) 바로가기](https://document.wisetracker.co.kr/v2-developer/in-app-event/event-list/basic#undefined-3)

### 2️⃣ 유저 데이터 업로드

{% content-ref url="/pages/Pq18q0Rppor1OxuOyZM9" %}
[데이터 업로드](/audience/user-management/user-list/data-upload.md)
{% endcontent-ref %}


---

# 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://document.wisetracker.co.kr/audience/user-management/analytics-crm-sync.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.
