Hello Stevan, Thanks for trying out Unomi.
Profiles are associated with campaigns through profile properties (reserved ones starting with “systemProperties.”) The syntax is the following (depending on whether the profile has reached goals associated with the campaign) : "systemProperties.goals." + goalId + "TargetReached”; or "systemProperties.campaigns.” + campaignId + "Engaged"; I hope this will help you in your project. Btw do you mind telling me some more about what you’re trying to do with Unomi ? Best regards, Serge Huber. > On 7 Jul 2017, at 11:32, Stevan Bogdanovic <[email protected]> wrote: > > Hi, > > I'm working on proof of concept based on Unomi. > > I'm having difficulty to find API endpoint which can provide me relation > between campaigns and profiles. > > In my setup I created 1M profiles, couple of segments and campaigns and then > I have created sessions for one profile. I was expecting to find relation > between campaign and profile (direct or through sessions) but I cannot find. > Campaign entry condition should be correct. > > How should I use campaigns? Can you point me in correct direction? > > note: I'm using snapshot version from the master branch. > > Kind regards, > Stevan Bogdanovic
