The definition of Saved segment is quite limited, for example it is not possible to:
Is there any workaround?
Thanks
Hey JoeKDoe
Most of the limitations of saved segments can be addressed using behavioral cohorts, which I just realized isn’t available on Amplitude’s Free Plan ( Platform Specialists, correct me if I’m wrong here)
Hope this helps!
For #1.
As Saish Redkar stated, this is possible with Behavioral Cohorts quite easily. A possible workaround for excluding users would be to filter for users “who performed” X event < 1 time. Here is an example: https://analytics.amplitude.com/demo/chart/new/f9hs4d3
For #2.
Saish has a great approach to “filter events based on their parameters” which is possible as he has mentioned!
jarren.patao That’s a nice workaround ⚡ for #1. I almost missed the fact that we can still use the < , > operators to achieve that.
Do you see any edge cases cropping up if we use the = 0 vs < 1 clause for excluding users who performed event X ? They both seem to align logically as expected as seen here - https://analytics.amplitude.com/demo/chart/new/apx7ee2
Thanks! " src="https://dowpznhhyvkm4.cloudfront.net/2021-02-08-11-28-12-84e623a2ac/dist/emojione/263a.png" width="18" />
Hi Saish Redkar, using “= 0” vs “< 1” should effectively behave the same for this type of analysis!
Regarding #2: I have a free plan and don’t see this option (to build a segment for users who performed an event and select a specific event property for that event). Is it available only for Pro plan?
Hi @mqklin - yes, that’s a feature only available for our Growth or Enterprise plans! Have you checked out our Scholarship plan? You might be able to qualify and get access to these features: www.amplitude.com/startups
I know this post is solved, but it hits on a topic I can’t see clearly explained anywhere. What is the difference between segments and cohorts?
I noticed that when using a cohort defined by a user having a specific user property in the last 30 days, then I am not able to look at users from a year ago that had that value unless they are also active now. So even though my chart has a date range of 1 year, if the users from a year ago are not recently active, it looks like I had no activity before the last month.
Is the segment choosing users to include or exclude based on the value at the time of the event, whereas once users meet the criteria for a cohort, they are always included, even if their user property value changes?
Is this something that works itself out over time? Should I be using saved segments until the cohort has lived for a year?
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!
Hi, I’m trying to create a chart in Amplitude using the Page Viewed: Cart event, measured as Uniques, over the past 7 days. However, I keep getting this error on the graph: "An error occurred while loading your data. (400 status code)" Other events seem to load fine, so it looks specific to this event or configuration. Has…