You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/10/03 15:39:04 UTC

[unomi-site] branch master updated: Add web tracker to home page

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c7002e3  Add web tracker to home page
c7002e3 is described below

commit c7002e37bf656e96571bd78dc3c238a066d78000
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Mon Oct 3 17:38:43 2022 +0200

    Add web tracker to home page
---
 src/main/webapp/index.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 464ddda..8a3157b 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -47,6 +47,12 @@ layout: default
               <li>Simplifies merging of profiles</li>
               <li>Enables new use cases for integrating with external systems (CRM IDs, ...)</li>
             </ul>
+            <h4>New web tracker</h4>
+            <ul>
+              <li>Replaces old web tracker that had dependencies on third party library with self-sufficient code</li>
+              <li>Designed to be used directly as well as extended</li>
+              <li>New tutorial that illustrates its use</li>
+            </ul>
             <h4>Lots of smaller fixes/improvements</h4>
             <ul>
               <li>Migration tools from 1.6 to 2.0</li>