Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #485993

    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.

    #486063

    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

    #489662

    thanks.

    #489917

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘JS Code but not for Google’ is closed to new replies.