Skip to main content

Service Integration Modes

When you add a service in the biskoui dashboard, you can choose an integration mode.

Integration mode defines how the service is activated after the user gives consent (and who is responsible for actually running the tag/script).

Overview

Integration modeWhat biskoui doesWho executes the tool
biskouiLoads/activates the service directly in the browserbiskoui SDK (browser)
gtmEmits a consent activation event you use as a GTM triggerGoogle Tag Manager
automatedRuns SDK-managed actions (e.g. iframe unblocking)biskoui SDK (browser)
zarazUpdates Cloudflare Zaraz Consent API onlyZaraz (server-side)

Which one should I choose?

  • Choose biskoui if you want the simplest setup and you don’t need a separate tag orchestration layer.
  • Choose gtm if you already run your tags via Google Tag Manager and want biskoui to act as the consent signal.
  • Choose automated for services that biskoui can handle automatically (when available for that service).
  • Choose zaraz if you manage tag execution in Cloudflare Zaraz and want biskoui to send service-level consent to Zaraz.

Next steps