Pixels not implemented correctly

Hello.
For Buro Project (buroproject.piwik.pro) we have done an installation of your Tag Manager along with Cookiebot. Could you do a run through the website? It seems that there is an issue: when entering the website, Cookiebot’s banner is correctly shown. However when I accept all cookies, it doesn’t seem to set all my tags (Linkedin, Facebook, Google) to be precise. They all have Remarketing as consent choice and need to trigger on all page views.

Funny thing is: when I re-open my cookie settings afterwards and once again accept all cookies, it does fire does cookies?

I’m asking because we lack remarketing and conversion data in Meta and Linkedin.

Hi @jurgen.vandevelde,

Could I ask you to change this part of the code:

(
    {
        statistics: ['analytics'],
        preferences: ['ab_testing_and_personalization'],
        marketing: ['marketing_automation', 'remarketing', 'conversion_tracking']
    },
);

to following syntax:

(
    {
        'statistics': ['analytics'],
        'preferences': ['ab_testing_and_personalization'],
        'marketing': ['marketing_automation', 'remarketing', 'conversion_tracking']
    },
);

It’s just about changing mapping keys into the strings

Please, let me know about the results

Thank you Adam. Changes were published.
For you information: I used the default script that I found on the walkthrough Piwik wrote. Is this wrong?

Hi Adam, this hasn’t fixed the issue for Linkedin conversion tracking…