curl --request GET \
--url https://eu-data.kameleoon.io/visit/visitorReturns the activity feed for a visitor. Use this to retrieve visit data Kameleoon collected, such as triggered experiments, personalizations, or targeted segments.
curl --request GET \
--url https://eu-data.kameleoon.io/visit/visitorDocumentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
The Kameleoon project ID.
Set to true to get data for the current visit. Note: It is strongly recommended to provide the visitorCode parameter. If not, Kameleoon uses the last visitor code associated with the provided mappingValue to retrieve the visit.
The maximum number of previous visits to return. Note: If you provide the mappingValue parameter, Kameleoon performs cross-device reconciliation of previous visits. Otherwise, Kameleoon uses the provided visitorCode.
The visitor code (a unique Kameleoon ID for a visitor). Note: This is required if you do not provide the mappingValue parameter.
The value of the custom data configured as a mapping identifier (acts as a cross-device ID). Note: This is required if you do not provide the visitorCode parameter.
Set to true to get all available data for a visitor.
Set to true to get static data events (browser, browser version, device type, OS) for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get page data events (URLs viewed) for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get conversion events for a visitor for goals you have set up in your Kameleoon account. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get targeted segment IDs for a visitor. Note: This requires the Kameleoon Audiences Explorer add-on or the Kameleoon AI-Driven Personalization package. Kameleoon ignores this if the all parameter is true.
Set to true to get targeted experiment IDs and variation IDs for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get weather conditions data (temperature, humidity, pressure...) collected by Kameleoon. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get custom data events for a visitor. Note: You can only retrieve custom data not set as "local". Kameleoon ignores this if the all parameter is true.
Set to true to get product events (product EANs viewed) for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get the targeted personalization IDs and variation IDs for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true to get geolocation data (country, region, city, postal code, latitude...) for a visitor. Note: Kameleoon ignores this if the all parameter is true.
Set to true for a "pretty" printed response.
Successful operation, youngest visits are rendered, of type JSON object {"currentVisit": <current visit>, "previousVisits": <previous visits>}, with <current visit> of type <visit>, <previous visits> of type JSON array of <visit> and with <visit> = JSON object ("currentVisit" optional key)
Was this page helpful?