Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Antonio

    #697308

    Hi amonllor1!

    Please go to Enfold theme options > Google Services and try adding your code below your Google Analytics code

    Regards,
    Yigit

    #697317

    Hi Yigit,

    I thought that box was only for Google Analytics data, not adwords?

    Thanks
    Antonio

    #697319

    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

    #697984

    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

    #698015

    Hi,

    Can you please post the link to your order confirmation page so we can provide you accurate solution?

    Best regards,
    Yigit

    #700099

    Hi Yigit,

    Did you not get my private response to this ?

    Thanks
    Antonio

    #700105

    Hi!

    No we have not. Could you please post it once again?

    Regards,
    Yigit

    #700107
    #700113

    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

    #700132

    ok thanks,

    I’ll let you know if it starts picking up any data

    Antonio

    #700151

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.