I am not able to filter out charts data based on event properties (custom properties) from quite some time now. Only some of the default event properties are available and I can see all of the user properties.
Hi belinda.chiu,
Thank you for your response. Yes, the plan was recently dropped. I was perplexed as to why this was happening all of a sudden. Because it isn't a critical necessity, I'll filter the charts using user properties for the time being.
Hi Mridul Sharma hope you’re doing well! 👋 Do you mind sharing a bit more about which event properties and data sources these might be coming from? A screenshot (DM is totally fine) would be helpful before I escalate this to the eng team. 🙏
Hi Esther Trapadoux,
A week before I was able to filter out my charts based on the event properties. But, for some reason it's not available for filtering right now. I haven’t changed anything in the existing charts, so, I am sharing the screenshots here.
Mridul Sharma thanks for the screenshots! You’re right, something doesn’t look like. And you’re in the same environment across all of the screenshots. I’ll open a ticket and file this bug. 🐛 Question for you, where is this data coming from? I know you had some issues with Snowflake earlier, is this data also coming from Snowflake?
Esther Trapadoux The snowflake issue that I was having is resolved now. And, the data is not coming from Snowflake, its directly emitted from the application itself. I have two separate sources setup for event emission. Some of the events are emitted from the server side via HTTP API and the others from the client side (React application) through the Browser SDK.
Hi Mridul Sharma ! Happy to help here
The ability to filter for event properties is a feature on our paid plans (Enteprise, Growth, Plus) and Scholarship program given that it provides Growth features for free for a year.
If you no longer see this functionality, then it’s likely due to a change in your plan type. I checked in the backend and it looks like your plan type is now Starter. Do you recall whether it has been a year since you joined the Scholarship program?
Hi Mridul Sharma - glad to hear that you found a workaround and that you enjoyed the Scholarship program! If you are interested in this feature and thereby one of the paid plan options, let me know and I can connect you with the right team for next steps.
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…