Tracardi Versions Save

TRACARDI is a new HOME for your customer data. TRACARDI is an Composable API-first solution for any company that need inexpensive CDP to intergrate with.

0.8.1

6 months ago

Version: 0.8.1

  • New Dashboard
  • New Profile Details Page
  • Extended analytics
  • Multi-tenant setup available (pro)
  • Debugging in context of event
  • Static Profile ID generator
  • Passing Profile ID between owned domains
  • Predefined events
  • New Data Schema
  • Customer journey mapping
  • Better Production/Testing switching
  • Tracardi now can handle coping event data to profiles and event indexing on historical data (pro)
  • Better autocomplete of event properties
  • Session open, Session close, Internal events
  • Device fingerprinting (pro)
  • New bridge for Javascript integration with the web page (pro)
  • New workflow triggers (pro)
  • Updated documentation
  • Added or Modified Plugins
    • Weaviate (Vector store for AI) (pro)
      • Add
      • Read
      • Delete
      • Exists
    • Twilio plugin (pro)
    • Rating Widget (pro)
    • Youtube widget (pro)
    • Demo widget (pro)
    • Custom Javascript Widget (pro)
    • Send tweet
    • Google UA Events
    • Event aggregator (pro)
    • Event counter (pro)
    • ChatGPT prompt (pro)
  • Misc
    • Upgrade to python 3.10
    • Performance tweaks
    • More configuration flags for better configuration

0.7.2

1 year ago

Please see the video with the new features.

https://www.youtube.com/watch?v=tdJP2bdO9ko&t=9s

0.7.1

1 year ago

This release includes over 100 changes and bug fixes. Most important are:

  • New join action - that joins payloads from any number of input edges in the workflow
  • New role - maintainer with access to ES index mappings
  • Corrected installer
  • Auto system upgrade in case of docker version change
  • Events can be discarded - that means it will not be saved if the user decides so in workflow
  • New foundation for bridges that allow event collection from different sources such as queues, etc.

More on the changes can be found here

0.7.0

1 year ago

This is a release version 0.7.0 of Tracardi core.

Tracardi core is part of tracardi-api.

The easiest way to run tracardi-api is with docker.

docker run -p 8686:80 -e ELASTIC_HOST=http://<your-laptop-ip>:9200 -e REDIS_HOST=redis://<your-laptop-ip>:6379 tracardi/tracardi-api:0.7.0

0.6.0

2 years ago

Backend

  • Events now can be tagged. This allows events to be grouped in more meaningful segments. e.g. metrics, marketing, purchase, etc.
  • We can add new users. Till now we had only one user available in Tracardi. Notice a change in the way the docker needs to be run.
  • We can add consent types and soon will be able to collect consents.
  • We can limit the number of context data that is sent to Tracardi from web browser, e.g. we can send only browser type but not cookies or screen resolution.
  • We can modify the event, session, etc in the workflow before it is saved. So only the data we need will land in the database
  • We reduced the number of data that is saved in the event - now is no need to duplicate data, if you need more data you can add it in the workflow.
  • We have a lot of new plugins/connectors, etc. (too many to mention here)
  • Now debugging data is connected with every event so when the system is running we can see what went wrong if there was an error.
  • Tracardi was tested with AWS OpenSearch - this is a preparation for running Tracardi on AWS in K8s
  • Every workflow and plugin has a version. This will be useful when we make upgrade scripts that upgrade existing workflows to new future versions of Tracardi.
  • Now JS script can be added to Google Tag Manager
  • Added new functions to condition parser (now(), datetime.offset(), uppercase, lowercase(), etc) Frontend
  • We have a new console for testing end-to-end the event flow.
  • There is a list of running Tracardi instances, soon we will be able to see if any of the instances is not responding
  • We can schedule events and see the events on the scheduled events list.
  • We refactored UI to require less clicking. There is still a lot to be done but we a getting closer to a more friendly UI.
  • Plugins now has documentation regarding the ports. Move the mouse over the port and click on the port.
  • Source select in a plugin is filtered so you choose only the correct resource for the given plugin.
  • You can add resources right from the plugin configuration form. (fewer clicks)
  • We can change the resource id of a web page. This makes connecting new Tracardi versions to already connected websites much easier. No need to change source.id on the website.
  • Credentials are not revealed on the details page.
  • Almost every action in the workflow has a configuration Other
  • We work on a new GitHub kanban.
  • New PHP SDK is being developed.

0.5.0

2 years ago

0.4.0

2 years ago

This release separates GUI from API.

0.3.0

3 years ago

0.1.1

3 years ago

This a first release for early adopters only.