Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    SOLVED How to install Google consent mode?

    How-to, Tutorials
    2
    2
    1191
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MJ LAMOURET
      MJ LAMOURET last edited by

      To collect valuable insights while protecting your users' privacy, you need to obtain consent from your website visitors. We recommend using a Consent Management Platform (CMP). I understand that AppDrag offers a module that uses the Osano module. I installed this module which displays a consent banner for my innovation-interieur-ea9cab project. Now I need to access the Osano code to get the code to appear in Google Tag Manager. Where can I find this code?

      Google info: https://support.google.com/google-ads/answer/14563171

      Joseph Benguira 1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira @MJ LAMOURET last edited by

        @mj-lamouret said in How to install Google consent mode?:

        innovation-interieur-ea9cab

        Hey @MJ-LAMOURET
        Please check this documentation:
        https://www.osano.com/cookieconsent/documentation/javascript-api/

        This will help you to modify the Cookie consent block that you added in the footer:
        ce7b0acc-8010-4c49-a389-96ca87ad9b25-image.png

        you will need to add your code after the user has consented:

         onStatusChange: function(status) {
             console.log(this.hasConsented() ?
              'enable cookies' : 'disable cookies');
            },
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post