Hello, I use FastSecure contact form wordpress plugin and there is an option in advanced settings that allow Google analytics/conversion code. I did paste my code there but when I checked the source code of my "Thank You" page I didn't see that code. So I directly placed that javascript code to "Thank You" page. Now, If anyone visits that page I think adwords will track a conversion (whether they fill up contact form on previous step or not) So what should I do to track solid conversions? How can I include Google Adwords conversion code in Wordpress?
You probably need to secure your thank you page to allow access only for users who really bought something.
Thanks for your reply Nerv. How can I do that? In robots.txt I disallow robots to index that page. Is there any other way to hide that page?
The best way is to use unique key generated for each client that will be used in your thank you page like this: youtwebiste.com/thankyoupage?key=Fs214gS35gc Then you can make that key expire in few days or make it available only buyers IP address
Interesting! I don't know about that key generation. Is that a plugin? Can you please give me more details about this? Thanks for your continual support on this.
Not sure about wordpress plugin as I mostly code things like that myself but you can try one of these: https://wordpress.org/plugins/sell-digital-downloads/ https://wp-ecommerce.net/wordpress-isell-easily-sell-digital-downloads-from-your-wordpress-site-1916 They have "encrypted links" feature.