Hey all,
I want to install conversion tracking on a particular page which needs to be inserted between the <body> tags (html) but due to the platform being template driven and all the pages in php other than template files that are used sitewide, I am unsure how I can insert conversion tracking code on just one page.
Can anyone advise how this can be done please or any ideas for it?
I wanted to install it on member.php and wondered if something like this would work:
I have inserted the conversion tracking code into a new html file and placed it in the root.
Then wondered if I could use something like the below code at the bottom of the member.php file
<?php
if (is_page('member.php'))
{ include ("googleadwords.html"); }
?>
Any help at all would be great, thanks :)