Code:
<script type="text/javascript">
pageTracker._trackPageview('/ordercomplete.html');
</script>
I've been using the above in my checkout_done file, and set a goal that looks for the "ordercomplete.html" file to signify the goal was reached. If I switch to the code coastalrugs posted (which I want to), do I still use the above to signify that a goal was reached or is there a better way that lets me eliminate the above?
My current method ONLY tracks that the goal was reached, but tracks NOTHING to do with order totals, item totals, etc. I want the extra information for sure, just want to make sure I configure the goals right so it's useful.
For now I have added the code coastalrugs posted (thanks!!!) before my code above. I'm hoping to see both sets of information start coming in. I will start looking at goals, goal funnels, etc. again to see if I can figure out the best way to configure things...but any advice is greatly appreciated.