Prioritization rules

Explanation

  • Before to launch the test, The AB Tasty's Tag checks the prioritization configured by the client on /prioritization the goal is for the user can discover what are the campaigns with possible overlap with the campaign then set up a configuration to prioritize some of them.

How tag works

  1. Firstly the tag check if the user has the cookie of an MPP test or MEP test on the page, if it's there we apply these tests no matter the priority, otherwise we continue with the step 2.

  2. The tests are sorted by level priority as set by the user. If a test hasn't priority for the tag this test is priority 0 and we always apply these tests with priority 0.

tag prio pulsar
  1. We check if the user match with the tests on priority 1, otherwise we continue to downgrade of the level until finding a match

tag prio
  1. Once the match is made, we do not check any more, other unchecked tests are ignored.

:::danger To end the process or move to another priority level, we need the tests to be accepted or rejected, if a test is in an infinite loop for example, the tag cannot move to another priority level. :::

Last updated

Was this helpful?