Skip to content

GDPR and Consent

If you require getting a user’s consent prior to loading the gamera measurement script you can add the &wait=1 url parameter to the measurement script url. This will tell the script to not execute anything Gamera related until you have informed us of consent. To notify Gamera’s script that consent has been received, after your CMP has collected the user's consent, your page must fire the following javascript function:

<script>
window.gamera = window.gamera || {};
window.gamera.cmd = window.gamera.cmd || [];
window.gamera.cmd.push(function() {
   const event = new Event("gamera.consentProceed");
   window.dispatchEvent(event);
});
</script>

Understanding Gamera Data Collection

While Gamera does not create or store cookies, it is important to understand the Gamera's Data Collection Policies

Designed in America 🇺🇸 and Developed in Switzerland 🇨🇭