Username or Email
Password:
Forgot Password
I found that the new Ga.php for Google Analytic give wrong path URL
Please take a look
http://demo.magentocommerce.com/nine-west-women-s-lucero-pump.html
When you view source, google analytic part will display this code
<script type="text/javascript"> //<![CDATA[ var pageTracker = _gat._getTracker("UA-165362-10"); pageTracker._trackPageview("catalog/product/view/id/108/catalog/product/view/id/108"); //]]> </script>
Notice duplicated URL code.
getPageName function seems to give invalid querystring result.
HTML Factory. Convert your PSD, PNG, AI designs to high quality, cross-browser, and valid XHTML/ CSS markup.
besides this, there is another problem.
GA can not catch the sucess.phtml anymore.
with so we can not track our goals.
any news on how to solve it?
Regards
André Cruz BioStore Ecommerce Group Especialista em E-commerce – Loja Virtual 100% Magento
GA is not getting information about the Revenue too.
Please see attached images.
Please let we know how to corret it ASAP.
any news about this?
how can we fix it direclty?
I just noticed my analytics urls are also duplicated.
I guess something in 1.1.7 caused this.
Any info about a fix?
AllstateSign.com
The change I made in ga.php to avoid the duplication if query-string is not found:
if ($request = Mage::app()->getFrontController()->getRequest()) { $pos = strpos($request->getRequestUri(), '?'); if ($pos !== false) { $queryStr = substr($request->getRequestUri(), $pos); }}
I too have the issue with transactions not being tracked…
huulbaek - 04 December 2008 06:01 AMI too have the issue with transactions not being tracked…
Any word from Magento on this?
We’ve had URL duplication issues as well. There isn’t a solution that I’ve found yet.