Guideflow - Help Center
  • 🐣GET STARTED
    • What is Guideflow?
    • What can I use Guideflow for?
    • Install Chrome extension
    • Install Desktop app
  • 🔴CAPTURE A GUIDEFLOW
    • How-to capture a guideflow
    • Screen capture
    • HTML capture
    • Additional capture options
  • ✏️EDIT YOUR GUIDEFLOW
    • How-to edit your guideflow
    • Edit Design
    • Edit Theme
    • Edit Browser
    • Edit Call-to-Action (CTA)
    • Pan & Zoom
    • Add & edit steps
    • Add Popup
      • Add start popup
      • Add a popup
      • Add end popup
      • Add embed form popup
    • Checklist
      • Create a checklist
      • Edit checklist Theme
    • HTML editor
      • Edit your HTML capture
      • Advanced features
    • HTML Style editor
    • Guideflow settings
    • Preview your guideflow
    • Add blur
    • Custom resolution
    • Sandbox/Clickable demos
      • How to edit a Sandbox/Clickable demo
      • Presenter notes
    • Presenter notes
  • 💻SHARING GUIDEFLOW
    • How-to share your guideflow
    • Share your public link
    • Create custom links
    • Embed your guideflow
      • Landing page builders
      • Website builders & CMS
      • Blogging Platforms
      • Project/Task management
      • Help desk / Knowledge base
      • Customer Support
        • Zendesk integration
        • Intercom integration
      • Product Adoption
      • Changelog
      • Productivity tools
      • Review platforms
        • G2 Integration
    • Share on social platforms
    • Share into email platforms
      • Email marketing platforms
        • ActiveCampaign
      • Sales outreach platforms
    • Invite someone to Guideflow
    • Export in GIF or video
    • Export in PDF
    • Security settings
      • Password protection
      • Domain protection
      • Link expiration
    • Offline demo
  • 📊ANALYTICS
    • General analytics
    • Session analytics
    • Export analytics
    • Filter analytics
    • AI Account Reveal
  • 👨‍🏫COLLECT LEADS
    • Get leads data
  • 🧲Variables
    • What are variables
    • How-to pass variables
    • Where to use variables
    • Create & edit variables
    • Passing variables into emailing platforms
    • Examples
  • 📋DASHBOARD
    • Search & filter guideflows
    • Move a guideflow into folders
    • Create, edit, and move folders
    • Manage folders rights
    • Create, edit, and manage subfolders
  • 🔌INTEGRATIONS
    • Manage your integrations
    • Request a new integration
    • Resthook integration
    • Cross-frame events
    • CRM integrations
      • Salesforce integration
      • Hubspot integration
      • Pipedrive integration
    • Analytics integrations
      • Google Analytics integration
      • Mixpanel integration
      • Segment integration
      • OneTrust integration
    • Slack integration
    • Zapier integration
    • Remote Navigator
    • Highspot integration
    • Marketo integration
    • Figma integration
  • 🎨Branding
    • Custom theme
    • Remove watermark
    • Customize your public page
    • Custom domain
  • 🔑Workspace
    • Edit workspace information
    • Invite & manage team members
    • Manage billing
    • Access invoices
    • Manage API keys
    • Create & change workspace
  • 🌐ACCOUNT
    • Edit account information
    • Manage notification preferences
  • ☁️SSO
    • Enable SSO
  • 🤖AI
    • AI Voiceover
    • AI Translate
Powered by GitBook
On this page
  • How to configure OneTrust
  • Leveraging OneTrust Integration
  1. INTEGRATIONS
  2. Analytics integrations

OneTrust integration

PreviousSegment integrationNextSlack integration

Last updated 19 days ago

Enhance your Guideflows with robust data privacy management by integrating OneTrust's consent banner. This integration ensures that your data collection practices comply with user consent, aligning with global privacy regulations & your company's policies.

If the user doesn't give consent from the OneTrust banner, analytics on the demo won't be tracked on Guideflow. We can adapt this integration & behavior based on your needs; don't hesitate to reach us to discuss it if needed.

How to configure OneTrust

Step 1: Configure OneTrust integration

  • Navigate to 'Integrations' within your Guideflow dashboard.

  • Find OneTrust and click on "Configure" to initiate the setup process.

Step 2: Insert your OneTrust SDK Script

  • Copy the OneTrust SDK script from your OneTrust account and paste it into the designated field.

Step 3: Embed behavior

If your Guideflow is embedded on your website, on which you already use the OneTrust cookie banner, you don't need to get a double consent. If the integration is activated, OneTrust will send the consent event to the Guideflow iframe and will track or not track the session based on the consent event received.

For this, toggle off the "Banner display on embed" option and add the following script to your website's header.

<script type="text/javascript">
  function OptanonWrapper() {
    OneTrust.OnConsentChanged(function (e) {
      const settings = {
        essential: e.detail.includes('C0001') || e.detail.includes('1'),
        performance: e.detail.includes('C0002') || e.detail.includes('2'),
        functional: e.detail.includes('C0003') || e.detail.includes('3'),
        targeting: e.detail.includes('C0004') || e.detail.includes('4'),
      };
      document.querySelectorAll('iframe').forEach((iframe) => {
        iframe.contentWindow.postMessage({ cookieGuideflowSettings: settings }, '*');
      });
    });
  }
</script><!-- Insert supplemental script here for handling consent events -->

If you are not using the OneTrust consent banner on the place where your Guideflow is embedded, you can toggle on the option to "Display OneTrust banner on embed." This ensures that the consent banner appears on your embedded Guideflows.

Leveraging OneTrust Integration

Integrating OneTrust ensures that your Guideflows adhere to privacy laws and user consent preferences. This integration boosts user trust and safeguards your data collection methods against non-compliance risks.

  • Manage consent efficiently: Automate the consent management process across your Guideflows, ensuring user preferences are respected.

  • Stay compliant: Align your data collection practices with GDPR, CCPA, and other privacy regulations.

  • Enhance user trust: Demonstrate your commitment to privacy and transparency, creating a trustworthy relationship with your audience.

The OneTrust integration with Guideflows is a step towards enhancing privacy compliance and user consent management in your interactive content.

By following these configuration steps, you can ensure a seamless integration process, maintaining the integrity of your data collection practices while respecting user privacy preferences.

🔌