ihave a lot of goal pages that are dynamic forms, and the completed
form displays the same url. for example, a contact page may look like
this contact.php and the submitted form posts to the same url
contact.php. i dont want to modify all my forms to use a second
confirmation page. can i insert a custom utm variable for these?
thank you
<form action=contact.php?goal=1 method=post>
This will still result in a POST request beeing made, with no need to further modifications to the script. In GA you can then set the goal page to contact.php?goal=1 (make sure to set it to exact match only).
is there no way to add specific tracking codes in the UTM javascript lines?
you can insert dummy[non existant] pages that count as conversions:
urchinTracker('/contactgoal.asp');__utmSetTrans()"
[google.com...]