Groupie: set up via the Conversion Code
James Riley avatar
Written by James Riley
Updated over a week ago

If you are on Shopify, the passing across of the Instagram Username your checkout happens automatically via the Shopify Webhook. For any other platform, you'll need to augment your Sauce Conversion Code with the extra details. Read on for details...

1️⃣ Connect your Sauce account to your Klaviyo Account

This can be achieved in the Connected Accounts section of your Sauce backoffice.

2️⃣ Add an Instagram Username field to your Checkout

How you achieve this will very much depend on your platform. Please work with your development team, or work with a developer. You'll want to collect the Instagram Username on the checkout page, with the result looking something like the following:

3️⃣ Update your Sauce conversion code with the Instagram Username

Having collected the Instagram Username from your customer at checkout, you'll now want to update your Sauce conversion code include this information. Each Groupie participant is identified by their Instagram Username and Email Address, so you'll want to add these two values to your conversion code, with the dynamic value for this data handled by your platform.

window.snapppt_instagram_username = 'INSTAGRAM_USERNAME';
window.snapppt_order_email = 'ORDER_EMAIL';

Note that INSTAGRAM_USERNAME and ORDER_EMAIL above are placeholders, which need to be set to the actual checkout data by your platform.

And that's it! With your Sauce account now connected to your Klaviyo account, your checkout collecting the Instagram Username, and your Sauce conversion side firing us the required data - you'll now see your Klaivyo profiles augmented with data from us - including the Instagram follower count and username.

Any questions? ping us a message.

Did this answer your question?