How to track this in Adwords?

boatboy

New member
Nov 20, 2009
94
1
0
I have a landing page where I am letting the user do two things:

  1. Fill out a lead form and convert.
  2. Decide to search through my site for other things. (I understand this isn't the most optimal landing page)
My question is in regards to my 2nd option.

If the user decides to search through my site and then convert on another product page (product #4), I understand this will register as a conversion in Adwords for the keyword that brought them there...(same thank you page) but how will I know they converted on the product #4 page......(other then a lead coming in for this product).... ?

Thanks in advance I understand I am a noob.
 


No.

My site sells leads for out-of-home advertising... so when they hit one of my landing pages it would be optimal to track which product page was converted on if they clicked off my landing page onto another product page...

Any other insite?
 
Well, in your code you could use PHP and get the refer, which when the lead email comes in would tell you the last page they were on.

Though refers aren't always 100% reliable as some browsers disable them but, should work 99% of the time.

Also, you could make your page redirect to thankyou.php?lp=5

where lp is the variable for last page
and 5 is whatever product page they were on.