<?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: Google Analytics E-Commerce Tracking Using Paypal PDT</title>
	<atom:link href="http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 11:37:28 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-32806</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-32806</guid>
		<description>Great Tommy.  Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Great Tommy.  Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-32805</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-32805</guid>
		<description>No I haven&#039;t.  There are instances that you point out in which the script will not work.  Using the IPN would be the fail safe method, I just don&#039;t know of anyway to make that work due to the issue you mentioned.</description>
		<content:encoded><![CDATA[<p>No I haven&#8217;t.  There are instances that you point out in which the script will not work.  Using the IPN would be the fail safe method, I just don&#8217;t know of anyway to make that work due to the issue you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-30021</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Sun, 23 Aug 2009 11:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-30021</guid>
		<description>Hi Brent.
I&#039;ve been using your method for a few days now but there are a couple of problems which prevent the tracking from taking place.
1st off, since I&#039;m not a cgi programmer (I&#039;m a php man) I didn&#039;t know how to fully implement the script correctly. Luckily I found this article which put some order into things for me - http://www.ezscripting.com/pathtoperl/#Why%20do%20I%20need%20CGI%20scripts%20anyway?
I&#039;m sure other readers could benefit from it, and maybe you&#039;ll put this information in your ebook (which I think is really great btw).
2nd problem this entire method doesn&#039;t cover is that with PDT, after the purchase the buyer will get a screen - still within PayPal - that says the transaction is complete and please wait 5 seconds to be transferred to the site. If they don&#039;t wait 5 seconds and either close the window, or simply click away to another site then the cgi script is never called, and GA will not get the information on the purchase.
PayPal&#039;s IPN notifies the site of a purchase, but doesn&#039;t trigger javascript, so it still doesn&#039;t notify GA of the purchase.
Did you manage to come up with a solution for this one?</description>
		<content:encoded><![CDATA[<p>Hi Brent.<br />
I&#8217;ve been using your method for a few days now but there are a couple of problems which prevent the tracking from taking place.<br />
1st off, since I&#8217;m not a cgi programmer (I&#8217;m a php man) I didn&#8217;t know how to fully implement the script correctly. Luckily I found this article which put some order into things for me &#8211; <a href="http://www.ezscripting.com/pathtoperl/#Why%20do%20I%20need%20CGI%20scripts%20anyway?" rel="nofollow">http://www.ezscripting.com/pathtoperl/#Why%20do%20I%20need%20CGI%20scripts%20anyway?</a><br />
I&#8217;m sure other readers could benefit from it, and maybe you&#8217;ll put this information in your ebook (which I think is really great btw).<br />
2nd problem this entire method doesn&#8217;t cover is that with PDT, after the purchase the buyer will get a screen &#8211; still within PayPal &#8211; that says the transaction is complete and please wait 5 seconds to be transferred to the site. If they don&#8217;t wait 5 seconds and either close the window, or simply click away to another site then the cgi script is never called, and GA will not get the information on the purchase.<br />
PayPal&#8217;s IPN notifies the site of a purchase, but doesn&#8217;t trigger javascript, so it still doesn&#8217;t notify GA of the purchase.<br />
Did you manage to come up with a solution for this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-29657</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-29657</guid>
		<description>Many thanks Brent.
You probably saved me quite a few hours.</description>
		<content:encoded><![CDATA[<p>Many thanks Brent.<br />
You probably saved me quite a few hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-17669</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Fri, 20 Feb 2009 02:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-17669</guid>
		<description>@Dale - I&#039;m not sure.  I&#039;ve never messed around with the add to cart buttons.  If you can use the PDT with a cart button, I suspect it would work fine.</description>
		<content:encoded><![CDATA[<p>@Dale &#8211; I&#8217;m not sure.  I&#8217;ve never messed around with the add to cart buttons.  If you can use the PDT with a cart button, I suspect it would work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-17617</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Thu, 19 Feb 2009 22:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-17617</guid>
		<description>Hi Brent, does this work for PayPal&#039;s add to cart buttons as well or just the buy now buttons? Thanks Dale</description>
		<content:encoded><![CDATA[<p>Hi Brent, does this work for PayPal&#8217;s add to cart buttons as well or just the buy now buttons? Thanks Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Crouch</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-5237</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-5237</guid>
		<description>Glad it worked for you Tampa SEO.</description>
		<content:encoded><![CDATA[<p>Glad it worked for you Tampa SEO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tampa SEO</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-4914</link>
		<dc:creator>Tampa SEO</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-4914</guid>
		<description>Great e-book. Saved me hours of testing myself. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great e-book. Saved me hours of testing myself. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janni</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-1039</link>
		<dc:creator>Janni</dc:creator>
		<pubDate>Wed, 19 Mar 2008 09:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-1039</guid>
		<description>thanks Brend for the exellent step by step analysis of your pdf.</description>
		<content:encoded><![CDATA[<p>thanks Brend for the exellent step by step analysis of your pdf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poster Maniac</title>
		<link>http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/comment-page-1/#comment-997</link>
		<dc:creator>Poster Maniac</dc:creator>
		<pubDate>Fri, 14 Mar 2008 11:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brentcrouch.com/2008/03/02/google-analytics-e-commerce-tracking-using-paypal-pdt/#comment-997</guid>
		<description>This is indeed a helpful e-book as it is indeed hard for me to track google analytics before but your share of information is indeed great. I am planning of sharing this information with some friends and they would surely be glad about it.</description>
		<content:encoded><![CDATA[<p>This is indeed a helpful e-book as it is indeed hard for me to track google analytics before but your share of information is indeed great. I am planning of sharing this information with some friends and they would surely be glad about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
