Expand my Community achievements bar.

Applications are now open to join the Adobe Experience Platform Champion Program. Apply by June 10!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Is there a callback for rules not meeting conditions?

Avatar

Level 2

Hello all!

 

I have a specific rule in my implementation with a "max frequency" type of condition (once per session). It works well, but I need to do some custom code in case the conditions are not met (event triggered but not fired because of this condition). I've thought about doing a "counter rule" (that means with the reversed condition - always fire except for the first time in session), but I  was wondering if there was another way to do it, a more practical way if I need to do this in other rules as well (without having to duplicate them all), like a callback (something in the sorts of s.registerPostTrackCallback like _satellite.ruleConditionNotMetCallback) or a fallback (if(condition) => actions, else => fallback)

 

Any solutions, suggestions, ideas?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

As far as I know, Launch doesn't have any "callback" functionality anywhere. I think most of us use "counter rules", as you've called them.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

As far as I know, Launch doesn't have any "callback" functionality anywhere. I think most of us use "counter rules", as you've called them.