Hello
Added the Google Remarketing code in the Analytics box hoping it would work from there but it hasn’t. Please can you advise me as to the best place to put it.
Many thanks
Hi sensiblekaren!
What does the code look like? If it’s just a script then try adding this to your child theme functions.php file.
add_action( 'wp_footer', 'enfold_customization_footer_scripts' );
function enfold_customization_footer_scripts() {
?>
add your scripts here
<?php
}
Cheers!
Elliott