Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Audience rule based on mbox name

Avatar

Level 1

Hi everyone,

I'm trying to fit users into audiences using unique mbox names. After page has loaded I'm using mboxCreate function to send parameters to a unique mbox name. I'm expecting that this parameters will be used in audience rule. But I couldn't managed to make it work.

Here is my auidence rule and mboxCreate function.

1834316_pastedImage_0.png

mboxCreate("ogunDenemeMbox1","minutesSinceFirstVisit=5")

And the order of requests is:1834317_pastedImage_1.png

Second request doesn't return any data expect sessionId.

1 Reply

Avatar

Level 1

Ok, I just figured out there is a very easy solution for this situation. I'm calling `target-global-mbox` everytime, and passing mboxName paramater. On audience rule dialog, I'm checking mboxName parameter as root condition.