Skip to main content

Cookiebot and Pardot

Comments

5 comments

  • Samuel Kuhn

    Hi,

    As a company, we also work with Pardot and must offer our website visitors the opportunity to opt out of tracking.

    The upper post does not indicate whether CookieBot works with Pardot or not. What is the status here?

    Regards,

    Sam

    1
  • Hi Appway,

    Unfortunately we don't have any feedback about using Pardot in combination with Salesforce Pardot Marketing Automation system nor we have experience with it. We hope your post will be seen by someone in the community who has experience with it and will share it.

    This was the idea behind this community knowledge base, so everyone can benefit from each other and share the experience.

    Thank you for posting this.

    Regards,
    Martin

    0
  • Maurizio Bulgarini

    Not sure if this can be useful but this is an example of Pardot Javascript tracking code:

    <script type="text/javascript">
    piAId = 'XXXXXX';
    piCId = 'XXXXX';
    piHostname = 'pi.pardot.com';

    (function() {
    function async_load(){
    var s = document.createElement('script'); s.type = 'text/javascript';
    s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
    var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
    }
    if(window.attachEvent) { window.attachEvent('onload', async_load); }
    else { window.addEventListener('load', async_load, false); }
    })();
    </script>
    0
  • Behzad Lashkari

    Hi,

     

    I also have a site that uses Pardot however I cannot get the manual mode working with Pardot.  Did anyone solve this issue?

     

    Thanks,

    Bez

    0
  • Maurizio Bulgarini

    Hi Bez, I suggest you to use Google Tag Manager in combination with Cookiebot to trigger Pardot script: https://www.cookiebot.com/it/google-tag-manager-e-gdpr/

    0

Please sign in to leave a comment.