looking for help and advice one creating a Ad tracking page unlike many scripts already out there.
Here's the scenario we have multiple Google Adwords ads, in order to track which is getting most hits etc and working best we want to track it by using a variable in php which creates a unique URL that our Plesk system can see and track stats on, heres my example:
- Advert1 on Google is directing traffic to .com/index.php?refer=advert1
Advert2 on Google is directing traffic to .com/index.php?refer=advert2
I presume that somehow in our php page we would have a variable with different values i.e "Advert1" or "Advert2"
Any thoughts on this? I would greatly appreciate the help. It is important to realise the difference between this and using PHP's inbuilt HTTP_REFERER, which would not hold the answer for us.
Thanks!