Re: Actually I'm wondering if the EventCollectorServlet is actually still
useful?

I actually didn’t know about this and created things through the
ContextServlet. Seems like it could be confusing to have two ways to do
things.


On Fri, Dec 28, 2018 at 9:52 AM Serge Huber <shu...@apache.org> wrote:

> Hello Diogo,
>
> You are right the EventCollector servlet doesn't create the profile,
> only the ContextServlet does. But you can send events to the
> ContextServlet too so in theory you could do it all with a single
> request.
>
> Actually I'm wondering if the EventCollectorServlet is actually still
> useful ?
>
> As to the updated result, the value corresponds to the following constants:
>
> /**
>  * No change occurred following an event being handled.
>  */
> int NO_CHANGE = 0;
> /**
>  * The associated session was updated following an event being handled.
>  */
> int SESSION_UPDATED = 1;
> /**
>  * The associated profile was updated following an event being handled.
>  */
> int PROFILE_UPDATED = 2;
>
> Regards,
>   Serge...
>
> On Fri, Dec 28, 2018 at 3:15 PM Diogo Munaro Vieira
> <diogo.mun...@corp.globo.com.invalid> wrote:
> >
> > Hi friends, I'm using event collector as documentation example
> > <http://unomi.incubator.apache.org/manual/1_3_x/index.html>:
> >
> > curl -H "Content-Type: application/json" -X POST -d
> > '{"events":[{"eventType":"view","scope":
> > "example","source":{"itemType": "site","scope":"example","itemId":
> >
> "mysite"},"target":{"itemType":"page","scope":"example","itemId":"homepage","properties":{"pageInfo":{"referringURL":""}}}}]}'
> > http://localhost:8181/eventcollector?sessionId=1234
> >
> > But when I access https://localhost:9443/cxs/profiles/count then no
> profile
> > was created.
> >
> > I'm using Unomi 1.3.0
> >
> > Another question about EventCollector: What's the difference between
> > response with "updated: 0" or "updated: 1"?
> >
> > Thank you guys!
> >
> > --
> > Diogo Munaro Vieira
> >
> > -------
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
>

Reply via email to