Tagged: AdWords, conversion tracking
Hi guys,
I need to add a conversion tracking code in the <body> tags of my order confirmation page so that my adwords account can pick up data.
Where can i find this page to edit ?
Thanks
Antonio
Hi amonllor1!
Please go to Enfold theme options > Google Services and try adding your code below your Google Analytics code
Regards,
Yigit
Hi Yigit,
I thought that box was only for Google Analytics data, not adwords?
Thanks
Antonio
Hi!
It should work fine as long as you add both code with their tags. Please try, if it does not help, let us know so we can provide you an alternative solution.
Best regards,
Yigit
Hi Yigit,
I think adding the code to this section is giving me false data in adwords. I only need to have it appear on the order confirmation page, not every page.
Please advise.
Thanks
Hi,
Can you please post the link to your order confirmation page so we can provide you accurate solution?
Best regards,
Yigit
Hi Yigit,
Did you not get my private response to this ?
Thanks
Antonio
Hey!
Please try adding following code to Functions.php file in Appearance > Editor
function avia_custom_script(){
if(is_checkout()){
?>
// YOUR CODE GOES HERE
<?php
}
}
add_action('wp_footer', 'avia_custom_script');
Cheers!
Yigit
ok thanks,
I’ll let you know if it starts picking up any data
Antonio
Hi!
The code Yigit provided tracks properly.
If you need to add more elements on the code, please consider to help you further by hiring a freelancer.
Thanks alot
Best regards,
Basilis