Hello, I'm trying to set up a conversion goal which will a visitor contacting me through a contact form. The issue I have is that the page is built with asp.net and posts back to itself, so I only want the conversion to be recorded when the page has been posted and not landed on for the first time? Any ideas how I could work this? thanks DPG.
You could check for a form value that only exists when the form is posted and, if true, then load the image.
ah so I could use the page object's IsPostBack property. One issue that this raises would be the Google image displaying that might put look a bit curious/underhand to the visitor and put him off. Do you think?