Comment on page

Typeform

Créez un formulaire typeform en conformité RGPD
Une fois que votre projet est créé, nous allons voir l'integration pour Typeform.
Récupérez le script Axeptio dans votre projet, voici un exemple

Ajouter Google Tag Manager à votre formulaire Typeform

Typeform recommend to use Google Tag Manager to add your custom snippet codes into your Typeforms. Is this your first time using GTM ? No problem, we help on account creation.
To place to code provided by GTM, you need to use this plugin
Une fois que c'est installé, vous pouvez ajouter simplement du code sur l'ensemble de vos pages via Google Tag Manager
Add a custom HTML Tag
Past the code provided by Axeptio and add a trigger on "all pages"
Soyez attentif en ajoutant une fonction pour transformer les événement du SDK. Trypeform utilise une nomenclature spécifique.
<script type="text/javascript">
var el = document.createElement(‘script’);
el.setAttribute(‘src’, ‘https://static.axept.io/sdk.js’);
el.setAttribute(‘type’, ‘text/javascript’);
el.setAttribute(async, true);
el.setAttribute(‘data-id’, ‘5c769f690f802d4aa3857f56’);
el.setAttribute(‘data-cookies-version’, ‘demo’);
document.body.appendChild(el);
window._axcb = [function(sdk){
sdk.on(‘cookies:complete’, function(choices){
Object.keys(choices).forEach(function(vendor) {
if (choices[vendor]) {
// Because Typeform renames GTM’s dataLayer to googleTagManager,
// We need to handle the activation ourselves
window.googleTagManager.push({ event: ‘axeptio_activate_’ + vendor });
}
});
});
}];
</script>
N'oubliez pas de publier votre conteneur Google Tag Manager
Click on the submit button to publish your code on your TypeForm

Configurez vos cookies et services

Quand une URL Typeform est detectée, Axeptio ajoute automatiquement un cookie envoyé par Typeform. (Comme Amplitude et Segment par exemple)
Don't delete this step if you want to be sure of being fully compliant with GDPR regulation.
Custom step automatically add by Axeptio
If you are using others custom scripts, you need to specify them by adding a new step.
Category templates
Add new vendor in your category
Tapez le nom du cookie que vous recherchez
Select your vendors or create a custom service if you don't find it
Create a custom vendor if you don't find it in the list

Ready ?

It's done ! Don't forger to publish the project, on both Google Tag Manager and Axeptio, to see it live on your Typeform by clicking on the Publish Button (Top Right corner)