Thank you!
Would you be able to provide an example of how to pass Context data in UWP SDK Method Calls.
Does the below look right?
IDictionary<string, object> dictionary = new Dictionary<string, object>();
dictionary.Add("site.type", "mobile");
ADBMobile.Analytics.TrackState("viewName",dictionary);
When you debug using fiddler it appears as shown below
GET
/b/ss/rsid/……..&pageName=viewName&.a&site.&type=mobile