how to measure How many unique events triggered through in a single given session
Hey there pawan, unfortunately there is no out of the box way to build it right now.
However, you could try and use custom formulas.
I've created an example chart here where we're looking at total active events/total session ids:
You can check how our Custom formulas work here.
We also do have a metric called Distinct Property values per User in Event Segmentation chart which graphs how many different property values each user triggered on average, e.g. the total sum of unique user-distinct property value pairs divided by the number of users. Not sure if this is what you're looking for exactly but we also have a few other metrics on the property value too - see https://amplitude.zendesk.com/hc/en-us/articles/230290208#metrics-bottom-module.So grouping by the property like Session ID might be another option.
best,
Zhenia
Hi pawan 😁 Thanks for reaching out here. I found this article in our Help Center that might help. Please let us know if there’s anything else that you need!
Jeremie Gluckman hey i checked it out not helpful. can you tell me exactly using which chart type i can do this. also i watched tutorials on academy they have not given this scenario,
i want to track all events triggered through single session while example on academy covers events triggered between particular date.
now how do i get this.
Thanks a lot.
Hey pawan
I haven’t used this feature personally, but you can also try using the User Sessions chart on the Count by “Events performed within sessions” clause. eg.https://analytics.amplitude.com/demo/chart/new/fegloqp
You can read more on this feature in here.
Hope this helps.
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!