mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-12 06:09:05 +07:00
7 lines
213 B
JavaScript
7 lines
213 B
JavaScript
console.log("You'll need to put valid credentials into example.js");
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-XXXXXX-X']);
|
|
_gaq.push(['_setDomainName', 'example.com']);
|
|
_gaq.push(['_trackPageview']);
|