diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-12 13:01:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-12 13:01:03 +0100 |
commit | 50972100b426b1452bcbd5efac80bf8288af7010 (patch) | |
tree | 9470b9dc5ee767a6ea35cef6023de77857ce8016 | |
parent | 8ab763581db9c5897aa94064b51191d5cde1a687 (diff) |
Use right number.
-rw-r--r-- | templates/web/default/tracking_code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/tracking_code.html b/templates/web/default/tracking_code.html index b35fe2e4b..b506d41c1 100644 --- a/templates/web/default/tracking_code.html +++ b/templates/web/default/tracking_code.html @@ -2,7 +2,7 @@ <script type="text/javascript"> var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-25102988-1']); + _gaq.push(['_setAccount', 'UA-660910-4']); _gaq.push(['_setDomainName', '.fixmystreet.com']); _gaq.push(['_trackPageview']); |