What is the best way to track the return visitors from a Google adwords or other PPC campaign?
I currently use Google Analytics, and I want to track visitors back to my PPC campaigns on Google AdWords and Yahoo Search Marketing. For example, when someone clicks on your ad, come to my site?
Related Blogs
- Adwords And PPC – The Biggest Money Wasting Mistake That New Users Make | MyWifeQuitHerJob.com
- Google AdWords Trademark Case Dropped After The Plaintiff Rescuecom Gets Sued For Doing The Same Thing | The Domains
- Difference Between Adsense and Adwords | SpotThisNow
- The AdWords Code – Can You Rely On It?
- How To Get A Google Adwords Promotional Code? | Hosting Review
The system that measure’s a user’s lifetime value is only as good as the data that can be captured.
If you have the technology to store cookies on your user’s machines, store a cookie that expires after a long period of time (60-90 days) with the original source of the user and a number value that you can increment to count the number of return sessions by that user.
Check for the cookie values on page load, increment the count for the number of visits. Pass these values through to your checkout/thankyou page to find the total revenue that single user has generated.