Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ffbojorq

    (@ffbojorq)

    Yeah, I finally figured it out.

    You have to place an IF statement into the code to get it to function properly.

    You need something like this:

    <?php wp_footer(); ?>
    <?php if (is_page(Place the confirmation page ID # here)) { ?>

    Then place your Google or Bing tracking code here.

    <?php } elseif (is_page(Other confirmation page ID #)) { ?>

    Google or Bing tracking code for other confirmation page.

    <?php } ?>
    </body></html>

    Sorry about the late response, but I hope this helps.

Viewing 1 replies (of 1 total)