AI FoundersApplications for AI Launchpad close soon - April 14th   Apply now
Installing the ProfitWell Snippet with Segment

ProfitWell's Segment integration lets you deploy the ProfitWell .js in seconds. You'll be up and running with ProfitWell Engagement and Retain in just a few minutes.

This cannot be run in a staging environment. However, you can test to check whether the installations have been done correctly by using these commands.

  1. From your Segment UI’s Destinations page click on “Add Destination”.
  2. Search for “ProfitWell” within the Destinations Catalog and confirm the Source you’d like to connect to.
  3. Drop in the token your Segment destination settings.
  4. You can find your public token by going to Settings > Integrations > API Keys/Dev Kit
  5. analytics.​identify call:
    1. If you have multiple pages, call analytics.​identify​ on pages where the user is logged in and have one public facing page where that call is not made. The page where the method is not called will be the 'public facing' site with the no-login card update form.
    2. If you have an SPA, call analytics.identify when the user is logged in and do not make the call when the user is not logged in.

If you haven’t had a chance to review the Segment spec, please take a look to understand what the Identify method does. An example call would look like:

analytics.​identify​(​'userId123'​, {
email: 'john.doe@segment.com'​}​)​;

Identify calls will start the ProfitWell service using the customer’s email to track them. If no email is provided it will start the service anonymously.

*Note that the data doesn't sync into the PW UI in real time. It can take up to 24 hours to reflect.

Need more help?

Login to your Paddle account to chat directly with our Seller Support Team or…