Overlapping Load Rules If I have two similar load rules will they both execute? (See example)

Silver Contributor
Silver Contributor
Example: Load Rule #1 Conditions: dom.pathname CONTAINS_IGNORE_CASE OrderConfirmation or js.page_name EQUALS_IGNORE_CASE Confirmation of Order Vendor: MyTag1 Load Rule #2 Conditions: dom.url STARTS_WITH http: or dom.pathname CONTAINS_IGNORE_CASE OrderConfirmation Vendor: MyTag2 If the user navigates to https://mysite.com/OrderConfirmation will both MyTag1 and MyTag2 be loaded?
2 REPLIES 2

Overlapping Load Rules If I have two similar load rules will they both execute? (See example)

Employee Emeritus
Eric, Based on the above, it looks like your load rules may be scoped to different tags. So, as long as the conditions of each load rule are satisfied then MyTag1 and MyTag2 will fire. If the load rules are not scoped to specific tags but are instead scoped to all tags then all of the conditions must be true for any tag to fire.

Overlapping Load Rules If I have two similar load rules will they both execute? (See example)

Tealium Employee
Load Rule 1 is the general load for for an order confirmation page. Load Rule 2 is for a tag like Marin that only fires on non-secure pages, and then again at the order confirmation page. So based on the URL both of these load rules will result to true and any tag assigned to them will run.
Public