...
Ensure that both codes for snigelPubConf and
loader.js
have the elements:data-cfasync="false"
async
Do not place scripts from Snigel in minify and cache plugins, or if it can't be avoided place them in exclude from minify and cache section.
Clear cache - both server and CDN to have a real overview if the implementation is correct and is not causing any issues. It's often when this step is missed an issue is visible only days or weeks after implementation.
...