• Resolved aaadptble

    (@aaadptble)


    Hello,

    I’m working on a client website using Conversios plugin to handle GTM for GA, GAds and Meta Pixel. I see _fbp and _gcl_au which shouldn’t be there if I understand things correctly.

    I added the iframe https://www.googletagmanager.com/ns.html?id=GTM-P8B28W8 and a async script in Script Center:

    (function(w, d, s, l, i) {
            w[l] = w[l] || [];
            w[l].push({
              'gtm.start': new Date().getTime(),
              event: 'gtm.js'
            });
            var f = d.getElementsByTagName(s)[0],
              j = d.createElement(s),
              dl = l != 'dataLayer' ? '&l=' + l : '';
            j.async = true;
            j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
            f.parentNode.insertBefore(j, f);
          })(window, document, 'script', 'dataLayer', 'GTM-P8B28W8');
    

    But it still creates these cookies…

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @aaadptble,

    Facebook is triggered from your GTM container?

    If so, you can use cmplz_event_marketing as custom event to trigger the Facebook Pixel Tag.

    I don’t know how Conversios deals with Facebook, but we will have a look.

    regards Aert

    Thread Starter aaadptble

    (@aaadptble)

    Yes Facebook is in the GTM. I checked and there is a field called Consent Granted (GDPR) set to True. How do you handle this? I should set it to false and use cmplz_event_marketing to set Consent Granted to true?

    • This reply was modified 11 months, 2 weeks ago by aaadptble.
    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aaadptble,

    As per their article on the subject of Cookie Consent (here), it seems that they expect you to block the GTM script implementation entirely before consent.

    So, you can try an implementation like this under Complianz -> Integrations -> Script Center -> Block a script, iframe or plugin to do that.

    Kind regards, Jarno

    Thread Starter aaadptble

    (@aaadptble)

    Thanks @jarnovos I’ll try it.
    Edit: actually no it would block analytics too, it’s in GTM too.

    • This reply was modified 11 months, 2 weeks ago by aaadptble.
    • This reply was modified 11 months, 2 weeks ago by aaadptble.
    Thread Starter aaadptble

    (@aaadptble)

    I imported your Container and merged it with the one from Conversios.
    I tried the Cookie Marketing value for GDPR Consent but I still have a generated _fbp. If I set it to false, how do I use cmplz_event_marketing to put ir back to true?

    Edit: Oh in your demo Tag there’s a condition: contains > allow, I’m going to try this ??

    • This reply was modified 11 months, 2 weeks ago by aaadptble.
    Thread Starter aaadptble

    (@aaadptble)

    Thank you for your help, I added a condition in GTM to all the Meta and Google Ads Triggers to check for Marketing cookie value allow and it seems to be working fine now. Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Conversios plugin compatibility’ is closed to new replies.