Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    I don’t know how Google works, but in our plugin we use wp_head hook to track visitor or site hit, this including bot and real visitors.

    
    add_action('wp_head', 'wpls_visit');
    

    And based on session id, if any session is active for 2 minutes it will count as active visitors and so on further time. hope you understand.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Google Analytics vs WP Live Statistic’ is closed to new replies.