From 70d61990bc3898f0601e453e441a29a6aab5c32b Mon Sep 17 00:00:00 2001 From: John Belmonte Date: Tue, 27 Oct 2015 09:41:11 -0700 Subject: [PATCH] Add definition for user agent override field. --- source/Plugins/GoogleAnalyticsV3/Fields.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Plugins/GoogleAnalyticsV3/Fields.cs b/source/Plugins/GoogleAnalyticsV3/Fields.cs index 1feade0..fbd5e6a 100644 --- a/source/Plugins/GoogleAnalyticsV3/Fields.cs +++ b/source/Plugins/GoogleAnalyticsV3/Fields.cs @@ -40,6 +40,7 @@ public class Fields { public readonly static Field SCREEN_COLORS = new Field("&sd"); public readonly static Field SCREEN_RESOLUTION = new Field("&sr"); public readonly static Field VIEWPORT_SIZE = new Field("&vp"); + public readonly static Field USER_AGENT_OVERRIDE = new Field("&ua"); // Application public readonly static Field APP_NAME = new Field("&an");