Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created April 1, 2014 09:25
Show Gist options
  • Save siggiarni/9910809 to your computer and use it in GitHub Desktop.
Save siggiarni/9910809 to your computer and use it in GitHub Desktop.
var pixelRatio = (window.devicePixelRatio >= 1.5) ? "HiDPI" : "1X";
if (window.devicePixelRatio) ga('set', 'DevicePixelRatio', pixelRatio, 2);
// if (window.devicePixelRatio) _gaq.push(['_setCustomVar', 1, 'DevicePixelRatio', pixelRatio, 2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment