This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Installing Tracking Pixel Code

  • Creator
    Topic
  • #25513
    jnovak
    Member

    Hi –

    I wondered is there a location in the theme where I can install a tracking pixel? It needs to go inside of the <body> tag. It’s recommended directly after the opening <body> tag.

    Regards, John

    • This topic was modified 6 years, 11 months ago by jnovak.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #25516
    Jason Bobich
    Keymaster

    Hi John,

    You’d want to hook to themeblvd_before from your child theme’s functions.php.

    function my_tracking() {
    	?>
    	Your tracking script ...
    	<?php
    }
    add_action('themeblvd_before', 'my_tracking');

    http://dev.themeblvd.com/tutorial/primary-framework-action-hooks/

    #25522
    jnovak
    Member

    Hi Jason –

    Would it be okay to use this plugin for that purpose called: ‘Google Adwords Remarketing’? Or wouldn’t you recommend that approach?

    John

    #25523
    Jason Bobich
    Keymaster

    Sure, why not give it a try. Whatever works best for you. I’ve never personally used the plugin, so I can’t speak to it specifically.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.