Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Configuration Namespace / AutoSendConsentConfiguration Class / PrivacyPolicyUrl Property

PrivacyPolicyUrl Property
The full URL to the privacy policy for this data.
Syntax
'Declaration
 
Public Property PrivacyPolicyUrl As String
 
Remarks

The URL must not contain any query parameters because the agent will automatically add parameters to reflect the current application and version information as follows:

  • productName: The Log.SessionSummary.ProductName field.
  • applicationName: The Log.SessionSummary.ApplicationName field.
  • majorVer: The first place of the version (X.0.0.0)
  • minorVer: The second place of the version (0.X.0.0)
  • build: The third place of the version (0.0.X.0)
  • revisionVer: The fourth place of the version (0.0.0.X)

These values are retrieved from the current log session summary.

Example
http %http://www.GibraltarSoftware.com%
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also