Hi Team,
Can someone help me how to sort this order of rule firing. Whenever our domain pages are loaded usually pageview (DOM Ready) should fire first and later followed by a direct call rule (this fires w.r.t Identifier)but this isn't happening in that order and direct call is firing first which is causing more direct visits number inflated also effecting other marketing channels where page views were less than visits.
Solved! Go to Solution.
Views
Replies
Total Likes
I assume that you have these 2 -- DOM Ready and Direct Call -- in 2 different Rules. Since Launch runs its Rules asynchronously, you can't guarantee which Rule runs first in the user's browser.
FYI ordering works only with events of the same type. So you can set the order all of your DOM Ready events or all of your Direct Call events, but you can't set orders for both DOM Ready and Direct Call events and expect Launch to follow them.
So here's what I'd do:
Here's how the above works:
Hope that helps!
Also, there's a forum specifically for questions about Adobe Launch: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/bd-p/experience-pl...
I assume that you have these 2 -- DOM Ready and Direct Call -- in 2 different Rules. Since Launch runs its Rules asynchronously, you can't guarantee which Rule runs first in the user's browser.
FYI ordering works only with events of the same type. So you can set the order all of your DOM Ready events or all of your Direct Call events, but you can't set orders for both DOM Ready and Direct Call events and expect Launch to follow them.
So here's what I'd do:
Here's how the above works:
Hope that helps!
Also, there's a forum specifically for questions about Adobe Launch: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/bd-p/experience-pl...
Thanks @yuhuisg your answer helped a lot. But I see both the events fire all the time irrespective of the Application form event triggered.
Ex : event 1 fires for Pageview (DOM ready) happens on page load for all the pages.
event 2 fires for Application Form (Direct call - Identifier) happens only specific pages where application form exists.
Please let me know to overcome this issue
Views
Replies
Total Likes
Can you show some screenshots of your Rule setup and your multiple event calls?
Also, I've just updated my solution to use the Max Frequency condition, instead of the _satellite.setVar() method. This should be simpler to setup and more reliable too.
Views
Replies
Total Likes
Genius! Will definitely use this in the future!
If for some reason you don't want to use the frequency limiter, you can even setup a fireonce flag, a boolean that turns false on the first rule execution.
Views
Replies
Total Likes