Hi! I wanted to use the CookieBot integration available here but I’m getting an error:

I was using it before on other websites and it worked just fine. I deployed it in the same way as I used to do before.
What could be possible reasons for getting this output? Thanks in advance for any tips!
Hi, is the project you are running on with this integration available online? I would like to take a look.
The error you received is returned when Cookiebot does not exist/ not defined. We check it with a condition:
typeof window.Cookiebot === 'undefined' || window.Cookiebot === null || Object.keys(window.Cookiebot).length === 0
It looks as if Cookiebot is misconfigured, or maybe it is blocked for some reason.
Does the domain on which you are trying to run cookiebot appear on the Cookiebot whitelist? (I mean the cookiebot settings)
Hi @Daniel_Twork! Thanks for your answer and apologies for my delayed response 
I sent you the address of the site I’m working on through the DM here.
I did check for the presence of the Cookiebot window object - not there.
Cookiebot is installed properly and it does work without any issues. It’s just it seems that the script of Piwik integration doesn’t work for “this” Cookiebot deployment.
My feeling is that the Cookiebot made some upgrade of their mechanisms on the front end. The setup in Cookiebot panel (UserCentrics UI) is currently looking much different than it did for previous sites I deployed. Also, events on dataLayer sent by Cookiebot now look different compared to what I remember from previous setups. I will be thankful for any info whether Cookiebot script from Piwik docs can be run somehow
cheers!
Hi, any info on this one?