• Resolved Brian Jackson

    (@brianleejackson)


    Hey, love the new update! But there are a couple issues.

    #1
    The Analytics bounce rate code should be placed after the UA and pageview functions for analytics. Right before the closing script for analytics.

    #2
    You are missing double quotes on the timeout line. See my codeshare with 1.3 comparing what should be.
    https://codeshare.io/sHBtU

    #3
    Can you either add option to change enqueue order or just force it? ??
    For example, on mine I change it to 0 order so that GA is the first script that fires in the footer. I think in every scenario GA should be the first to fire, so probably just adding the enqueue order would be fine.
    add_action('wp_footer', 'add_ga_header_script', 0 );

    Thanks again! Loving where this is heading.

    https://www.ads-software.com/plugins/host-analyticsjs-local/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Brian,

    Thanks again for the input. I’ll look into it ASAP. I’ll keep you posted when I release an update.

    Thread Starter Brian Jackson

    (@brianleejackson)

    Any updates on this? #1 above actually breaks analytics reporting completely when bounce rate option is enabled.

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    I’m aware of the fact that using the bounce rate breaks the plug-ins tracking all together.

    Sorry, I’m really busy at the moment, I’m currently in the middle of moving to another city. So, I haven’t had time to work on an update.

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Brian!

    I think I’m going to make you very happy.

    I’ve just submitted 1.32 to the WordPress Repository. Which should be available for download very soon. This features the two fixes you’ve provided and an option to manually change the enqueue order. If no value is entered, the value is ‘0’. ??

    I’m marking this topic as resolved. Please add any future feature suggestions in the topic that I reserved for that. ??

    Thread Starter Brian Jackson

    (@brianleejackson)

    Awesome, you rock! Looking forward to removing my little tweak and pushing forward with this stock plugin on a lot of my sites. I will let you know if I have any issues. But I am sure it will be fine. Keep up the great work. This plugin allows me to remove 2 customizations ??

    Thread Starter Brian Jackson

    (@brianleejackson)

    Everything appears to be working good now! Have tested bounce rate and enqueue order on a couple sites. Thanks again.

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    You are welcome. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Version 1.3 Needs Some Fixes’ is closed to new replies.