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

residentoddball’s picture

forgot the code tags:

<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"myaccount#"
};
</script>
paulnem’s picture

Your best bet might be to put it into the page.tpl.php file in your theme directory.

residentoddball’s picture

Thanks a bunch. That took care of it! :)