Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Rule not met causing issue

Avatar

Level 7

Hi Everyone,

 

We are using adobe launch to implement third party tags such as facebook,twitter, linkedIN etc. We are seeing this rule not met (these rules are meant for different page) is firing and causing performance issue to the site. How do we avoid this firing in other pages.

pradeep_07_0-1601041560433.png

Thanks,

Pradeep

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

(This question is probably more suitable at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/qa-p/experience-pl....)

I think the error messages tell you everything that you need to know: in all of those Rules, you have specified some conditions. And each time, one or more of those conditions are not evaluating to "true" when the Rule runs.

So your solution is simple:

  1. Open the Rule.
  2. For each condition:
    1. Evaluate when the condition returns true.
  3. Refer back to your website when you get this error.
  4. Check the data elements that are referenced in the conditions. Are they what you expect them to be?
  5. If your condition is some Custom Code, debug the code to figure out why it's not returning "true".

There's no magic, one-step solution to your problem. This is akin to programming: you need to troubleshoot the problem step by step until you get to the solution.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Level 10

Could you elaborate what performance issue you are referring to?

Avatar

Korrekte Antwort von
Community Advisor

(This question is probably more suitable at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/qa-p/experience-pl....)

I think the error messages tell you everything that you need to know: in all of those Rules, you have specified some conditions. And each time, one or more of those conditions are not evaluating to "true" when the Rule runs.

So your solution is simple:

  1. Open the Rule.
  2. For each condition:
    1. Evaluate when the condition returns true.
  3. Refer back to your website when you get this error.
  4. Check the data elements that are referenced in the conditions. Are they what you expect them to be?
  5. If your condition is some Custom Code, debug the code to figure out why it's not returning "true".

There's no magic, one-step solution to your problem. This is akin to programming: you need to troubleshoot the problem step by step until you get to the solution.