Hi Team,
As per SDK samples, we have downloaded ERP demo application for WinForms, there i have seen TelerikProviderForGoogleAnalytics .dll usage..
Can you please guide us how to set up "Google Analytics Dashboard" with your ERP demo application as you shown in https://docs.telerik.com/devtools/winforms/analytics/google-analytics-integration . We understand code base, but not able to understand the
dashboard setup.
public void CreateGoogleTracker()
{
var trackerManager = new TrackerManager(new PlatformInfoProvider());
tracker = trackerManager.CreateTracker("UA-111455-55");
tracker.AppName = "WinForms ERP";
}
Or Can you send me sample Analytics application with End to end use cases.
I have gone through link https://docs.telerik.com/devtools/winforms/analytics/analytics-support but didn't see much information for dash board setup..
Regards,
SrinivasR