Is there any way to demonstrate users session duration on Amazon Pinpoint dashboard? All Pinpoint events have a startTimestamp tag which shows the time for that event, but I could not find session length in the dashboard.
Asked
Active
Viewed 454 times
2 Answers
1
Unfortunately this is currently not yet supported. You can get this data by exporting the metrics to a RedShift cluster and querying the analytics data using SQL (Or exporting to S3 and processing it with EMR).

HenrikJohnson
- 159
- 6
0
check out this tutorial https://www.youtube.com/watch?v=fSDQx5ardmI
Here are the steps:
- Export Pinpoint app events to Kinesis
- Dump Kinesis streams to S3
- Create a AWS Glue crawler to generate a table from your S3 path
- Use Athena to write SQL to analyze the session duration

user3671067
- 1
- 1