<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Google Analytics - Explanation of &amp;quot;/cart&amp;quot; vs /cart/show, etc. </title>
    <link>http://forums.shopify.com/categories/6/posts/29700</link>
    <language>en-us</language>
    <description>Feed for discussion topic Google Analytics - Explanation of &amp;quot;/cart&amp;quot; vs /cart/show, etc. </description>
    <item>
      <title>Google Analytics - Explanation of &amp;quot;/cart&amp;quot; vs /cart/show, etc. </title>
      <author>babymelons</author>
      <pubDate>Thu, 24 Sep 2009 12:48:44 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/29700</link>
      <guid>http://forums.shopify.com/categories/6/posts/29700</guid>
      <description>Hi there - 

Can someone please explain to me exactly what pages my visitors are on when I see the following paths in Google Analytics? I do realize they are one of four pages: the Cart, Billing/Shipping Address, Shipping/Payment, and Confirmation page. 

I would really appreciate any insight. Please note, these are in no particular order: 

/cart (I'll do the first one, CART.) :)
/checkout/carts/show 
/checkout/orders/pay 
/checkout/orders/show 
/checkout/orders/commit 
/checkout/carts/create_order 

Thanks so much!

Tom S
BabyMelons.com
</description>
    </item>
    <item>
      <title>Caroline Schnapp commented</title>
      <author>Caroline Schnapp</author>
      <pubDate>Thu, 24 Sep 2009 13:49:18 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/29700#comment-29701</link>
      <guid>http://forums.shopify.com/categories/6/posts/29700#comment-29701</guid>
      <description>&lt;p&gt;As a rule:&lt;/p&gt;
&lt;p&gt;- an order starts to exist on page 2 of checkout.&lt;br /&gt;
- an order is abandoned if page 2 is reached but buyer stops there.&lt;br /&gt;
- an order is completed if buyer reaches page 3, aka the &amp;#8216;Thank You&amp;#8217; page. (To be be strict, the order will appear in your Admin as completed as soon as the Payment gateway sends back to Shopify some nod, so there may be some time before the order shows up in your Admin &amp;#8211; and until then the order will show up in your &amp;#8216;abandoned&amp;#8217; list.)&lt;/p&gt;
&lt;p&gt;Page 1 of checkout will have an &lt;span class="caps"&gt;URL&lt;/span&gt; like this:&lt;br /&gt;
&lt;a href="https://checkout.shopify.com/carts/193982/c27943d7e5cd55718d23e15e1678e332"&gt;https://checkout.shopify.com/carts/193982/c27943d7e5cd55718d23e15e1678e332&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Page 2 of checkout (where you have to enter credit card number) has an &lt;span class="caps"&gt;URL&lt;/span&gt; like this:&lt;br /&gt;
&lt;a href="https://checkout.shopify.com/orders/193982/d30c1946cfa6bd5a223595162dd93c20/pay"&gt;https://checkout.shopify.com/orders/193982/d30c1946cfa6bd5a223595162dd93c20/pay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Page 3 of checkout has an &lt;span class="caps"&gt;URL&lt;/span&gt; like this:&lt;br /&gt;
&lt;a href="https://checkout.shopify.com/orders/193982/d30c1946cfa6bd5a223595162dd93c20"&gt;https://checkout.shopify.com/orders/193982/d30c1946cfa6bd5a223595162dd93c20&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Many of the paths you were given are &lt;span class="caps"&gt;POST&lt;/span&gt; requests so won&amp;#8217;t appear as such in the &lt;span class="caps"&gt;URL&lt;/span&gt;. After a &lt;span class="caps"&gt;POST&lt;/span&gt; request is sent to server, the server does something and then &lt;em&gt;redirect&lt;/em&gt; to an &lt;span class="caps"&gt;URL&lt;/span&gt;, the one you see in the address bar of your browser.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/checkout/carts/show&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the &lt;span class="caps"&gt;POST&lt;/span&gt; or &lt;span class="caps"&gt;GET&lt;/span&gt; request to see page 1. So this is when buyers are on page 1.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/checkout/carts/create_order&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the &lt;span class="caps"&gt;POST&lt;/span&gt; request that creates the order, between page 1 and page 2.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/checkout/orders/pay&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the &lt;span class="caps"&gt;GET&lt;/span&gt; request to see page 2. So this is when buyers are on page 2 and about to fill up their payment info.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/checkout/orders/commit&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the &lt;span class="caps"&gt;POST&lt;/span&gt; request that submits credit card info, between page 2 and page 3.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;/checkout/orders/show&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Not sure.&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonathanbriggs commented</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 06 Nov 2009 18:38:07 +0000</pubDate>
      <link>http://forums.shopify.com/categories/6/posts/29700#comment-30799</link>
      <guid>http://forums.shopify.com/categories/6/posts/29700#comment-30799</guid>
      <description>&lt;p&gt;In my top content I only have the following:&lt;/p&gt;
&lt;p&gt;/checkout/carts/show&lt;/p&gt;
&lt;p&gt;/checkout/orders/pay&lt;/p&gt;
&lt;p&gt;/checkout/orders/show&lt;/p&gt;
&lt;p&gt;/checkout/orders/forward&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Any ideas about the last of these? (PayPal forwarding? - I offer PayPal and SagePay). I also don't appear to have create_order or commit? &amp;nbsp;Are these dependent on the type of payment integration used?&lt;/p&gt;
&lt;p&gt;What do other people use to to indicate that the customer has reached the Thank You page as this does not appear to be in my analytics at all?&lt;/p&gt;
&lt;p&gt;All insights greatly appreciated.&lt;/p&gt;
&lt;p&gt;Jonathan&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
