I have a user property "purchasecount" showing each user's total count of purchases. I want to do a frequency report on this user property into frequency buckets.
I saw this question (though I don't need a funnel). But I was not clear still.
https://community.amplitude.com/building-and-sharing-your-analysis-58/bucketing-users-by-properties-for-funnel-analysis-how-do-user-filters-work-1043
I am on a scholarship plan.
Hi quintinpar
So, if I do this on AnyEvent, will that produce accurate results? Considering every user out there has this property which can either be null (meaning the property does not exist) or a whole number.
I did it like this, and I am unable to get proper bucketing in. I know the paidpurchasecount property has values like 50, 100, 10, 12 etc. What am I doing wrong here?
Hi, When I add a chart (widget) to my dashboard, and then go to the content and modify the chart (I user another type for exemple) and save, my dashboard doesn't reflect the latest modification. Would you by any chance know why ? Thank you
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…