When I assign two load rule to a tag one consist of URL and the otherJS variable conditions, the tags should fire for both rule, However it is not firing for any of the load rule. when I assign one load rule to the same tag it works.

Bronze Contributor
Bronze Contributor
 
1 REPLY 1

When I assign two load rule to a tag one consist of URL and the otherJS variable conditions, the tags should fire for both rule, However it is not firing for any of the load rule. when I assign one load rule to the same tag it works.

Employee Emeritus
Hi Geeta, If you apply two load rules, it applies an 'AND' condition rather than an 'OR' condition. This means your tag will only fire if both conditions are true (rather than either). What you'd want to do is create a specific load rule which has the two conditions and uses an 'OR' operator (i.e. if A OR B is true) if that makes sense? It would be nice to be able to allow use of an 'OR' condition between multiple load rules but currently it's not available :( Hope this helps.. Cheers, Roshan
Public