Our plugin works with the current version of Borlabs out of the box.
But, at the moment our plugin automatically inserts the conversion pixel by default. In Germany the rules are changing (and maybe in other countries too) in a way that it is not allowed to accept cookies by default.
So in case you only want to inject cookies if a visitor has explicitly accepted marketing cookies, then you need to switch the default behaviour of our plugin.
You can do this by adding
add_filter( 'wgact_cookie_prevention', '__return_true' );
to your functions.php in your child theme.
Then our plugin will not run, unless the marketing cookie has been accepted through Borlabs.