Automizely App placing Analytics tags in code?

Hello to all,

I recently installed automizely reviews across all of our stores and noticed that it is generating datalayers for Google Adwords, and it is affecting how our datalayer tags are read in our own analytics. I searched through all code, and do not see anything inserted. I contacted the app support and got no response. Does anyone know how to block them from tracking on our website without disabling them? The code is firing on all pages:

If you want to block the automizely reviews from tracking on your website, you could try adding a script to your website to disable the dataLayer generated by the app. You can add the following code to your website’s header or footer:


This code checks if the automizely_google_conversion function is defined, and if it is, it sets it to an empty function, effectively disabling it.

Worked like a charm and I was easily able to apply this to other scripts that were running. Thank you for the quick fix!