If you’re looking to analyze the usage of Gainsight among your users, there are a few ways that this can be accomplished, and I wanted to share how we went about tackling this problem.
Ultimately, we didn’t use the GS Asset Tracking object for our use case. We were less interested in the reports/dashboards being used, and more interested in the results we were expecting to see (the outputs, like Timeline activities and CTA movement).
Business Impact: As a member of CS Ops, CS Leadership, & CS Systems, I want to understand how our users are adopting Gainsight and adhering to their expected usage of the platform.
Description: Build a dashboard that outlines key indicators of adoption/usage:
- Log in frequency
- Logging activities to Timeline
- Acting upon created CTAs
- Updating CSM Sentiment in health scorecard
The dashboard answers questions such as…
Logins
-
Who are the top users based on logins?
-
Top 10 Users This Month
-
User Login History object, Count of Login Time and MAX of Login Time grouped by User Name, limit 10 results
-
-
-
Who are the least using users based on last login date?
-
Top 10 Least Using Users by Last Login
-
User Login History object, Count of Login Time and MIN of Login Time grouped by User Name, limit 10 results
-
-
Timeline
-
What are the top ways Timeline entries are being generated? (Gong integration, Zoom integration, Gmail Plug-in, CTA Email Assist, Scorecard, C360, GS Home widget...)
-
Top Sources of Timeline Activities
-
Activity Timeline object, # Activities grouped by Source
-
-
-
Who are the top users generating manual Timeline activities?
-
Top Users Logging to Timeline Manually
-
Activity Timeline object, Count of Activity ID Grouped by Last Modified By and Source where Source != Salesforce, Gong
-
-
CTAs
-
How are CTAs being created? (helps identify users manually creating)
-
CTA by Source and Type
-
Call to Action object, # CTAs grouped by Source and Name
-
-
-
Who are the top 10 offenders of Overdue CTAs?
-
Call to Action object, AVG of Age grouped by CTA Owner and Status where Is Overdue = True and Is Closed = No
-
-
Who are the top 10 offenders of not actioning upon CTAs?
-
Top 10 Offenders of CTA Non-Closure
-
Call to Action object, AVG of Age grouped by CTA Owner and Status where Is Closed = No
-
-
CSM Sentiment
-
What is the average amount of days by CSM for updating CSM Sentiment?
-
Longest Avg Days since Customer Health Last Review Date
-
We load our Last Modified for CSM Sentiment from Scorecard onto our Company object as this is a key metric used.
-
Company object, formula field for Days Since Last Health Review (DateDiff Last Review Date,TODAY,Days), Show AVG Days Since Last Review Group by CSM
-
-