Skip to content

Quickstart

Last updated: July 1, 2026

Use this page for a fast Runtime Suite deployment and verification. For a full launch checklist across every supported surface, use Runtime Suite Install and Verify.

Use case Start here
Custom website or direct script embed Web Setup
Google Tag Manager deployment Google Tag Manager (GTM) Template Guide
WordPress site WordPress Integration
Android app Android Setup
iOS app iOS Setup

Add the loader as high as possible in the page <head>:

<script
id="cybexo-cmp"
data-settings-id="YOUR_SETTINGS_ID"
src="https://cmp.cybexo.com/loader.js">
</script>

Expected result:

  • CYBEXO loader appears once
  • Consent Mode default is initialized before tags that require consent
  • banner behavior matches the configured region and policy
  1. Add the CYBEXO GTM Consent Template from the GTM Community Template Gallery.
  2. Create a CYBEXO CMP tag.
  3. Set the customer Settings ID.
  4. Trigger on Consent Initialization - All Pages.
  5. Publish and validate in Tag Assistant.
  1. Install Cybexo CMP from WordPress.org.
  2. Enter the customer Settings ID in plugin settings.
  3. Keep auto-inject enabled unless CYBEXO support instructs otherwise.
  4. Load the site and confirm one cybexo-cmp loader script.

Add the CocoaPods dependency:

pod 'CybexoSDK', '~> 1.0'

Initialize once at startup:

import CybexoSDK
CybexoCMP.shared.initialize(settingsId: "YOUR_SETTINGS_ID")
CybexoCMP.shared.showBanner(force: true)

Add the Maven Central dependency:

dependencies {
implementation("com.cybexo:android-sdk:1.0.0")
}

Initialize once from an Activity:

import com.cybexo.cmp.CybexoCMP
CybexoCMP.initialize(activity, "YOUR_SETTINGS_ID") {
// CYBEXO is ready.
}

After deployment, use Runtime Verification.

Minimum passing evidence:

  • Pulse runtime status is pass
  • detected brand is cybexo
  • detected loader is https://cmp.cybexo.com/loader.js for web/CMS/GTM
  • detected surface matches the installation method
  • report includes version/build/channel/commit when loader inspection is available
  • Pulse report link is saved with launch evidence
  • Command Center runtime status is reviewed when the property is connected
Surface Rollback
Direct web Remove the script tag and clear page/CDN cache
GTM Pause or remove the CYBEXO CMP tag and publish
WordPress Disable auto-inject or deactivate the plugin
Android Roll back to the previous app release
iOS Roll back to the previous app release