diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-16 22:33:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-16 22:33:28 -0400 |
| commit | 2196eb5e0a8e093dab7436773a470d1143661a4d (patch) | |
| tree | 85346e2d03e43cd385935e3ae22663ed7b17ffe2 | |
| parent | 0e1e78449ab2be99a87ac9ce3e9ac4f1f8165202 (diff) | |
timb: added quantcast tracking thing
| -rw-r--r-- | static/index.html | 9 | ||||
| -rw-r--r-- | template/google_analytics.st | 11 |
2 files changed, 19 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 6c10031..603590b 100644 --- a/static/index.html +++ b/static/index.html @@ -384,5 +384,14 @@ height="205"></div> pageTracker._trackPageview(); } catch(err) {} </script> +<script type="text/javascript"> +_qoptions={ +qacct:"p-a3mCwIEHECjGE" +}; +</script> +<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> +<noscript> +<img src="http://pixel.quantserve.com/pixel/p-a3mCwIEHECjGE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> +</noscript> </body> </html> diff --git a/template/google_analytics.st b/template/google_analytics.st index 1f2d6fc..4d81b8b 100644 --- a/template/google_analytics.st +++ b/template/google_analytics.st @@ -4,4 +4,13 @@ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga. </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-12364576-1"); pageTracker._trackPageview();} catch(err) {} -</script>
\ No newline at end of file +</script> +<script type="text/javascript"> +_qoptions={ +qacct:"p-a3mCwIEHECjGE" +}; +</script> +<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> +<noscript> +<img src="http://pixel.quantserve.com/pixel/p-a3mCwIEHECjGE.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> +</noscript> |
