Hi
Did you figure this out? Google Ads Conversion Tracker requires one code script for all pages’ head tag and another code script for the individual pages you are wanting to track conversions for such as contact.
Hi
Thanks for your reply. I still haven’t figured it out. I do want to track conversions for individual pages, like contact or thank you page. In order for me to track conversions, i need to insert a script or code on selected, individual pages only. Current plug in does not have such option.
Is there a way to achieve this with your plugin? If not, it would be nice to see this feature available in a new version, where user can select individual pages, that he want to inject the code on.
Looking forward to hear back from you with a possible solution.
Thanks
I would be better to add that code in the specific page using the editor, alternatively you should use PHP, something like:
if ($post->ID == your_page_id) {
// do something
}
Stefano.