Flicker Issue - Adobe Target Implementation through AEP WEB SDK Implementation
Hi Experts,
We have implemented Adobe Target through Web SDK (async) and added pre-hiding snippet.
The order is : Pre hiding snippet (in the head section)
Launch Web SDK (in the head section)
data layer ( in body section )
Observation :
There is a flicker in the first visit but post page refresh the flicker is not at all present.
Flicker code :
<script>
!function(e,a,n,t)
{var i=e.head;if(i){
if (a) return;
var o=e.createElement("style");
o.id="alloy-prehiding",o.innerText=n,i.appendChild(o),setTimeout(function(){o.parentNode&&o.parentNode.removeChild(o)},t)}}
(document, document.location.href.indexOf("adobe_authoring_enabled") !== -1, "body { opacity: 0 !important }", 3000);
</script>
Can someone suggest if we are missing some configuration here ?
