first seen์ ๋ ์ง ์์ฑ์ด์ผ. ๋ ์ง๊ฐ ์ฐํ์๋ ์นด์ดํธ๋ฅผ ์ถ์ถํ๋ ์์์?
Hi ๊น์์ค, Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> ๐
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
๋ค, Mixpanel์ "First Seen"($mp_first_event_time) ์์ฑ์ ๋ ์ง ์์ฑ์
๋๋ค. ์ด ์์ฑ์ด ๊ฐ(์ฆ, ๋ ์ง)์ด ์๋ ์ฌ์ฉ์ ์(์นด์ดํธ)๋ฅผ ์ถ์ถํ๋ ค๋ฉด, ์ผ๋ฐ์ ์ผ๋ก "First Seen"์ด null์ด ์๋(๋ ์ง๊ฐ ์กด์ฌํ๋) ํ๋กํ์ ์๋ฅผ ์ธ๋ฉด ๋ฉ๋๋ค.Mixpanel์ ๊ณต์ ๋ฌธ์์์๋ JQL(JavaScript Query Language)์ด๋ API๋ฅผ ํตํด ๋ ์ง ์์ฑ์ ์นด์ดํธ๋ฅผ ์ง์ ์ถ์ถํ๋ ์์๊ฐ ๋ช
์์ ์ผ๋ก ๋์ ์์ง๋ ์์ง๋ง, ์ผ๋ฐ์ ์ผ๋ก ๋ค์๊ณผ ๊ฐ์ ๋ฐฉ์์ผ๋ก ์ ๊ทผํ ์ ์์ต๋๋ค: - "First Seen" ์์ฑ์ด ์กด์ฌํ๋(์ฆ, null์ด ์๋) ์ฌ์ฉ์ ํ๋กํ์ ์๋ฅผ ์ง๊ณ
- Insights ๋ฆฌํฌํธ์์ "First Seen"์ ๊ธฐ์ค์ผ๋ก ์ ์ ์นด์ดํธ ์ธก์ ์๋ฅผ ๋ค์ด, JQL์ ์ฌ์ฉํ ๊ฒฝ์ฐ(์ฐธ๊ณ ์ฉ): LBKSfunction main() { return People() .filter(function(user) { return user.properties["$mp_first_event_time"] != null; }) .reduce(mixpanel.reducer.count()); }LBKS
์ด ์ฝ๋๋ "First Seen" ๋ ์ง๊ฐ ์กด์ฌํ๋(์ฆ, ๊ฐ์ด ์๋) ํ๋กํ์ ์๋ฅผ ์นด์ดํธํฉ๋๋ค.๋๋, Mixpanel UI์์ Insights ๋ฆฌํฌํธ์์ "First Seen" ์์ฑ์ breakdown ๋๋ filter๋ก ์ฌ์ฉํ์ฌ ๋ ์ง๋ณ๋ก ์ ์ ์๋ฅผ ๋ณผ ์ ์์ต๋๋ค."First Seen" ์์ฑ์ ๋ํ ์์ธํ ์ค๋ช
์ ๊ณต์ ๋ฌธ์์์ ํ์ธํ์ค ์ ์์ต๋๋ค: Reserved Properties: $mp_first_event_time
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.