By residentoddball on
Can I use the advanced settings area of the Google analytics module to add tracking code for another tracking tool, specifically Quantcast? Or does that break the google module and/or just not perform correctly?
The code is:
_qoptions={ qacct:"myaccount#" };If the answer is no, how best do I insert the Quantcast javascript into all of my pages? Is it the index.php file?
thanks!
Comments
correct code
forgot the code tags:
Your best bet might be to
Your best bet might be to put it into the page.tpl.php file in your theme directory.
Quantcast Directive Worked
Thanks a bunch. That took care of it! :)