Hi Serge, I've read this, I get it. Did you try the code I just sent? Before updating a profile I have to have the properties to add to that profile in an event, and THAT is the main problem, sending events with properties using the Web Tracker.
I know the 'track' method is not implemented (its a copy of the form) but I was trying to use the page method. Thanks Joao Correia -- *João Correia* San Diego, CA mobile: +1 (858) 284-6010 web: https://joaocorreia.io On Thu, Dec 5, 2019 at 11:37 AM Serge Huber <shu...@jahia.com> wrote: > Hello João, > > Thanks for your interest in Apache Unomi ! > > Maybe the following parts of the documentation might help? > > > http://unomi.apache.org/manual/latest/index.html#_how_to_update_a_profile_from_the_public_internet > http://unomi.apache.org/manual/latest/index.html#_runtime_commands > (especially the event-tail and event-view commands) > > Regards, > Serge.. > > Serge Huber > CTO & Co-Founder > T +41 22 361 3424 > 9 route des Jeunes | 1227 Acacias | Switzerland > jahia.com <http://www.jahia.com/> > SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER > <https://twitter.com/sergehuber> | VCARD > <http://www.jahia.com/vcard/HuberSerge.vcf> > > > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and > to discover why Jahia is a leading User Experience Platform (UXP) for > Digital Transformation. > > > On Mon, Dec 2, 2019 at 7:12 PM João Correia <joao.corr...@gmail.com> > wrote: > >> Hi, >> >> I'm trying to add additional properties to a profile by sending the >> properties on a page (since we don't have events yet). >> >> Im sending properties using the code below but they do not show up on the >> /cxs/event/search when I search for this profile. The event show up but no >> the properties I sent. Any idea how to achieve this? >> >> path = "/cb"; >> properties = { >> path: path >> ,pageInfo: { destinationURL: location.href } >> ,CompanyDomain: "Test LLC" >> ,CompanyEmployees : 10 >> ,CompanyEstimatedAnnualRevenue : "1M-10M" >> ,CompanyIndustry : "Professional Services" >> ,CompanyLocation : "San Diego, CA" >> ,CompanyTags : "SAAS" >> }; >> //console.log(properties); >> // this will trigger a second page view for the same page (the >> first page view is in the tracker snippet). >> window.unomiTracker.page(properties); >> >> Thanks >> Joao Correia >> >> -- >> >> *João Correia* >> >> San Diego, CA >> mobile: +1 (858) 284-6010 >> web: https://joaocorreia.io >> >> >> >> >> >> >> >> >> >> >> >>