Click or drag to resize

GoogleAnalyticsOptions Enumeration

Controls behavior for Google Analytics

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum GoogleAnalyticsOptions
Members
  Member nameValueDescription
UseAnalyticsJS1Use analytics.js (newer) tracking.
PageNameAsMOP2Set the page name to the MOP.
AlwaysInclude4Include on all pages.
ProductionOnly8Only include the analytics code when the application is in production.
UseGTAG16Use Global Site Tag (gtag.js), the even-newer version of analytics.js
See Also