Unknown User Conversion Overview
As an unknown user explores your site, Marigold Engage by Sailthru can store their browsing behavior in a cookie and add it to their profile if/when the user registers an account, makes a purchase, or logs in. As a result, newly registered users will have initial profile data that you can leverage for personalized marketing, and existing user accounts also benefit from the additional browsing data.
There are two requirements to collect this data and update user profiles:
An unknown user is defined as one of the following:
As always, ensure that your use of this technology is in accordance with your company’s privacy policy.
- The JavaScript code on your site, which stores the user’s last 16 page views on your site. This is not an editable limit.
- If you are using the latest JavaScript tag, the cookie is named
sailthru_content
. - If you are using the legacy Horizon JavaScript, the cookie is named
sailthru_cid
. Note: Anonymous user tracking with the Horizon JS is not available for sites served over HTTPS.
- If you are using the latest JavaScript tag, the cookie is named
- A User API call to submit the cookie value when creating or updating the user profile. (Use this call when users make a purchase, log in, or register for the first time.)
- The
cookies
parameter accepts the value of eithersailthru_cid
orsailthru_content
. If you currently have both on your site, just submit sailthru_content.
- The

- A new user who has not signed up
- An existing user that has not signed in
- An existing user that does not have a
sailthru_hid
cookie set from a previous sign in or email click
sailthru_hid
cookie set from a previous sign in or email click.