Reporting on CRM: where/how to see page views/tab/section clicks for staff using CRM
Has anyone found a way(s) to report on user “clicks” on given CRM pages, tabs, or sections within a user tab?
Related context; we've had staff inquire a few times over the years about learning more on clicks on a specific user page in our CRM. Past staff members shared that we may have found a way to see page views (but not clicks on given data fields). What are current options folks are using?
The user question is related to a wondering about colleagues viewing a “section” not a main “page” – to visualize this, please know you have to already be in a constituent’s record, then within a given tab and then, is a staff member clicking on certain spots/fields on the tab view. The staff member inquiring has shared that knowing more about what's clicked on in the user tab would influence future decisions.
Note: this is entirely different than what can be viewed (added/changed by) via audit-like fields in query and export. This question is about our user experience within CRM and not so much about the data integrity itself.
Comments
-
@Sharon Shatas discussion moved to Blackbaud CRM forums. Thanks!
1 -
@Crystal Bruce Thanks, Crystal! I'm new to navigating these helpful spots online. Can you point me toward watching responses in the forum?
0 -
@Sharon Shatas
We did some stuff when we implemented our “Grateful Patient” program to log things better. First, we added a custom trigger to Blackbaud's out of the box USERPAGEHISTORY table, which stores the last 10 records you look at and is updated each time a page is loaded. We are self hosted so this was easy, but if you're hosted you probably have to create a record op with the SQL to create the trigger. The trigger looks at the new data (stored in an xml field) and then inserts the new data into a custom table we call USR_UNC_PAGEVIEWLOG
This allows us to track any time a PAGE is loaded by a user. Constituent page, event page, fundraiser page, etc.I cannot think of a good way to track all tab views.
What we did, because we wanted to know if people were looking specifically at patient data on a record, we added a view form to the tab that does nothing but adds another row to the pageviewhistory table.
In theory, you could add such a view form to all tabs and there fore track all tabs but that seems like a lot of work.
We only cared about the specific patient data tab.
0 -
@Sharon Shatas Hi! You should receive notifications when someone replies to your post. You can also set your subscriptions here: My Account. :-)
0 -
@Rick Root would you be willing to share that trigger? This is definitely something we are interested in implementing
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 396 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 649 Blackbaud Grantmaking™
- 568 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 34 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 785 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)


