I am trying to install the google analytics augments identified in the extend.md file of H5BP (https://github.com/h5bp/html5-boilerplate/blob/v4.3.
google analytics augments
extend.md
I have several ajax calls on my site. With Google Analytics Universal I use
$.ajax({ ... success: function (data) { ga('send','pageview','/virtual/....'); }, ... });
Using of /virtual/ makes filtering easier if I want to separate date with or without ajax calls
/virtual/