Hi, We sometimes inject custom code (ie: offer or banner) into our
website that have backend calls to display dynamic data (not Adobe
related). The issue we currently have is that because the webpage and
the Target injection happen async, sometimes (especially on first load
in all browsers, and in IE11) Target code is injected before the page
finishes loading all the JS, causing the dynamic data not to show. The
only way we are able to get around this issue is to set a timeout in the
Target cust...