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:"my account #" };

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

the code i added got botched up. Correct code is:

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

I posted this in two forum topics.

This one got a reply with the right answer: http://drupal.org/node/316676

thx.