45
loading...
This website collects cookies to deliver better user experience
Tracardi is a very interesting project for people who want a better user experience on their site. It is easy to install and run. It is the Zapier for e-commerce. Look for Tracardi CDP, visit their github - and test it yourself.
TRACARDI is an API-first solution, low-code / no-code platform aimed at any company that wants to start using user data for business purposes. If you own a brand-new e-commerce platform or a legacy system you can integrate TRACARDI easily.
docker run -p 9200: 9200 -p 9300: 9300 -e "discovery.type = single-node" docker.elastic.co/elasticsearch/elasticsearch:7.13.2
<your-laptop-ip>
with your laptop ip. You can find the ip typing ipconfig when you use Windows or ifconfig if you use linux. docker run -p 8686:80 -e ELASTIC_HOST=http://<your-laptop-ip>:9200 -e USER_NAME=admin -e PASSWORD=admin tracardi/tracardi-api
http://localhost:8686/docs
docker run -p 8787:80 -e API_URL=//127.0.0.1:8686 tracardi/tracardi-gui
http://localhost:8787
/track
API. But it will be easier to use the provided event editor in Tracardi.<script>
var options = {
tracker: {
url: {
// This is url to tracardi backend. Please mind the correct port.
script: 'http://localhost:8686/tracker',
api: 'http://localhost:8686'
},
source: {
id: "0e3d8ce7-ae16-40ca-bf36-3b4359d1a612"
}
}
}
!function(e){...}
</script>
<script>
window.tracker.track("event-type", {"propery": "value"});
window.tracker.track("other-event-type", {"propery1": "value", "property2": 1});
</script>
{
"city": "<city>",
"country": {
"name": "<country>",
"code": "<country-code>",
"county": "<county>",
"postal": "<code>",
"latitude": 52.0979,
"longitude": 18.2016
}
}
description
. The same way we configure other nodes and finally we have the following workflow.