Hello: I’d like to add a tracking script in addition to Google. Can I add that in the Google analytics field or is there a better place to put it?
Hey!
Yes, you can put it here.
If you want it in a different place, you can also use this code in functions.php:
function custom_func() {
?>
_code_here_
<?php
}
add_filter('wp_footer', 'custom_func');
Best regards,
Josue