I just set up Analytics using the site wide settings, turning it on and entering my account number. My question is in regards to the Goal Value for my goal URL (the order confirmation page). I want this to record the order total so I know how much $ is brought in by different links, advertising, etc. Here is what a google help file says:
<-----GOOGLE HELP FILE------>
Next, somewhere in the receipt below the tracking code, the following lines need to be written by your engine. Everything in brackets should be replaced by actual values, as described in the Parameter Reference, below.
<form style="display:none;" name="utmform">
<textarea id="utmtrans">UTM:T|[order-id]|[affiliation]|
[total]|[tax]| [shipping]|[city]|[state]|[country] UTM:I|[order-id]|[sku/code]|[productname]|[category]|[price]|
[quantity] </textarea>
</form>
Finally, the utmSetTrans function must be called after the form is submitted in order to record the transaction. This can be most easily accomplished through a body onLoad event within the opening <body> tag:
<body onLoad="java script:__utmSetTrans()">
If you don't have the ability to edit the body tag, you can call the utmSetTrans function within a separate script tag as long as you ensure that the function is called after the form:
<script type="text/javascript">
__utmSetTrans();
</script>
<-----GOOGLE HELP FILE------>
I called tech support and they said that they think this is incorporated into

, that this extra form code doesn't need to be added to the order confirmation page. So it should update my Analytics with a dollar amount from the order total. Does anyone know anything about this, confirm or deny?
Thanks for your input
Tyler
http://www.lowbrowcustoms.com