is there any way i can make custom data for certain event's property?
Hi Chelsea, 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
Yes, there are ways to create custom data for event properties in Mixpanel. This can be done through custom properties and borrowed properties. Here's a brief overview: 1. Custom Properties: You can create custom properties to calculate new properties on the fly. This allows you to modify existing properties or create new ones based on your specific needs. Custom properties can be created using the property builder in Mixpanel's interface. Mixpanel documentation on Custom Properties provides details on how to create these: - Click the plus button next to the search bar - Select Event Property or User Property - Give your property a name - Define the formula for your custom property2. Borrowed Properties: This feature allows you to "borrow" a property from one event and apply it to another event on the fly. This is useful when you need to analyze an event using a property that exists in a different event. As described in the Mixpanel blog post on Borrowed Properties, this feature enables you to combine data between events without requiring additional engineering work.Both of these methods allow you to create custom data for event properties, enhancing your ability to analyze user behavior in more nuanced ways. The choice between custom properties and borrowed properties depends on your specific analysis needs and the structure of your existing event data.
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.
Let me check the knowledge base for you again. One moment! 📚
Yes, you can break down the same event for two different time ranges in Mixpanel using the time comparison feature. This functionality allows you to compare metrics across different time periods, which can be particularly useful for analyzing trends and changes in user behavior.Here's how you can do this: 1. In the Insights report, you can use the "Compare to past" option to compare your current time period to a previous one. This feature is available by clicking the "Compare to past" button at the top of your Insights graph Docs Reports > Insights: Visualize trends and compositions within your data > Advanced > Time Period Comparisons> .2. You can select from predefined time periods (e.g., previous day, week, month, quarter, year) or choose a custom date range for comparison Docs Reports Overview > Comparisons> .3. When you set up a time comparison, Mixpanel will visualize the values for both time periods. By default, you'll see a solid line for the present data and a dashed line for the comparison period Docs Features > Advanced > Comparison: Time, Baseline and Overall> .4. If you want to see the percentage difference between the two time periods, you can select the "Percent Change over Baseline" option. This will show you how the metric has changed over time, making it easier to identify trends or significant changes Docs Features > Advanced > Comparison: Time, Baseline and Overall> .5. Time comparisons are supported across various chart types in Insights, including line charts, bar charts, and metrics Docs Features > Advanced > Comparison: Time, Baseline and Overall > Supported Charts> .This feature allows you to easily compare the same event across different time ranges, helping you track trends, growth, and changes in your product's usage over 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.
Let me check the knowledge base for you again. One moment! 📚
네, 이해했습니다. Mixpanel에서 코호트를 생성하여 trial이 만료된 사용자를 필터링하는 방법을 설명해 드리겠습니다.Mixpanel의 코호트 빌더를 사용하여 다음과 같이 코호트를 생성할 수 있습니다: 1. 먼저 코호트 빌더로 이동합니다 Creating Cohorts.2. "Users who did" 옵션을 선택하고 "license_issue" 이벤트를 선택합니다.3. 그 다음, "where" 옵션을 선택하여 이벤트 프로퍼티에 대한 조건을 추가합니다.4. 첫 번째 조건으로 "policy" 프로퍼티를 선택하고 "equals" 연산자를 사용하여 "TIMED"와 일치하도록 설정합니다.5. "AND" 연산자를 사용하여 두 번째 조건을 추가합니다.6. 두 번째 조건으로 "status" 프로퍼티를 선택하고 "equals" 연산자를 사용하여 "EXPIRED"와 일치하도록 설정합니다.이렇게 하면 "license_issue" 이벤트를 수행했고, 해당 이벤트의 "policy" 프로퍼티가 "TIMED"이며 "status" 프로퍼티가 "EXPIRED"인 사용자들로 구성된 코호트가 생성됩니다.코호트를 저장한 후에는 다른 Mixpanel 보고서에서 이 코호트를 사용하여 분석을 수행할 수 있습니다 Docs Users > Cohorts: Group users by demographic and behavior> .이 방법을 통해 trial이 만료된 사용자들을 효과적으로 필터링하고 분석할 수 있습니다.
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.
Let me check the knowledge base for you again. One moment! 📚
아, 이해했습니다. 죄송합니다. 제가 이전에 설명한 방법이 정확하지 않았네요. 귀하의 특정 상황에 맞는 더 정확한 방법을 설명해 드리겠습니다.Mixpanel의 코호트 빌더에서 특정 이벤트 프로퍼티를 기반으로 필터링하려면 다음과 같이 진행해야 합니다: 1. 코호트 빌더에서 "Users who did" 옵션을 선택하고 "license_issued" 이벤트를 선택합니다 Creating Cohorts.2. "license_issued" 이벤트를 선택한 후, "where" 옵션을 클릭합니다. 이렇게 하면 이벤트 프로퍼티에 대한 조건을 설정할 수 있습니다.3. 프로퍼티 드롭다운 메뉴에서 "policy"를 선택하고, 연산자를 "equals"로 설정한 다음, 값을 "TIMED"로 입력합니다.4. "Add property" 버튼을 클릭하여 두 번째 조건을 추가합니다.5. 두 번째 프로퍼티로 "status"를 선택하고, 연산자를 "equals"로 설정한 다음, 값을 "EXPIRED"로 입력합니다.6. 두 조건 사이의 논리 연산자가 "AND"로 설정되어 있는지 확인합니다.이 방법을 사용하면 "license_issued" 이벤트에서 "policy"가 "TIMED"이고 "status"가 "EXPIRED"인 사용자들로 구성된 코호트를 생성할 수 있습니다."total events" 나 "greater than" 같은 옵션은 이벤트의 발생 횟수를 기준으로 필터링할 때 사용됩니다. 하지만 귀하의 경우에는 이벤트의 특정 프로퍼티 값을 기준으로 필터링해야 하므로, 이러한 옵션은 사용하지 않습니다.Cohort Builder에서는 다양한 조건을 설정할 수 있으며, 이벤트 프로퍼티를 기반으로 한 정확한 필터링이 가능합니다. 이 방법을 통해 trial이 만료된 사용자들을 효과적으로 식별할 수 있을 것입니다.
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.