Skip to content

Instantly share code, notes, and snippets.

@alextea
Created January 21, 2013 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alextea/4586740 to your computer and use it in GitHub Desktop.
Save alextea/4586740 to your computer and use it in GitHub Desktop.
Javascript snippet to track pixel density ratio.
// track pixel density ratio
if (window.devicePixelRatio) {
_gaq.push(['_setCustomVar', 11, 'Pixel Ratio', String(window.devicePixelRatio), 2 ]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment