Skip to content

Instantly share code, notes, and snippets.

@chavesm
Last active April 18, 2021 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chavesm/9204d5b93fb310a700b716b7b24e79c9 to your computer and use it in GitHub Desktop.
Save chavesm/9204d5b93fb310a700b716b7b24e79c9 to your computer and use it in GitHub Desktop.

[DRAFT]

Why is There No Data in My MonsterInsights Reports?

Is MonsterInsights installed and activated?

Do I have the latest MonsterInsights?

Is MonsterInsights connected to the correct property?

Did I just install and activate MonsterInsights in the past 24-48 hours?

Is the date range on my report big enough to show the traffic on my site?

Are there any JavaScript errors (plugin conflicts) on my site that are stopping Google Analytics from loading?

Do I have a caching plugin that's deferring all my header scripts (including MonsterInsights and Google Analytics)?

Do I have a caching pluing that's set on aggressive minification that can be breaking the JavaScript tracking code?

Do I have another analytics plugin that can be interfering with MonsterInsights stats?

Is my cookie notice plugin working properly and not blocking traffic be default?

Has my site been down recently?

Has my premium license expired?

Did I have custom analytics.js code prior to 7.16.0?

Do I have a WordPress firewall plugin or does my hosting provider have a firewall that's not allowing the domains on this list 2-way access to my site?

Is my WooCommerce product view not sending stats because my theme isn't calling the required woocommerce_after_single_product_summary hook?

Do my forms have unique HTML ID attributes set?

Are my forms using AJAX in any way?

Am I using custom event handlers for my form submissions?


How to do a real-time test to see if your site is sending stats to Google Analytics

How to Test Your Google Analytics in Real-time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment