Is it possible to use the same survey for Google AdWords Conversion and email marketing with different URL redirect ?
I have a survey to get new customers and I created a Google AdWords conversion campaign to increase the audience. Following google adwords tips I created a thankyou.html page with the google adword script in order to track the conventions and I also redirected my survey to this URL´s page after survey completion. Everything ok until here.
Now I´d like to use the same survey for Email marketing campaign in order to have responses that came from email marketing and responses that came from Google campaign together. However, for responses that came from email marketing I cant redirect the user to thankyou.html page after survey completion, because Google adword (and Google Analytics) will process this responses as a Google AdWords conversion, what is wrong in this case.
(please see attachment image)
Is there a way to detect where the user came from (Link given by Google or Link Given by email) and redirect it to another page after suvery completion, or simply do not redirect the user when the response came from link given by email ?
I´m looking for alternatives to no duplicate the survey.
My first try was to created a blank text field with a javascript source code able to retrieve an URL parameter and fulfill the text field with it. This way I could use a 'IF' expression in the END URL to define where to send my user.
Now looking more deeply how the URL parameter works I found a functionality that will help me to implement the same behavior without to need an extra text field.