Set up Goal Tracking - Notifications

Lisa Fockens Updated by Lisa Fockens

Set up Goal Tracking

What is goal tracking?

Goal tracking allows you to measure the contribution of your notification feed to your store’s revenue.

You’ll be able to measure the widget’s impact on your conversion rate or how many people purchase from you after interacting with a campaign.

How to use goal tracking:

When a goal event happens on your site, you can call the goal function.

Here’s the syntax to use:

window.wisp.goal({
value: GOAL_VALUE, // Example 19.99
order_id: GOAL_ID // Optional but it could be your internal unique identifier for orders
});

NOTE: For Shopify users, goal tracking comes with the App Store integration. If you're using Shopify as a backend solution for a headless build and still using Shopify's 'Thank-You' page, you'll want to apply the following instructions there.

Contact