What cookies and similar technologies does Cludo use?
Cludo uses cookies to gather information about user behavior. This data helps improve user experience and is used for the statistics you see in MyCludo. Cludo uses local storage, which, in short, is a successor to cookies so they are effectively treated the same under EU cookie laws and GDPR.
Types of cookies
Notice
Remember that it is possible to connect Cludo to your general cookie consent, leveraging the instructions found here.
Cludo currently uses four types of cookies. You may read about the purpose of each cookie below.
Cookie | Usage | Set automatically | Suggested classification |
---|---|---|---|
cludoSessionId | Unique ID for the session. Connects user sessions across multiple page views. Used to determine unique versus total searches and clicks. This in turn is used to calculate ineffective searches and click-through rate. | ✅ | Statistics |
cludoSessionIdStart | Indicates the beginning of the current session, specified by cludoSessionId | ✅ | Statistics |
recentSearches | Used for storing recent searches by the end-user. Introduced for the Pre-search Suggestionsfunctionality. | ❌ Only set if the Pre-search Suggestions feature is enabled | Preferences |
cludoTrait | Used for storing traits. Introduced for the audiences functionality. | ❌ Only if the audience feature is enabled | Marketing |
cludoCachedCookieConsent | This cookie stores user preferences for Cludo search in local storage to ensure consistent application of cookie consent settings across Cludo operations. It updates if preferences change and holds only a true or false value, with no personal information. | ✅ | Preferences |
Cookies used for API implementations
Our cookies are a little different for API implementations that use the API analytics script. You may read about each cookie below.
Cookie | Usage | Set automatically | Suggested classification |
---|---|---|---|
cludoLastQuery | Tracks the last query searched to compare with the current query. If different than the current query, a new query session will start. | ✅ | Statistics |
cludoLastQuery_exp | Tracks an expiration time after the last query was set so we can detect when a session has gone inactive and should be restarted. | ✅ | Statistics |
cludoLastQuerySessionId_exp | Tracks an expiration time after a new query session ID is set so we can detect that when a session ID has gone stale and should be reset. | ✅ | Statistics |
What happens if cookies are disabled?
When checking “Do not use cookies” in the Content › Data Settings section of MyCludo, cookies will no longer be collected.
Such an action will have the following effects:
- Any unique search analytics will be affected. All searches will appear as 1 unique search.
- Pre-search Suggestions will be able to show popular searches, but not recent searches.
Similar technologies
All search implementations except API will be referring to at least one JS file and one CSS file, hosted on customer.cludo.com, depending on the implementation type. These file references are seen as third-party elements since they are located externally.
File | Purpose | Classification |
---|---|---|
https://customer.cludo.com/scripts/bundles/search-script.js | Core search script. Responsible for the entire search functionality, including setting the cookies documented above. The cookies may be disabled, but the script must be in place for the search to work. | User interface customization cookies |
https://customer.cludo.com/css/templates/v2.1/essentials/cludo-search.min.css | Default stylesheet used for the inline template. | User interface customization cookies |
https://customer.cludo.com/css/overlay/cludo-search-default.min.css | Default stylesheet used for the overlay template. | User interface customization cookies |
https://customer.cludo.com/assets/…/cludo-search.min.css | Custom stylesheet developed for custom implementations, handling the design of all Cludo search elements. (URL reference/file name will vary) | User interface customization cookies |
https://customer.cludo.com/assets/…/cludo-helper.js | Custom Javascript developed for custom implementations, handling the functionality of the search. (URL reference/file name will vary) | User interface customization cookies |
How should the similar technologies be assessed?
- These file references fall under similar technologies according to the EU directive. Additionally, they all fall under the category of user interface customization cookies, which do not require consent from the user.
- If preferred, all of the above files can be hosted locally by extracting the code and uploading it as (part of) a locally hosted file. However, for all of the above, this is not recommended, since updates will no longer be applied automatically as they happen.