• saucefire

    (@saucefire)


    I’m using bing ads.
    it says to paste the code above the </body> tag…

    I’m confused as to where to put it?

    I tried pasting it on my theme editor “footer” above the </body> tag

    didn’t work.

    Went to the thank you page “text editor”

    do I place it here?

    Help please.

Viewing 1 replies (of 1 total)
  • graphicscove

    (@graphicscove)

    Hello saucefire,

    Pasting the code in your footer.php should have worked but I assume your issue is that it’s showing on all pages rather than just your thank you page.

    Do you know the ID of your thank you page? You can use the following code to specifically add this to just your thank you page. Replace ID with the id of your page:

    <?php
    if ( is_single( 'ID' )  ) {
       echo 'This is where your tracking code should go';
    }
    ?>

    Let me know if this fixes your issue.

Viewing 1 replies (of 1 total)
  • The topic ‘How to put tracking code on thank you page’ is closed to new replies.