Installing Tracking Pixel Code
-
Topic
-
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.
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.
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/
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
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.