-
Notifications
You must be signed in to change notification settings - Fork 9
GPVUsageTracking
Peter Girard edited this page Apr 29, 2017
·
2 revisions
The GPVUsageTracking table logs initial launches of those GPV applications that are enabled for tracking.
- 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.