Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #272858

    Hello.

    I have to insert a verification (for Zanox) in my site’s header .

    I already have a Google Analytics traking code. The new tracking code is for an afiliate program. Where can I place it? If I place it with the Google tracking code it causes an error for Google analytics, it stops showing the visits in my website.

    Thanks.
    Fabiana.

    #272864

    Hi faterra!

    You would place it into your header.php file either directly or with a function.

    Cheers!
    Devin

    #272866

    Hi Devin,

    Thanks for your reply, and how do I do that?

    Thanks.
    Fabiana.

    #272881

    Hey!

    Via FTP, however if the verification script is a HTML/JavaScript snippet you could put it alongside the GA code, like:

    Cheers!
    Josue

    #272883
    This reply has been marked as private.
    #272885

    That should be put inside the <head> tag, try adding this to your theme functions.php:

    function zanox_meta_tag() {
    	echo "<meta name='verification' content='1e7eb744d2c73df06f2b4' />";
    }
    
    add_action('wp_head', 'zanox_meta_tag', 10, 0);
    

    Regards,
    Josue

    #272890

    Josue

    Thanks so much, I’ll do this.

    Regards.
    Fabiana.

    #272892

    Hope it does the trick :)

    Best regards,
    Josue

    #272953

    Thank you all!

    You can consider this support closed.

    Regards.
    Fabiana.

    #272986

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Site verification tracking code’ is closed to new replies.