8SELECT - Integration Documentation
8SELECTService Status
  • 8.HX PLATFORM
  • Shop Integration
    • 8.SDK Web (JavaScript SDK)
    • Widgets
      • ➕Add more elements, like custom headline
      • 👻Hide recommendation area in case there is no content
      • 🔎Adding widgets after 8.SDK was loaded
      • 🗺️Internationalization
    • Shopping Cart
    • Checkout Tracking
    • Product Export
    • A/B Testing
    • Single Page Application
    • Tag Manager
    • Data Privacy / Cookies / GDPR
  • Widgets
    • 8.SIMILAR
    • 8.SET
    • 8.SET Custom
    • Touchpoints
      • Product Page
      • Cart Layer
      • Cart
      • Content Page
  • Product Export
    • Data Transfer
    • File Format
    • Base Data
      • Details and examples
    • Fashion Content Pool
      • Details and examples
    • Image Bot
  • Sandbox
    • Demo-Integration
    • Demo-Mode
  • API
    • Changelog
      • 2.0.0
      • 1.0.1
    • General
      • Introduction
      • Authentication
      • Pagination
      • Exceptions
      • GraphQL Schema
    • Examples
      • 8.SIMILAR
      • 8.SET
      • 8.SET Custom
      • Product Page - All Content
  • API Tracking
    • Changelog
    • General
      • Introduction
      • Authentication
      • Context
      • User Identification
      • Event Validation
    • Events
      • view
        • How to evaluate if view event can be sent
        • User views 8.SET content
      • interact
        • User clicks on a product within 8.SET content
        • User adds a product to their card from within 8.SET content
        • Example what is not a product interaction
      • order
Powered by GitBook
On this page
  • General Info
  • Sync your and our A/B test

Was this helpful?

  1. Shop Integration

A/B Testing

We ❤️ data driven

General Info

Like us, many clients also follow the approach of "Data Driven Development". A/B tests are essential for this. In order for our platform to be able to generate reliable KPIs, it is important that widgets used in an A/B test are not simply hidden (display:none), but are not integrated in the DOM at all.

This is not always so easy to do, but it is essential to get a reliable data basis. Just contact us and we will find a solution together!

Sync your and our A/B test

In order to sync the A/B test variant (or test group) allocation from your shop and our solution you can just add it to the 8.SDK Web configuration.

// 8.SDK Web configuration for Shop's A/B test test group
<script type="text/javascript">
  window._eightselect_shop_plugin = window._eightselect_shop_plugin || {};
  window._eightselect_shop_plugin.testgroup = 'A'; // set to whatever value you use to identify your test group or variant
</script>

// 8.SDK Web
<script type="text/javascript">
    ...
</script>

PreviousProduct ExportNextSingle Page Application

Last updated 1 year ago

Was this helpful?