Hi guys -
I need to track form submissions as events/goals in GA using the async tracking code (not redirect). From GA Help Website I gather the format is something like:
_gaq.push(['_trackPageview','/Offer/Free Daily Email Updates']);
So I plan to put this in the Confirmation section... but can anyone help me by telling me what goes before and after the above snippet? (I assume this is sort of a fragment....).. Sorry, I'm sure this is super basic.
But can anyone give me a complete example of what goes in the Confirmation section?
Thanks in advance!