Skip to main content

I want to track all my gong user's usage data with an event and their time.

 

Please, let me know what are the differences between "logType: AccessLog and UserActivityLog data from the Retrieve logs data API (Auditing Section)?


Thanks

Hi @Vibhu Jain! Great question — I’m working on getting you a solution for this. Thanks for your patience!  

 

In the meantime, tagging a couple API-savvy folks who may be able to help: @Andrew O'Driscoll @Caleb 


Hi @Vibhu Jain

UserActivityLog contains log entries for 'sensitive' operations that a user may perform. These include things like sharing a call, editing a users-settings, impersonating a user, deleting a call, requesting an api key, changing permissions etc..

AccessLog is a simpler log which contains an entry for every endpoint/URL called by the browser. The user and endpoint are recorded along with some other basic information such as IP address.


Reply