load

Set up your Sift widget in your app.

Call load to configure and start Sift.

If you followed the quickstart guide at https://app.hellosift.com, you should already have a call to this function on your page.

Sift.load("YOUR_PUBLISHABLE_KEY");

Configuration

load method definition:

Sift.load(publishableKey);

load accepts the following arguments:

publishableKey
required
StringYour publishable key provided in the JavaScript snippet you can copy from your workspace on https://app.hellosift.com.