I want to show the average or unique value of an event in the last 90 days, but grouped by day of the week. So I can see which days have more-less activity on that specific event.Is this possible?
Since this thread is a bit dated, I wanted to circle back to say that this is now possible. When building a chart, you can select the property “Event Day of Week” to group by it.
Hey IceDev If you want a simple visualization of how a particular event is performed on a daily basis for the last 90 days, a chart similar to this one might help. This just shows which days in a week the given event is performed the most during that time period
But if you want to actually use a group by on the day of the week and display the event count by day of the week e.g Monday, Tuesday then there isn’t a direct way of doing this in Amplitude. A hacky workaround would be to instrument the time aspect you want to capture as an event property on all events or the specific usage event, e.g "event_day" : "Monday".
Here’s a similar question which was asked before for added context-
Hope this helps!
Saish Redkar Thanks for the reply, I was afraid of that my only choice was going to be the hacky solution.. but’s fine I’ll do that.Have a great weekend.
Hi IceDev! I just wanted to confirm that Saish’s suggested workaround is also the recommendation we at Amplitude would provide as there currently isn’t a way to do analyses based on time of day.
That said, I am more than happy to submit a feature request on your behalf to the Product team. Can you send me a DM with your org name, name, and email address?
Alternatively, you can add this feedback to the Product Feedback section of the Community: https://community.amplitude.com/ideas
Looks like the Amplitude team implemented this now, and it’s in beta at a derived property for those with the Govern add-on.
I really like day of the week analysis, so I wrote a blog post describing how to use it:
https://timothydaniell.medium.com/how-to-group-analyse-by-day-of-the-week-in-amplitude-e2b1913c7e1b
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
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…