Cookie Consent Plugins – GDPR Compliance

Understanding European and other international data laws can be an extensive topic, that’s why there are a number of services and plugins out there to help you comply with the different data laws out there.

MonsterInsights and the EU Compliance addon allows for easy integration with a number of the most popular cookie consent plugins used today. Below you will find a list of plugins that the EU Compliance addon integrates with.

Data Consent Plugins

If you install CookieBotCookie Notice by Hu-manity.coCookieYes, or Complianz and activate it, the EU Compliance addon will automatically perform all required tasks to make our tracking code compatible with it for you. No code changes are required to the MonsterInsights plugin code.

There are other plugins that are supported by MonsterInsights but require some configuration, with a small snippet from our support team, such as the following:

If you are using one of the plugins listed just above, you can use the following snippet with some changes to get them to integrate with MonsterInsights.


function monsterinsights_eu_compliance_tracking( $attributes ) {
$attributes['type'] = 'CHANGE_ME';
$attributes['data-vendor'] = 'CHANGE_ME';
return $attributes;
}
add_filter( 'monsterinsights_tracking_analytics_script_attributes', 'monsterinsights_eu_compliance_tracking' );

Legal Disclaimer: This addon is designed to automate some of the settings change required to be in compliance with various EU laws however due to the dynamic nature of websites, no plugin can offer 100% legal compliance. Please consult a specialist internet law attorney to determine if you are in compliance with all applicable laws for your jurisdictions and your use cases.

As a website operator, it is solely your responsibility to ensure that you are in compliance with all applicable laws and regulations governing your use of our plugin.

MonsterInsights, its employees/contractors, and other affiliated parties are not lawyers. Any advice given in our support, documentation, website, other mediums or through our services/products should not be considered legal advice and is for informational and/or educational purposes only and are not guaranteed to be correct, complete or up-to-date, and do not constitute creating/entering an Attorney-Client relationship.