Want to track site traffic - by filiphdan

This topic has 6 replies, 4 voices, and was last updated 6 years, 7 months ago ago by Amzy Leel

  • Avatar: filiphdan
    filiphdan
    Participant
    June 13, 2017 at 20:50

    Hello,

    I want to track te trafic of my site , i only remembered about doing it after my website as gone live, so i would like to to add the google analytics code to the head in my wordpress pages.

    Could you please let me know wich plugin do you reccomend for this and that is fully compatible with your theme? (there are several and i dont want to install one that will broke the website)

    Thanks

    5 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    June 14, 2017 at 05:21

    go to appearance –>> editor and select functions.php and add following code there and save:

    add_action('wp_head', 'add_google_analytics');
    function add_google_analytics() { ?>
    // Paste your Google Analytics code here
    <?php } ?>

    or

    You can use additional plugin “Insert Headers and Footers” if you want to add js in header or footer, including Google analytics code

    Avatar: filiphdan
    filiphdan
    Participant
    June 14, 2017 at 10:18

    I used the plugin you recommended , it worked perfectly.

    Thanks!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 14, 2017 at 17:56

    You are welcome!

    Regards

    Avatar: lemc1414
    lemc1414
    Participant
    September 2, 2017 at 20:42

    Hi! I was trying what you described in the answer above but it didnt work for me. Could you help me to implement Google Analytics on my website?
    Thanks

    Please, contact administrator
    for this information.
    Avatar: amzy
    Amzy Leel
    Participant
    September 3, 2017 at 05:42

    It is because you are using your google analytics code in both ‘Simple Google Analytics’ and ‘Insert Headers and Footers’

    deactivate one of them and use your correct google analytics code

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.