• Resolved Two Row Studio

    (@tworowstudio)


    It is referenced in this topic (https://ww.wp.xz.cn/support/topic/monsterinsights-stopped-tracking-utm-variables/) that some hosts strip query parameters from URLs for caching benefits. I also see that it appears you are specifically accommodating for this for WP Engine hosted sites in /includes/frontend/tracking/class-tracking-gtag.php. I’m writing to request that a filter be added near line 215 of that file to allow developers to override the returned value of MonsterInsights_Tracking_Gtag::is_utm_strippeed_server() so that we can use the plugin for our clients on other hosts that do the same? Doing so would allow me to use your plugin instead of an alternative.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Michelle D.

    (@devmich)

    Hi @tworowstudio,

    Thank you for reaching out and sharing your suggestion. I’ve passed it along to our product team as a feature request. I don’t have a timeline to share right now, but if that changes, I’ll add an update here.

    I hope this helps, but let me know if you have further questions.

    Thank you.

    Thread Starter Two Row Studio

    (@tworowstudio)

    Thank you. Any update on the timeline would be helpful as I will need to make a decision as to whether I should recommend a different means to connect to my client fairly soon.

    Plugin Support Michelle D.

    (@devmich)

    Hi @tworowstudio,

    Sure thing. I was able to confirm with the team that we’re planning to ship your request for a filter in our next major release. I’m not able to say exactly when this next release is, but it’s currently being QA tested. Once it’s out, please update MonsterInsights to the latest version.

    I hope this helps, but let me know if you have further questions.

    Thank you!

    Plugin Support Michelle D.

    (@devmich)

    Hi @tworowstudio,

    The following filter has been shipped in the latest version of MonsterInsights:

    add_filter('monsterinsights_is_utm_stripped_server', '__return_true');

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.