• Does anyone know if this plugin works with the latest Google Analytics for WordPress by MonsterInsights? Tx

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • It doesn’t, but the fix could be rather simple for the developer.

    if (function_exists('MonsterInsights') || function_exists( 'ExactMetrics' ) ) {
    		$ga = "__gaTracker";
    	} else {
    		$ga = "ga";
    	}

    Code like that could be adapted to support how a couple other plugins change the standard ga() function.

    Plugin Author Okoth1

    (@okoth1)

    I know, but this plugin is not maintained anymore as I wrote at several places. The community can support themselves.

    I confess that the plugin is excellent. And, it should be continued. What hinders migration to ga?

    Plugin Author Okoth1

    (@okoth1)

    Time basically. I could hire someone to do it, but I don’t want to put money in it. If you want to maintain the plugin, be my guest ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Google Analytics for WordPress by MonsterInsights’ is closed to new replies.