-
Notifications
You must be signed in to change notification settings - Fork 4
Web tracker
Linda Lawton edited this page Jul 1, 2018
·
1 revision
When you create a web property on Google Analytics you have the option of selecting Mobile or Web tracking. Web trackers are designed for use with web applications. The main difference is that everything runs on page views, as opposed to screen views when we are talking about websites.
The easiest way to create a web tracker is to use the following code.
var webPropertyId = "UA-59183475-6"
var tracker = TrackerBuilder.BuildWebTracker(webPropertyId);
Please remember to set your own web property id and not use the one i have set here.