Last post , we told you about a way to use Google Analytics to see your Google Checkout transaction data. Today, we'll show you the alternate method of posting Checkout API requests,Method 2 for posting Checkout API requests into Google Analytics  <script src="http:/checkout.google.com/files/digital/urchin_post.js"  <input type="hidden" name="analyticsdata" value="">  onsubmit  attribute to the <form>  element. The onsubmit  element should call the setUrchinInputCode  JavaScript function as shown in the following example: <form action="..." method="POST" onsubmit="setUrchinInputCode();" >  analyticsdata  field so that the value can be included in the Checkout API request.<analytics-data>  element to your Checkout API requests. The element’s value should be the analyticsdata  field captured by the previous step. The <analytics-data>  element is a subtag of the <merchant-checkout-flow-support>  element.ut transactions.this excellent resource  that the Google Checkout API team has put together for you. Posted by Adam Wooley, Google Analytics Team