do page load rules evaluate on each page or only specific | Community
Skip to main content
Level 2
February 27, 2017
Solved

do page load rules evaluate on each page or only specific

  • February 27, 2017
  • 1 reply
  • 948 views

hi ,

I have 20 page load rules  . 

My question is do all page load rules execute on each page or only the rule related to that page .

Reason why I am asking is 

when i have condition  path contains and i hardcode the path or URL , in DTM debugger only the page load rule fires shows ,

whereas when i  create a data element where i get value from page title and add condition to rule  data element value =  title ,

there it shows condition not met for all the other pages .

 

If i understand it correct then when url strings is defined as static it is not evaluating all page load rules ,

WIll evaluating all page load rules based  on data element make the page slow or all rules evaluate anyways .

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

Hi,

Each page load rule would be evaluated on every page load. If the conditions for the rule were met, the rule would fire. If you are using a data element, the data element would be evaluated every time it is called. After the data element is evaluated, the rule would fire if all conditions were met for the given rule.

I'm not aware of any noticeable delay in using either method. You could test this in your own environment with the developer tools in your browser.

 

Cheers,
Jantzen

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
February 27, 2017

Hi,

Each page load rule would be evaluated on every page load. If the conditions for the rule were met, the rule would fire. If you are using a data element, the data element would be evaluated every time it is called. After the data element is evaluated, the rule would fire if all conditions were met for the given rule.

I'm not aware of any noticeable delay in using either method. You could test this in your own environment with the developer tools in your browser.

 

Cheers,
Jantzen