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
- You must pass your publishable key to
load
. You can find yours on https://app.hellosift.com.
load
method definition:
Sift.load(publishableKey);
load
accepts the following arguments:
publishableKey required | String | Your publishable key provided in the JavaScript snippet you can copy from your workspace on https://app.hellosift.com. |