Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

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

SOLVED

what does "was not met" mean?

Avatar

Level 2

I tested a rule in development environment but it appears like "was not met" is there some special reason? Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 4

Yes, there should be some detail in console that will tell you why it was not met, for example below:

 

Condition "Custom Code" for rule "ABC RULE" was not met.

Condition "Path And Query String" for rule "ABC RULE" was not met.

Condition "Value Comparison" for rule "ABC RULE" was not met.

 

So if it's custom code, review what conditions are set in the custom code to see if the page/site you are trying to fire the rule is meeting the requirement for it. Same for all. Hope this helps.

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Yes, there should be some detail in console that will tell you why it was not met, for example below:

 

Condition "Custom Code" for rule "ABC RULE" was not met.

Condition "Path And Query String" for rule "ABC RULE" was not met.

Condition "Value Comparison" for rule "ABC RULE" was not met.

 

So if it's custom code, review what conditions are set in the custom code to see if the page/site you are trying to fire the rule is meeting the requirement for it. Same for all. Hope this helps.