Tagged: js, Tracking Code
Hi.
I am using a CRM called Agile CRM. They provide advanced tracking and analytics for me and provide me with their own JS tracking code. My question is – do I put this in the same box as the Google Analytics code?
thanks.
Hi MindSpark!
Do they tell you to add it in the header? If so then add this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_header_scripts' );
function enfold_customization_header_scripts() {
?>
add your code here
<?php
}
Best regards,
Elliott
thanks.