GPVUsageTracking - AppGeo/GPV GitHub Wiki

The GPVUsageTracking table logs initial launches of those GPV applications that are enabled for tracking.

Columns

  • ApplicationID - The ID of the application (not null). Links to GPVApplication.
  • UrlQuery - The URL query string containing the parameters used to launch the GPV (not null).
  • DateStarted - The date and time the GPV was launched (not null).
  • UserAgent - The user's browser and platform.
  • UserHostAddress - The IP address of the user's machine.
  • UserHostName - If available, the domain name of the user's machine.