
Originally Posted by
yellow1912
You may want to "view source" your site, and the check the google analytics code at the very end of your page. It is very possible that the module uses zen's href link, if so we just need to add an exception in admin.
First of all, I've been watching the news here from Hong Kong and my thoughts go out to you and everyone there in Houston. I hope you're ok - it certainly looks devastating from here...
I appreciate your help with this, thanks yellow1912...
OK... Here's the 'view source' from the footer of the site.
Code:
<script type="text/javascript">
<!--
if(!gaJsHost) {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
//-->
</script>
<script type="text/javascript">
<!--
if(!pageTracker) {
var pageTracker = _gat._getTracker('UA-removed-1');pageTracker._initData();pageTracker._trackPageview();
}
//-->
</script>
I'm not sure what the exception to add might be... maybe something with ga.js?
I do know that the gclid passed from the web ad gets translated in the URL from:
Code:
www.craftaroo.com/catalog/index.php?main_page=product_info&cPath=14_15&products_id=115?gclid=CPyGo9ef3pUCFblahblahblahblah
to:
Code:
http://www.craftaroo.com/catalog/stickers-3d-c-14_15/party-masks-3d-sticker-p-115/gclid/CPyGo9ef3pUCFblahblahblahblah
Is there a way to disable the gclid URL attribute 'SEO-ization' the same way you handle the zenid attribute?
Take care,
Chris
Bookmarks