<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #9359 / Google Analytics Revenue Not Working</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=4430</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-12-11 10:19:19<br/><strong>Category:</strong> Orders<br/><strong>Version:</strong> 1.1.8<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/10303/">redpen</a></strong><br/><br/>Google Analytics no longer picks up revenue from Magento since update to 1.1.8, issue also with 1.1.7.<br />
<br />
http://www.magentocommerce.com/boards/viewthread/24289/<br />
<br />
Link contains report of other issue too already reported.<br />
<br />
Issue is serious, we use Analytics to track all our sales data and since 1.1.8 it's now null each day.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Google Analytics Revenue Not Working</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/10303/">redpen</a></em><br/><br/>More info on this: it IS actually picking up one order.  One per day - the rest are ignored.  It's even getting the correct value for that day's order(s), including shipping, but ignoring all the other orders that day.]]></description>
    </item>
            <item>
        <title>RE: Google Analytics Revenue Not Working</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/10303/">redpen</a></em><br/><br/>Further update - it's just tracking Google Checkout orders, nothing else.]]></description>
    </item>
            <item>
        <title>RE: Google Analytics Revenue Not Working</title>
        <description><![CDATA[<em>#3 / Comment by <a href="http://www.magentocommerce.com/boards/member/22893/">Andreas von Studnitz</a></em><br/><br/>The necessary javascript link pageTracker._addTrans(...); doesn't work in 1.1.8. There is a line break missing, it shows <br />
<br />
//&lt;![CDATA[pageTracker._addTrans(...);<br />
<br />
instead of <br />
<br />
//&lt;![CDATA[<br />
pageTracker._addTrans(&quot;...);<br />
<br />
You can add the line break in /app/code/core/Mage/GoogleAnalytics/Block/Ga.php, change line 93 to         <br />
<br />
$html .= '//&lt;![CDATA[' . &quot;\n&quot;;<br />
<br />
The &quot;\n&quot; was missing.]]></description>
    </item>
            <item>
        <title>RE: Google Analytics Revenue Not Working</title>
        <description><![CDATA[<em>#4 / Comment by <a href="http://www.magentocommerce.com/boards/member/10303/">redpen</a></em><br/><br/>Yep, saw your forum comment.  Thank you so much.  =)]]></description>
    </item>
            <item>
        <title>RE: Google Analytics Revenue Not Working</title>
        <description><![CDATA[<em>#5 / Comment by Magento Team</em><br/><br/>Hello redpen,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>