Questions tagged [apache-unomi]

Questions about the Apache Unomi project

Apache Unomi™ is a Java Open Source customer data platform, a Java server designed to manage customers, leads and visitors data and help personalize customers experiences while also offering features to respect visitor privacy rules (such as GDPR)

14 questions
2
votes
0 answers

Web Tracker Apache Unomi

I'm working on a project that uses the Apache Unomi, I had installed all the requirements installation for the Apache Unomi and created a profile and some rules, and all worked well. But, when I tried to test the web tracker example provided in the…
2
votes
1 answer

How to track events in unomi server, and access its rest api

I am new to Unomi, I had installed unomi-1.2.0-incubating and started the karaf server it is running successfully. I have elastic search install and working under cluster name contextElasticSearch. I had integrated the context.js in my Front End…
user2638707
  • 196
  • 2
  • 8
0
votes
0 answers

Unable to use the inbuilt _registerListenersForTrackedConditions() method for tracked conditions and related HTML listeners

I have to track form event using unomi, so I found that while using startTracker() method to start the web tracker, it's also calling _registerListenersForTrackedConditions() method provided in script ( /tracker/unomi-web-tracker.js) by unomi. if…
0
votes
1 answer

Unable to update consents for a profile in Apache Unomi

I am trying to add consents for a profile using curl request as provided in Apache Unomi documentation: curl -X POST http://localhost:8181/cxs/context.json?sessionId=1234 \ -H "Content-Type: application/json" \ -d @- <<'EOF' { "source":{ …
0
votes
1 answer

How do define Unomi segments based on events

I want to define a Unomi segment that is based on page views, for example, "user has viewed a page with a category value of 'foo'" or 'user had viewed a page on the site with ID 'bar'". I can't figure out how the Unomi data architecture connects…
joachim
  • 28,554
  • 13
  • 41
  • 44
0
votes
0 answers

Unomi with Opensearch and Cross-Cluster-Replication using aliases - can't execute a Single index op

I am currently trying to set up cross-cluster-replication for Opensearch in Apache Unomi. My idea was the following: We have two data centers, dc1 and dc2. So I changed Unomi so that on dc1 it creates indices in the form of dc1--index and…
Phreneticus
  • 349
  • 2
  • 11
0
votes
0 answers

How to get a success callback of session expire (inactivity) in Apache Unomi 2.0

I am using Apache Unomi 2.0. Apache Unomi is maintaining a sessionId, which represents a period of time during which a visitor or profile has been active, and all the events are bound to one sessionId, the running sessionId of that particular…
0
votes
0 answers

How many rules/profiles/scores can we create in Apache Unomi?

We have a requirement to integrate Unomi with multiple websites somewhere like 2000 (each website having its own rules, profiles and scores). I want to know is there any limit on the number of rules/profiles/scores that can be created in Unomi? I…
0
votes
0 answers

Apache Unomi ingestion performance bottleneck

We are using Apache Unomi v1.5.7. We are doing load testing to check how many events it can process. We tried it with and without the custom plugin (written by us). don't look promising to us. Resources: 8 CPU / 16 GB RAM Infra: Deployed on AWS…
Vishal Garg
  • 59
  • 1
  • 3
0
votes
0 answers

UNOMI :How to import csv file(profile) successfully?

Enviroment:Docker After I invoke endpoint :importConfiguration,Unomi does not import profile csv.
0
votes
0 answers

How to use operator OR in Apache Unomi conditions

I having trouble creating Unomi rules with condition type "booleanCondition". When I choose "OR" operator and trying to create a new rule I have the IllegalArgumentException (stack trace below). However, if choose "AND" operator, in the same rule I…
0
votes
1 answer

How I can setup Apache Unomi?

When I am setup Apache Unomi. When I am running code using mvn clean install I am getting an error. INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO]…
sanjusci
  • 187
  • 1
  • 9
0
votes
1 answer

Merge profile based on 2 property in Apache-Unomi

I am trying to build an customize logic in action for profile merging, can anybody suggest me how to create a rule where I can merge profile based on email and phone-number, as of now I am able to do with only one property value email. you can find…
Rock_17
  • 61
  • 5
0
votes
1 answer

Unable to update "consent status" in apache unomi

I am having trouble in updating the consent status in Apache Unomi through http://localhost:8181/cxs/profiles endpoint. However, I am able to create new consents at the time of profile creation or update. The request payload for profile creation is…
AKHIL KUMAR
  • 123
  • 1
  • 5