As mentioned in the title, user path of funnel analysis doesn't appear. Attached is the pics of issue
Hi John Kim and Michal Grzelak thank you both for confirming this issue is not related to the funnel order type.
I was able to replicate this issue in a starter org, so I have logged a bug for our engineers to investigate further.
In the meantime to support your analyses, you could leverage the following charts to gather more insights on which events users are performing between event A and B
Hi John Kim I’ve seen this behavior before when the funnel analysis order is set to exact order.
Could you modify your funnel order selection to this or any order and let us know if that renders user paths?
Thank you
Same problem here, no matter what order is set. is this a bug?
JennRu my funnel analysis order is set to this order, not exact order. As Michal Grzelak said, the order set doesn’t matter.
JennRu Hi, JennRu, this is John kim. Could you inform me of how this issue is proceeded?
Hi John Kim the engineers have resolved the jira ticket as of May 26. I can confirm this is working in a few orgs that I have spot checked.
Please let me know if you are able to complete your analysis now, thanks!
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…