Commit 144b5a92f8ca59b448a7e35e1763ec529564054f
1 parent
48c25d5d
Exists in
master
Corrigi o c?digo da conta do GA.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
assets/google-analytics.coffee
1 | _getDomain = -> | 1 | _getDomain = -> |
2 | window.location.hostname.match(/(?:www[0-9]?\.)?(.[^/:]+)/)[1] | 2 | window.location.hostname.match(/(?:www[0-9]?\.)?(.[^/:]+)/)[1] |
3 | _gaq = _gaq or [] | 3 | _gaq = _gaq or [] |
4 | -_gaq.push ["_setAccount", "UA-34001692-4"] | 4 | +_gaq.push ["_setAccount", "UA-38119387-1"] |
5 | _gaq.push ["_setDomainName", _getDomain] | 5 | _gaq.push ["_setDomainName", _getDomain] |
6 | _gaq.push ["_trackPageview"] | 6 | _gaq.push ["_trackPageview"] |
7 | (-> | 7 | (-> |