I need to load content in a specific order where timing is super important. what is the best way to accomplish this in launch. In DTM, I could use sequential HTML but I don't see that option in launch for a third party tag.
I tried creating a rule and use "then" but when I check console.logs it doesn't fire in that order
I need to make sure I fire in order:
step 2 needs to be sequential as it takes more time to load and right now analytics is already trying to capture values before its ready to provide any. How can I create the same sequential HTML as I do in DTM that works?
thanks for any help.
Solved! Go to Solution.
Views
Replies
Total Likes
I didn't want a delay so I am just self-hosting analytics file and injecting the script I need to load at a specific time
Views
Replies
Total Likes
I was able to use the "discovery data layer" extension and create a rule that delayed the global variables from firing for 1000 ms and it worked perfectly and collected all the data from the child object however, i want to make sure there is not a better way to do this.
Views
Replies
Total Likes
I didn't want a delay so I am just self-hosting analytics file and injecting the script I need to load at a specific time
Views
Replies
Total Likes
That's probably the best way to do it. You could also load the AppMeasurement script managed by Adobe, but do so synchronously, then make sure all your rules are triggered in the correct order.
Views
Replies
Total Likes
Views
Likes
Replies