<?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: Ad tracking for Yahoo! Store</title>
	<atom:link href="http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/</link>
	<description>Mainly about web analytics, testing, tweaking and optimizing for e-commerce sites.</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:18:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michael Whitaker</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-113</link>
		<dc:creator>Michael Whitaker</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-113</guid>
		<description>Thanks for the suggestion Luke. I have updated the post and have added instructions on how to see the transaction value in Adwords reporting.
</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion Luke. I have updated the post and have added instructions on how to see the transaction value in Adwords reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-112</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-112</guid>
		<description>Michael,
In order to view this data in adwords, I read in another post that you have to run a report and choose &quot;Sales Conv. Value (many-per-click)&quot;; is that correct?
Right now when I run a report with this value it just gives me numbers 1, 3, etc. - will these turn into dollar amounts now that I have the code?
Im sure others will find this info helpful too. Thanks!
</description>
		<content:encoded><![CDATA[<p>Michael,<br />
In order to view this data in adwords, I read in another post that you have to run a report and choose &#8220;Sales Conv. Value (many-per-click)&#8221;; is that correct?<br />
Right now when I run a report with this value it just gives me numbers 1, 3, etc. &#8211; will these turn into dollar amounts now that I have the code?<br />
Im sure others will find this info helpful too. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-111</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-111</guid>
		<description>Michael,
I just noticed my code didn&#039;t post right there - but no problem, I understand what your saying now.  I am not a JavaScript expert, so I thought the number should then parse there - and then I also found that php tagged one a manual was suggesting.
This is a snippet of what shows at the top of the Yahoo Store Order Confirmation page (should be good reference for everyone else reading):
&lt;!-- //variables containing order information
var orderSubTotal = &#039;3.25&#039;;
var orderTotal = &#039;7.24&#039;;
So, I guess I will watch my stats now and hope it pulls it!  Thanks for the great tutorial.
</description>
		<content:encoded><![CDATA[<p>Michael,<br />
I just noticed my code didn&#8217;t post right there &#8211; but no problem, I understand what your saying now.  I am not a JavaScript expert, so I thought the number should then parse there &#8211; and then I also found that php tagged one a manual was suggesting.<br />
This is a snippet of what shows at the top of the Yahoo Store Order Confirmation page (should be good reference for everyone else reading):<br />
<!&#8211; //variables containing order information<br />
var orderSubTotal = &#8217;3.25&#8242;;<br />
var orderTotal = &#8217;7.24&#8242;;<br />
So, I guess I will watch my stats now and hope it pulls it!  Thanks for the great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Whitaker</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-110</link>
		<dc:creator>Michael Whitaker</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-110</guid>
		<description>Sure, the source on the confirmation will still show var google_conversion_value = orderSubTotal; BUT on a live transaction, higher up on the page there is a Javascript array that has the actual value, e.g. orderSubTotal = 25; The Adwords code will then take the 25 value not the literal orderSubTotal.
Trust me - it works! Feel free to email me if you still have questions.
Michael
</description>
		<content:encoded><![CDATA[<p>Sure, the source on the confirmation will still show var google_conversion_value = orderSubTotal; BUT on a live transaction, higher up on the page there is a Javascript array that has the actual value, e.g. orderSubTotal = 25; The Adwords code will then take the 25 value not the literal orderSubTotal.<br />
Trust me &#8211; it works! Feel free to email me if you still have questions.<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-109</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-109</guid>
		<description>Andrew,
Thanks for answering my question.  I do have a yahoo store and I am trying to use this on the adwords conversion code.
If all you put is &quot;orderSubTotal&quot; - then when I view source on my confirmation page, it still shows &quot;orderSubTotal&quot; RATHER than have the actual order subtotal there - a number should appear there to transfer to adwords data.
I have also tried the sample which adwords suggests in a PDF manual I found:
if () {
google_conversion_value = ;
}
but it just turns out as jibberish on the confirmation page - example:
if (? echo $SubTotal ?) {
google_conversion_value = ? echo $SubTotal ?;
}
My understanding is that when you view source on the confirmation page, we should see the subtotal as a Number at that point, where we have typed &quot;subtotal&quot; in the code.
By the way, I just spoke with Yahoo and they said doing this is not possible...
</description>
		<content:encoded><![CDATA[<p>Andrew,<br />
Thanks for answering my question.  I do have a yahoo store and I am trying to use this on the adwords conversion code.<br />
If all you put is &#8220;orderSubTotal&#8221; &#8211; then when I view source on my confirmation page, it still shows &#8220;orderSubTotal&#8221; RATHER than have the actual order subtotal there &#8211; a number should appear there to transfer to adwords data.<br />
I have also tried the sample which adwords suggests in a PDF manual I found:<br />
if () {<br />
google_conversion_value = ;<br />
}<br />
but it just turns out as jibberish on the confirmation page &#8211; example:<br />
if (? echo $SubTotal ?) {<br />
google_conversion_value = ? echo $SubTotal ?;<br />
}<br />
My understanding is that when you view source on the confirmation page, we should see the subtotal as a Number at that point, where we have typed &#8220;subtotal&#8221; in the code.<br />
By the way, I just spoke with Yahoo and they said doing this is not possible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Whitaker</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-108</link>
		<dc:creator>Michael Whitaker</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-108</guid>
		<description>Hi Luke,
Many thanks for your comment. The example in this post were for a Yahoo! Store so maybe your platform is different and you can use PHP directly to display the SubTotal value. The Adwords script is JavaScript and using the JavaScript variable in the Yahoo! Store works very well.
</description>
		<content:encoded><![CDATA[<p>Hi Luke,<br />
Many thanks for your comment. The example in this post were for a Yahoo! Store so maybe your platform is different and you can use PHP directly to display the SubTotal value. The Adwords script is JavaScript and using the JavaScript variable in the Yahoo! Store works very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-107</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-107</guid>
		<description>the adwords snippet doesn&#039;t work like that - when I view source on my confirmation page it should replace that snipped with the subtotal, but it doesnt.
I think you need the php tags around it like adwords suggests...
</description>
		<content:encoded><![CDATA[<p>the adwords snippet doesn&#8217;t work like that &#8211; when I view source on my confirmation page it should replace that snipped with the subtotal, but it doesnt.<br />
I think you need the php tags around it like adwords suggests&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Whitaker</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-106</link>
		<dc:creator>Michael Whitaker</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-106</guid>
		<description>Hi Andrew,
Conversion tracking scripts from Adwords, YSM and AdCenter write first party cookies that are then read as third party cookies on your conversion page. What this means is that it doesn&#039;t matter that your checkout is on a different domain. The reporting in Adwords should give you conversion data as well as revenue data if you follow the tips in this post.
</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
Conversion tracking scripts from Adwords, YSM and AdCenter write first party cookies that are then read as third party cookies on your conversion page. What this means is that it doesn&#8217;t matter that your checkout is on a different domain. The reporting in Adwords should give you conversion data as well as revenue data if you follow the tips in this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-105</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-105</guid>
		<description>Hey Micheal, I have a question, to setup conversion tracking, do i need to modify the add-to-cart button code on a yahoo! store?
It basically uses a form action code to submit details to the shopping cart and when the visitor is moved to the shopping cart, all campaign data is lost as it moves to a different domain (order.store.yahoo.net)
So basically i am unable to record the actual ROI for this. Please help!
Thanks!
</description>
		<content:encoded><![CDATA[<p>Hey Micheal, I have a question, to setup conversion tracking, do i need to modify the add-to-cart button code on a yahoo! store?<br />
It basically uses a form action code to submit details to the shopping cart and when the visitor is moved to the shopping cart, all campaign data is lost as it moves to a different domain (order.store.yahoo.net)<br />
So basically i am unable to record the actual ROI for this. Please help!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Smith</title>
		<link>http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-104</link>
		<dc:creator>Mr Smith</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelwhitaker.com/blog/2008/10/30/ad-tracking-for-yahoo-store/#comment-104</guid>
		<description>Thank you, this simple example was most helpful.  Keep up the great work!
</description>
		<content:encoded><![CDATA[<p>Thank you, this simple example was most helpful.  Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

