For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shoptin Testing

Overview

Shoptin dynamically optimizes marketing consent based on a shopper's location. This helps merchants grow their email lists and ensure regional compliance while unlocking measurable repeat revenue in minutes.

The Intelligems + Shoptin integration empowers merchants to move beyond assumptions and use hard data to understand how dynamic marketing consent affects your bottom line.

By utilizing an Intelligems content test, you can split-test dynamic consent against standard, static Shopify consent to accurately measure the effect on conversion rates, Average Order Value (AOV), and more.

Prerequisite:

  • Ensure the Shoptin app is fully installed and configured on your Shopify store before starting this test.

How It Works

Follow these steps to set up a Shoptin split test:

  1. Create a new Intelligems Onsite Edit content test

  2. Title the Control "Standard Shopify Optin" and the Variant "Shoptin"

  3. For the Control, inject the following Javascript with a delay of 2500 ms. This sets the control group to display the standard Shopify opt in experience during checkout.

const res = fetch("/cart/update.js", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    attributes: {
      '_ig_shoptin_test': "false"
    },
  }),
})
  1. For the Variant, inject the following Javascript with a delay of 2500 ms. This sets the variant group to display the dynamic Shoptin experience during checkout.

  1. In Shoptin under "Settings", enable the "A/B Test Mode" setting.

Now you're good to publish your test!

Last updated

Was this helpful?