How can i delay execution of a tag till the data layer object gets updated.

Bronze Contributor
Bronze Contributor
 
1 REPLY 1

How can i delay execution of a tag till the data layer object gets updated.

Employee Emeritus

If you're still experiencing this issue, there are a few options for delaying tag load -- you can find them here. Essentially, you can delay tags with a timer; delay tags until DOM complete; or you can disable initial tracking with a noview flag and then setting a utag.view call based on when you want the tags to fire. You'll need to determine which option works best for your specific scenario. 

Mike

Public