Here's an example of a confirmation URL for the confirmation received after submitting the form
[company.com...]
lastname=#*$!xx&message=Just+testing+form+to+get+address+of+con
firmation+page+for+Adwords&Submit=Submit
I’m not very familiar with CGI. Is there a way to add AdWords conversion tracking code to the confirmation “page”?
anyway in cgi/perl adding to a would depend on how your page is written, but
print "yourcodehere";
$mycode = "codeinhere";
print $mycode; I think maybe this is in the wrong section...maybe Perl Server Side CGI Scripting [webmasterworld.com] would have been better?
I hope this is what you wanted...? if not sorry!
Alan