<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Yahoo! Web Analytics to get Faster (and better)</title>
	<atom:link href="http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html/feed" rel="self" type="application/rss+xml" />
	<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html</link>
	<description>Increasing Front Page Performance for Online Media</description>
	<lastBuildDate>Wed, 02 May 2012 17:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-114423</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 10 Sep 2010 12:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-114423</guid>
		<description>On the subject of load time, the YWA system seems to have almost trickled to a stand-still over the past couple of months and i am having difficulty in getting data off the system in a timely fashion and therefore i have found my self readily using google analytics as it is much, much faster.  Is this happening to everyone?</description>
		<content:encoded><![CDATA[<p>On the subject of load time, the YWA system seems to have almost trickled to a stand-still over the past couple of months and i am having difficulty in getting data off the system in a timely fashion and therefore i have found my self readily using google analytics as it is much, much faster.  Is this happening to everyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis R. Mortensen</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-55287</link>
		<dc:creator>Dennis R. Mortensen</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-55287</guid>
		<description>Hey Fiona,

You need to set the following:

YWATracker.setAmount(“USD100.00“);

Where USD100 is something you need to inflate at runtime. Here is a complete example including a few other items you might find useful:

YWATracker.setAction(“01“);
YWATracker.setSKU(“DM112899“);
YWATracker.setUnits(“2“);
YWATracker.setAmounts(“100.00“);
YWATracker.setDiscount(“5.00“);
YWATracker.setTax(“8.00“);
YWATracker.setShipping(“20.00“);
YWATracker.setOrderId(“10099803“);
YWATracker.setAmount(“USD123.00“);

Cheers
d.</description>
		<content:encoded><![CDATA[<p>Hey Fiona,</p>
<p>You need to set the following:</p>
<p>YWATracker.setAmount(“USD100.00“);</p>
<p>Where USD100 is something you need to inflate at runtime. Here is a complete example including a few other items you might find useful:</p>
<p>YWATracker.setAction(“01“);<br />
YWATracker.setSKU(“DM112899“);<br />
YWATracker.setUnits(“2“);<br />
YWATracker.setAmounts(“100.00“);<br />
YWATracker.setDiscount(“5.00“);<br />
YWATracker.setTax(“8.00“);<br />
YWATracker.setShipping(“20.00“);<br />
YWATracker.setOrderId(“10099803“);<br />
YWATracker.setAmount(“USD123.00“);</p>
<p>Cheers<br />
d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiona Tighe</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-55283</link>
		<dc:creator>Fiona Tighe</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-55283</guid>
		<description>Hi Dennis,

I know this might be seen as a stupid question, but when capturing the sales information, Currently the amount of the transaction is not being recorded.
The following is the code that I have implemented:

var YWATracker = YWA.getTracker(&#039;XXXXXX&#039;);
YWATracker.setDocumentName(&quot;Payment Confirmation&quot;); YWATracker.setDocumentGroup(&quot;Shopping Cart&quot;);
YWATracker.setAction(&quot;01&quot;);
YWATracker.submit();
 

Sales are being reported in the Sales Summary report, but not the amount. What do i need to add/changed?

Regards
Fiona</description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>I know this might be seen as a stupid question, but when capturing the sales information, Currently the amount of the transaction is not being recorded.<br />
The following is the code that I have implemented:</p>
<p>var YWATracker = YWA.getTracker(&#8216;XXXXXX&#8217;);<br />
YWATracker.setDocumentName(&#8220;Payment Confirmation&#8221;); YWATracker.setDocumentGroup(&#8220;Shopping Cart&#8221;);<br />
YWATracker.setAction(&#8220;01&#8243;);<br />
YWATracker.submit();</p>
<p>Sales are being reported in the Sales Summary report, but not the amount. What do i need to add/changed?</p>
<p>Regards<br />
Fiona</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis R. Mortensen</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-51433</link>
		<dc:creator>Dennis R. Mortensen</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-51433</guid>
		<description>Hey Samuel,

Did you change to the new data center ?
If not, then today&#039;s the day!  :-)

cheers
d.</description>
		<content:encoded><![CDATA[<p>Hey Samuel,</p>
<p>Did you change to the new data center ?<br />
If not, then today&#8217;s the day!  :-)</p>
<p>cheers<br />
d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-51431</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-51431</guid>
		<description>It is now June 29th and Yahoo analytics is still very slow. I though that when it was Indextools, reporting was faster (in terms of refreshing and pretty much web page browsing). Right now it takes a lot of time to sit and wait while a report comes on the screen. Very dreadful.</description>
		<content:encoded><![CDATA[<p>It is now June 29th and Yahoo analytics is still very slow. I though that when it was Indextools, reporting was faster (in terms of refreshing and pretty much web page browsing). Right now it takes a lot of time to sit and wait while a report comes on the screen. Very dreadful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoo! Web Analytics viser tegn på forandring &#124; Webanalyse blog &#124; Webanalytiker.dk</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-35625</link>
		<dc:creator>Yahoo! Web Analytics viser tegn på forandring &#124; Webanalyse blog &#124; Webanalytiker.dk</dc:creator>
		<pubDate>Mon, 30 Mar 2009 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-35625</guid>
		<description>[...] et brev til partnere og på Dennis´ blog d. 5. marts blev det offentliggjort at der kommer nye koder til registrering af data. Det betyder at man inden [...]</description>
		<content:encoded><![CDATA[<p>[...] et brev til partnere og på Dennis´ blog d. 5. marts blev det offentliggjort at der kommer nye koder til registrering af data. Det betyder at man inden [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Kildebogaard</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-33567</link>
		<dc:creator>Jacob Kildebogaard</dc:creator>
		<pubDate>Fri, 13 Mar 2009 13:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-33567</guid>
		<description>@Dennis: Great, every input are very welcome :-)

@Charlie: Thanx. Great to know. I am looking forward to get my fingers to your new code and the (hopefully) great new advantages :-) June 2010 is a nice long time limit to be able to remake all codes.</description>
		<content:encoded><![CDATA[<p>@Dennis: Great, every input are very welcome :-)</p>
<p>@Charlie: Thanx. Great to know. I am looking forward to get my fingers to your new code and the (hopefully) great new advantages :-) June 2010 is a nice long time limit to be able to remake all codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Mcskelly</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-33564</link>
		<dc:creator>Daniel Mcskelly</dc:creator>
		<pubDate>Fri, 13 Mar 2009 13:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-33564</guid>
		<description>&gt;&gt; You or Dave Coming to SES NY? 
The man himself will be there, just told him to make sure he stops by the Y! booth to pester you in person :)</description>
		<content:encoded><![CDATA[<p>&gt;&gt; You or Dave Coming to SES NY?<br />
The man himself will be there, just told him to make sure he stops by the Y! booth to pester you in person :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-33383</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-33383</guid>
		<description>Hi Dennis,

thanks for the quick and thorough reply!

I&#039;ll have to look into yahoo&#039;s privacy policy a bit more (and find out what was the problem with GA, in the first place!), but what you say about being able to not collect/store the IP address and even obfuscating it, sounds like it should work. Great that it&#039;s still free, too ;-)</description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>thanks for the quick and thorough reply!</p>
<p>I&#8217;ll have to look into yahoo&#8217;s privacy policy a bit more (and find out what was the problem with GA, in the first place!), but what you say about being able to not collect/store the IP address and even obfuscating it, sounds like it should work. Great that it&#8217;s still free, too ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis R. Mortensen</title>
		<link>http://visualrevenue.com/blog/2009/03/yahoo-web-analytics-faster.html#comment-33346</link>
		<dc:creator>Dennis R. Mortensen</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://visualrevenue.com/blog/?p=172#comment-33346</guid>
		<description>Hey Patrick,

&gt;&gt;Is it still free?
Yes. $0 it is.

&gt;&gt;Do you have any idea if this (technical) problem exists with yahoo, too?
I would hate to comment on GA and Privacy. That’s for them to do, but let me elaborate on where Y! stand on this point:

- Yahoo! will never share your data with competitors or competitive Yahoo! businesses.
- You own the data and may export it and use it as you please. 
- Yahoo strives to maintain 99% service up-time. We will notify you before any scheduled down-time.

On top of this and in particular in regards to the German (EU) market, you can setup the tracking code, so that we do NOT collect and store the IP number of any of the visitors. You can actually choose to obfuscate the IP as well, if you would want to keep 3 digits.  Furthemore, there is a forced OPT-OUT opportunity attached to the T&amp;C&#039;s. 

Cheers
d. :-)</description>
		<content:encoded><![CDATA[<p>Hey Patrick,</p>
<p>>>Is it still free?<br />
Yes. $0 it is.</p>
<p>>>Do you have any idea if this (technical) problem exists with yahoo, too?<br />
I would hate to comment on GA and Privacy. That’s for them to do, but let me elaborate on where Y! stand on this point:</p>
<p>- Yahoo! will never share your data with competitors or competitive Yahoo! businesses.<br />
- You own the data and may export it and use it as you please.<br />
- Yahoo strives to maintain 99% service up-time. We will notify you before any scheduled down-time.</p>
<p>On top of this and in particular in regards to the German (EU) market, you can setup the tracking code, so that we do NOT collect and store the IP number of any of the visitors. You can actually choose to obfuscate the IP as well, if you would want to keep 3 digits.  Furthemore, there is a forced OPT-OUT opportunity attached to the T&#038;C&#8217;s. </p>
<p>Cheers<br />
d. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

