Tagged: AdWords, conversion tracking
-
AuthorPosts
-
October 10, 2016 at 1:32 pm #697296
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
AntonioOctober 10, 2016 at 1:46 pm #697308Hi amonllor1!
Please go to Enfold theme options > Google Services and try adding your code below your Google Analytics code
Regards,
YigitOctober 10, 2016 at 1:56 pm #697317Hi Yigit,
I thought that box was only for Google Analytics data, not adwords?
Thanks
AntonioOctober 10, 2016 at 1:57 pm #697319Hi!
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,
YigitOctober 11, 2016 at 5:46 pm #697984Hi 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
October 11, 2016 at 7:19 pm #698015Hi,
Can you please post the link to your order confirmation page so we can provide you accurate solution?
Best regards,
YigitOctober 17, 2016 at 4:20 pm #700099Hi Yigit,
Did you not get my private response to this ?
Thanks
AntonioOctober 17, 2016 at 4:23 pm #700105October 17, 2016 at 4:25 pm #700107October 17, 2016 at 4:30 pm #700113Hey!
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!
YigitOctober 17, 2016 at 4:53 pm #700132ok thanks,
I’ll let you know if it starts picking up any data
Antonio
October 17, 2016 at 5:36 pm #700151Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
