(AnApp - Consent App for GDPR) How to ask for consent the easiest possible way using the AnApp consent app Print

  • 0

This is how to maximize the number of responses to get the consent for GDPR (full explanation on the app-page anapp.com for getting consent before GDPR the easiest).

  1. Get or login to your Otto or Anapp-system

  2. Go to Settings -> Data Templates -> GDPR Consent Data. Choose language.

  3. Now you have to add the following piece of code to all your web-pages, then the anapp-form will appear "automagically" on them whenever you get a visitor. NB. You have to change {$service_domain} below with the correct domain-name of your installation of your own Otto-domain:
    <!-- Start of jQuery-insertion unless you already have version 1.9 or higher -->
    <script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
    <!-- End of jQuery --> 
    <!-- Start of AnApp code -->
    <script type="text/javascript" src="https://{$service_domain}/public/files/anapp/anapp.js"></script>
    <script type="text/javascript">// <![CDATA[
    		initAnApp('en', true); /* en for ENGLISH, sv for SWEDISH etc. */
    	
    // ]]></script>
    <!-- End of AnApp code --> 
  4. If you have different languages, note that you'll have to change the language code at one place in the code, too.

  5. To make it even easier for people to give their consent, you can just add their own email-addresses to the links they click in your send-outs on the following form:
    https://thewebpageyoutarget.tld/?utm_email=%ct_email% (where %ct_email% is the Otto-tag for knowing the recipients' email, if you do the send-out from other systems, they'll likely have their own versions of this)

To maximize responeses, try combining this app with the NPS-question!

You'll see more how it works here on the page for asking for the Net Promoter Score.

Was this answer helpful?

« Back