kapa.ai ์ ์ ๋ณ ์ต์ด ์ ์ ์ผ์ ์ ์ ์์ด?
Please stand by DONGHYO L. as I search the knowledge base. I normally take about 15 seconds or so. ๐
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
๋ค, Mixpanel์์ ์ ์ ๋ณ ์ต์ด ์ ์
์ผ์(์ฆ, ๊ฐ ์ฌ์ฉ์๊ฐ ์ฒ์์ผ๋ก ํน์ ์ด๋ฒคํธ๋ฅผ ์ํํ ๋ ์ง)๋ฅผ ์ ์ ์์ต๋๋ค.๊ฐ์ฅ ๊ฐ๋จํ ๋ฐฉ๋ฒ์ Mixpanel์ "First Time Filter" ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ๊ฒ์
๋๋ค. ์ด ๊ธฐ๋ฅ์ ํตํด ์ด๋ฒคํธ๊ฐ ์ ์ ๋ณ๋ก ์ฒ์ ๋ฐ์ํ ์์ ๋ง ํํฐ๋งํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, "Sign Up" ์ด๋ฒคํธ์ First Time Filter๋ฅผ ์ ์ฉํ๋ฉด ๊ฐ ์ฌ์ฉ์๊ฐ ์ฒ์ ๊ฐ์
ํ ๋ ์ง๋ฅผ ํ์
ํ ์ ์์ต๋๋ค. Mixpanel์ ๊ฐ ์ ์ ์ ์ด๋ฒคํธ ํ์คํ ๋ฆฌ๋ฅผ ์ค์บํ์ฌ ์ต์ด ๋ฐ์ ์์ ์ ๊ณ์ฐํฉ๋๋ค. ๋ง์ฝ ๊ฐ์ ์ด์ ์ฌ๋ฌ ๋ฒ ์ด๋ฒคํธ๊ฐ ๋ฐ์ํ๋ค๋ฉด, ๊ทธ ๋ชจ๋ ์ด๋ฒคํธ๊ฐ "์ต์ด"๋ก ๊ฐ์ฃผ๋ฉ๋๋ค. ์ด ๋ฐ์ดํฐ๋ฅผ ํ์ฉํด ์ ์ ๋ณ ์ต์ด ์ ์
์ผ์๋ฅผ ๋ถ์ํ ์ ์์ต๋๋คAnalyzing First Time Users.๋ํ, JQL(Javascript Query Language)์ ์ฌ์ฉํ๋ฉด ๋์ฑ ์ธ๋ฐํ๊ฒ ์ ์ ๋ณ ์ต์ด ์ด๋ฒคํธ ๋ฐ์์ผ์ ๊ตฌํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, groupByUser๋ฅผ ํ์ฉํด ๊ฐ ์ ์ ์ ์ฒซ ์ด๋ฒคํธ ํ์์คํฌํ๋ฅผ ์ถ์ถํ ์ ์์ต๋๋ค. ์๋๋ JQL ์์์
๋๋ค: LBKSfunction main() { return Events({ from_date: "2023-01-01", to_date: "2023-12-31" }) .groupByUser(function(state, events) { // ์ต์ด ์ด๋ฒคํธ์ ํ์์คํฌํ๋ฅผ ์ ์ฅ if (!state) { state = { first_event_time: events[0].time }; } return state; }) .map(function(user) { return { distinct_id: user.key[0], first_event_time: user.value.first_event_time }; }); }LBKS
์ด ์ฝ๋๋ ๊ฐ ์ ์ ๋ณ๋ก ์ต์ด ์ด๋ฒคํธ ๋ฐ์ ์๊ฐ์ ๋ฐํํฉ๋๋ค. ํ์์ ๋ฐ๋ผ ์ด๋ฒคํธ๋ช
์ ํํฐ๋งํ์ฌ ํน์ ์ด๋ฒคํธ(์: "Sign Up")์ ์ต์ด ๋ฐ์์ผ๋ง ์ถ์ถํ ์๋ ์์ต๋๋คJQL groupByUser.์์ฝ:
- Mixpanel UI์์ First Time Filter๋ก ์ฝ๊ฒ ํ์ธ ๊ฐ๋ฅ
- JQL๋ก ์ปค์คํ
์ฟผ๋ฆฌ ์์ฑ ๊ฐ๋ฅ์ถ๊ฐ์ ์ธ ๊ตฌํ ๋ฐฉ๋ฒ์ด๋ ์์๊ฐ ํ์ํ์๋ฉด ๋ง์ํด ์ฃผ์ธ์!
kapa.ai is still learning and improving, please let me know how I did by reacting below.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
kapa.ai ์ ์ ์ผ์ ์กฐํ API ์ ๊ณต ์ํ๋?
Let me check the knowledge base for you again. One moment! ๐
Mixpanel์์ "์ ์
์ผ์(์ต์ด ์ด๋ฒคํธ ๋ฐ์์ผ)"๋ฅผ ์ง์ ์กฐํํ๋ ์ ์ฉ API๋ ๊ณต์์ ์ผ๋ก ์ ๊ณต๋์ง ์์ต๋๋ค.
์ง์ ์์ค์ ๋ฐ๋ฅด๋ฉด, Mixpanel์ Raw Event Export API๋ฅผ ์ฌ์ฉํ์ฌ ๊ฐ๋ณ ์ด๋ฒคํธ ๋ฐ์ดํฐ๋ฅผ ์ถ์ถํ ์ ์์ผ๋ฉฐ, ์ด ๋ฐ์ดํฐ๋ฅผ ๋ฐํ์ผ๋ก ๊ฐ ์ ์ ์ ์ต์ด ์ด๋ฒคํธ ๋ฐ์์ผ(์ ์
์ผ์)์ ์ง์ ๊ณ์ฐํด์ผ ํฉ๋๋ค.์๋ฅผ ๋ค์ด, Raw Event Export API๋ฅผ ํตํด ํน์ ์ด๋ฒคํธ(์: "App Install" ๋๋ "Sign Up")์ ๋ชจ๋ ๋ฐ์ ๊ธฐ๋ก์ ์ถ์ถํ ๋ค, ๊ฐ distinct_id๋ณ๋ก ๊ฐ์ฅ ์ด๋ฅธ time ๊ฐ์ ์ฐพ์ผ๋ฉด ์ ์
์ผ์๋ฅผ ์ ์ ์์ต๋๋ค.
API ์์: LBKScurl --request GET \ --url '[https://data.mixpanel.com/api/2.0/export?from_date=2024-07-23&to_date=2024-07-24&limit=100&event=sample_event](https://data.mixpanel.com/api/2.0/export?from_date=2024-07-23&to_date=2024-07-24&limit=100&event=sample_event)' \ --header 'accept: text/plain' \ --header 'authorization: Basic YOUR_TOKENโLBKS
์ด๋ ๊ฒ ๋ฐ์ ๋ฐ์ดํฐ์์ distinct_id๋ณ๋ก ์ต์ด time ๊ฐ์ ์ถ์ถํ๋ฉด ์ ์
์ผ์๋ฅผ ๊ตฌํ ์ ์์ต๋๋ค.
Mixpanel์ ์ ์
์ผ์(์ต์ด ์ด๋ฒคํธ ๋ฐ์์ผ)๋ฅผ ๋ฐ๋ก ๋ฐํํ๋ API ์๋ํฌ์ธํธ๋ ์ ๊ณตํ์ง ์์ผ๋, Raw Event Export API๋ก ๋ฐ์ดํฐ๋ฅผ ๋ฐ์ ์ง์ ์ฒ๋ฆฌํด์ผ ํฉ๋๋ค
Export Methods: Export raw data and reports from Mixpanel
Support QA: Custom events via Raw Event Export API.์ฆ, ์ ์
์ผ์ ์กฐํ ์ ์ฉ API๋ ์๊ณ , Raw Event Export API๋ก ๋ฐ์ดํฐ๋ฅผ ์ถ์ถํด ์ง์ ๊ณ์ฐํด์ผ ํฉ๋๋ค.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
kapa.ai user๋ณ ํ๋๋ฐ์ดํฐ ์กฐํ ๊ฐ๋ฅํด?
Let me check the knowledge base for you again. One moment! ๐
๋ค, Mixpanel์์๋ user(์ ์ )๋ณ ํ๋ ๋ฐ์ดํฐ(์ด๋ฒคํธ ํ์คํ ๋ฆฌ) ์กฐํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค.Mixpanel์ Activity Feed API๋ฅผ ์ฌ์ฉํ๋ฉด, ํน์ user์ distinct_id๋ฅผ ๊ธฐ์ค์ผ๋ก ํด๋น ์ ์ ๊ฐ ์ํํ ์ด๋ฒคํธ(ํ๋) ๋ด์ญ์ ์กฐํํ ์ ์์ต๋๋ค. ์ด API๋ distinct_ids, from_date, to_date ๋ฑ์ ํ๋ผ๋ฏธํฐ๋ฅผ ๋ฐ์ ํด๋น ๊ธฐ๊ฐ ๋์ ์ ์ ๋ณ ์ด๋ฒคํธ ๋ฆฌ์คํธ๋ฅผ ๋ฐํํฉ๋๋ค.์์: LBKSGET /stream/query?project_id=1234567&distinct_ids=["์ ์ ์_distinct_id"]&from_date=2024-01-01&to_date=2024-01-31LBKS
์ด๋ ๊ฒ ํธ์ถํ๋ฉด ํด๋น ์ ์ ์ ์ด๋ฒคํธ(ํ๋) ๋ฐ์ดํฐ๊ฐ ๋ฐํ๋ฉ๋๋ค. ๋ฐํ ๊ฒฐ๊ณผ์๋ ์ด๋ฒคํธ๋ช
๊ณผ ๊ฐ ์ด๋ฒคํธ์ ์์ฑ ์ ๋ณด๊ฐ ํฌํจ๋ฉ๋๋ค
Query API - Activity Feed.๋ํ, Mixpanel ์น UI์ Users(๋๋ User Profiles) ํ์ด์ง์์๋ ๊ฐ๋ณ ์ ์ ๋ฅผ ํด๋ฆญํ๋ฉด ํด๋น ์ ์ ์ ์ ์ฒด ์ด๋ฒคํธ ํ์คํ ๋ฆฌ๋ฅผ ํ์ธํ ์ ์์ต๋๋ค
Users: Explore your user base in Mixpanel.์ฆ, API์ UI ๋ชจ๋์์ user๋ณ ํ๋ ๋ฐ์ดํฐ ์กฐํ๊ฐ ๊ฐ๋ฅํฉ๋๋ค.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
kapa.ai ํด๋น API ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ ์กฐํํ๋๊ฑฐ ์๋์ผ?
Let me check the knowledge base for you again. One moment! ๐
Mixpanel์ Activity Feed API(/stream/query
)๋ ํน์ ์ ์ (distinct_id)๋ณ๋ก ํด๋น ์ ์ ์ ์ด๋ฒคํธ(ํ๋) ๋ด์ญ๋ง ์กฐํํ๋ API์
๋๋ค.
์ฆ, ์ด API๋ฅผ ํธ์ถํ ๋ distinct_ids ํ๋ผ๋ฏธํฐ์ ์กฐํํ๊ณ ์ ํ๋ ์ ์ ์ distinct_id(๋ค)๋ฅผ ๋ช
์ํด์ผ ํ๋ฉฐ, ํด๋น ์ ์ (๋ค)์ ์ด๋ฒคํธ ํ์คํ ๋ฆฌ๋ง ๋ฐํํฉ๋๋ค.
๋ชจ๋ ์ ์ ์ ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ ํ ๋ฒ์ ์กฐํํ๋ ์ฉ๋๊ฐ ์๋๋ผ, ์ง์ ํ ์ ์ ์ ํ๋ ๋ฐ์ดํฐ(์ด๋ฒคํธ ๋ฆฌ์คํธ)๋ง ์กฐํํ๋ ์ฉ๋์
๋๋ค.์์ ํ๋ผ๋ฏธํฐ:
- distinct_ids
: ์กฐํํ ์ ์ ์ distinct_id ๋ฐฐ์ด (์: ["abc123"]
)
- from_date
, to_date
: ์กฐํ ๊ธฐ๊ฐAPI ์ค๋ช
์ ๋ฐ๋ฅด๋ฉด, ๋ฐํ ๊ฒฐ๊ณผ๋ ์ง์ ํ distinct_id(๋ค)์ ๋ํ ์ด๋ฒคํธ ๋ฆฌ์คํธ๋ง ํฌํจํฉ๋๋ค
Query API - Activity Feed.๋ฐ๋ผ์, ์ด API๋ "๋ชจ๋ ๋ฐ์ดํฐ"๊ฐ ์๋๋ผ, ์ง์ ํ ์ ์ ์ ํ๋ ๋ฐ์ดํฐ๋ง ์กฐํํฉ๋๋ค.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
kapa.ai adblock ์ ์ ๋ค์ ๋ฐ์ดํฐ ์์ง์ด ๋์ง ์๋?
Let me check the knowledge base for you again. One moment! ๐
๋ค, Adblock(๊ด๊ณ ์ฐจ๋จ๊ธฐ) ๋๋ ์ ์ฌํ ํ๋ผ์ด๋ฒ์ ํ์ฅ ํ๋ก๊ทธ๋จ์ ์ฌ์ฉํ๋ ์ ์ ๋ค์ Mixpanel์ ํด๋ผ์ด์ธํธ ์ฌ์ด๋(JavaScript ๋ฑ) SDK๋ฅผ ํตํ ๋ฐ์ดํฐ ์์ง์ด ์ฐจ๋จ๋ ์ ์์ต๋๋ค. ์ด๋ก ์ธํด ํด๋น ์ ์ ๋ค์ ์ด๋ฒคํธ๊ฐ Mixpanel์ ๊ธฐ๋ก๋์ง ์์, ์ ์ฒด ๋ฐ์ดํฐ์์ ๋๋ฝ์ด ๋ฐ์ํ ์ ์์ต๋๋ค. ์ค์ ๋ก ํด๋ผ์ด์ธํธ ์ฌ์ด๋ ํธ๋ํน์ ๊ฒฝ์ฐ, Adblock ๋ฑ์ผ๋ก ์ธํด ์ ์ฒด ์ ์ ์ 30~50% ์ด๋ฒคํธ๊ฐ ์์ง๋์ง ์์ ์ ์์ต๋๋ค Tracking Methods: Choosing the Right Method Tracking Best Practices: Debugging FAQ: Sending Data to Mixpanel.์ด ๋ฌธ์ ๋ฅผ ์ํํ๋ ค๋ฉด ๋ค์๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ด ์์ต๋๋ค: - ์๋ฒ ์ฌ์ด๋ ํธ๋ํน: ์๋ฒ์์ ์ง์ ์ด๋ฒคํธ๋ฅผ ์ ์กํ๋ฉด Adblock์ ์ํฅ์ ๋ฐ์ง ์์ต๋๋ค. - ํ๋ก์ ์๋ฒ ์ฌ์ฉ: ํด๋ผ์ด์ธํธ์์ Mixpanel๋ก ์ง์ ๋ณด๋ด์ง ์๊ณ , ์์ฒด ๋๋ฉ์ธ์ ํ๋ก์ ์๋ฒ๋ฅผ ๊ฑฐ์ณ ์ ์กํ๋ฉด ์ฐจ๋จ ๊ฐ๋ฅ์ฑ์ด ์ค์ด๋ญ๋๋ค Tracking Methods: Choosing the Right Method.์์ฝ: Adblock์ ์ฌ์ฉํ๋ ์ ์ ์ ๋ฐ์ดํฐ๋ Mixpanel์ ์์ง๋์ง ์์ ์ ์์ผ๋ฉฐ, ์ด๋ฅผ ๋ณด์ํ๋ ค๋ฉด ์๋ฒ ์ฌ์ด๋ ํธ๋ํน ๋๋ ํ๋ก์ ์๋ฒ๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์ด ์ข์ต๋๋ค.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
๋น๋ก๊ทธ์ธ ์ํ์์ ๋ค๋ฅธ ๋๋ฐ์ด์ค ์์ด๋๋ฅผ ๋์ผ์ ์ ๋ก ํ๋จํ๋ ๋ฐฉ๋ฒ