I am trying to count the number of unique users that trigger a particular event twice in a row (No other events in between), in a week.
What options do I have to achieve this?
We are currently on the free plan.
Hi rroestorf Have you tried setting up a funnel analysis chart with exact order?
Exact order is a stricter version of this order, in that users will not be counted as converted if they fire other events in between the ones listed. In other words, they must fire the events in the funnel in a row (No other events in between).
You can set up the funnel with the particular event of interest twice, exact order, and then define the “completed within x days” as 7 days to only show users who triggered the same event twice with no other events in between, in a given week.
The users who convert in this funnel are the number of unique users that trigger a particular event twice in a row (No other events in between), in a week. Note: userId is always held constant by default in a funnel analysis, so userId must be consistent at the time both events trigger in order to leverage this conversion analysis. If userId is null, deviceId will be compared in the conversion steps.
I’m not entirely sure what is possible under free plan, but you would have to create a custom event (Govern → Events → Create a custom event, the link is above the event list) that includes all the events except the one you are interested in.
Then you would set up Funnel analysis like this:
Where the event you are interested in would take the place of the HomeScreen events, and the custom event the place of SignUp or LogIn (which is one of our custom events).
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…