Hey wxqhilow
If I’m understanding correctly, you want to see the activity based on a group type?
On the User Lookup page, you can try navigating to Account, and then the Playlists/users drop down will be activated.
You can then open any Playlist group and see a bunch of pre-made chart types for that group i.e a playlist in the demo case as seen below [https://analytics.amplitude.com/demo/project/168342/account-search/100?groupType=Playlists ]
Depending on whether you are looking a user property/group property, you can use the event segmentation chart and filter on the group type you are interested in as long you have the group properties available for that group. Afaik, the “Group ID” is set internally by Amplitude and in the absence of any group properties you will have to use the “Group Name” to query your group.
So a sample chart for the above group name “100” could like the following if you want to see events belonging to a particular group - https://analytics.amplitude.com/demo/chart/new/kynjky4
For events belonging to a particular user property, a chart like this will help -https://analytics.amplitude.com/demo/chart/new/it1xmr3
Let me know if I have interpreted your question correctly. Hope this helps.
Thanks Saish Redkar , That helps. On those charts you shared I might be able to group by event name and get a sense of what I was looking for.
But I was really hoping to see a rough timeline of events for a particular object.
For example PostHog has an equivalent user lookup/timeline feature and I can use it to filter by an event property value without having to select any events.
I could have sworn this was an Amplitude feature that I’d seen before.
I’m not quite sure if I caught this correctly yet, but currently there is no way to lookup the values collected on any property (user/event) in a single place. We have to select the property on the event in a chart and see the dropdown to view all possible values. I have a feature request in place for this one.
However, you can see all the event properties collected across events in the Event Properties Govern Tab if that’s what you are looking for. This might mimic the screenshot that you shared.
I added my own feature request that might explain it better.
Let’s say I had an object called a product. I would want to filter the user look up view to see all interactions with a particular product the way I can see all interactions that a particular user made. It would be an a clear linear timeline of events.
Makes sense now. The Real-Time Activity section of the User Lookup feature shows only the most recent 100 events from the last day sent to Amplitude (based on upload time), so all historical events might not be possible here. Right now, the only consolidated linear event stream we can view is for an individual user.
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…