Hi guys, I'm not sure how to go about doing this. I have gone through the process in google ads and have got to the stage where google have given me code to put in a page to track. However I'm not which page I should put it in and where abouts on the page I should put it. Could anyone point me in the right direction? All thie files of cubecart are .php, will it still work? Thanks in advance Notting
you put them in your code where you want them displayed. if you want the ads int he header, put the javascript in the header. if you want it at the bottom of the page, put it before </body>. as for it being in php, either echo it out, or break your php tags and insert it then re-open your php tags.