Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Note, this guide below is being supersed by this: preezie Widget Integration please use this instead.

ARCHIVE - Overview

preezie works by implementing our javascript widget code snippets into your website. There are the three preezie code snippets:

  1. Head code (required)
    The Head code must be copied into the head section of your website.

  2. Workflow Widget code (required)
    The Workflow Widget code can be added to any page on your website where you would like a guided shopping journey to run.

  3. Popups code (Exit Intents, Time Delays and Calls To Action) (required)
    The Popups code allows you to run preezie Popups anywhere on your website - all controlled with URL targeting from your preezie portal!

1. Head code

In order for any preezie features to run, the Head code must be present in the <head> section of your theme.liquid file.

...

To launch your guided shopping journey. Follow the steps below:

  1. Log into your preezie portal and navigate to Workflows OR Workflow Selectors ActionsCode Snippet.

    Image Modified

  2. Copy and paste the body code snippet into the <body> of your website where you want your guided shopping journey to sit.

    Image Modified

  3. Once the code is implemented and deployed your guided shopping journey will appear straight away 🎉

Note

Warning: the code snippet should be used as is and must not reside in another Javascript function or external JS file. Otherwise, preezie will not be able to provide support should an issue occur.

...

To implement preezie Popups, follow the steps below:

  1. Log into your preezie portal and navigate to Exit intent / Pop Up / Cta ActionsCode Snippet.

    Image Modified

  2. Copy and paste the body code snippet directly before the closing </body> tag of your theme.liquid file:

    Image Modified

  3. Once the Popups code is implemented and deployed, you will be able to target any page on your site with a preezie Exit Intent, Call to Action, or Time Delay popup.

Note

Warning: the code snippet should be used as is and must not reside in another Javascript function or external JS file. Otherwise preezie will not be able to provide support should an issue occur.