Expand my Community achievements bar.

SOLVED

Flicker when using Direct Call inside Launch itself

Avatar

Level 4

My developer brought up an interesting problem with Launch: on a slow network, he sometimes gets a flicker when a page is loading.

 

After numerous tests in Google Chrome where I throttled my network speed to "Slow 3G", I traced the problem to some Direct Calls _satellite.track() that are used in some rules' actions (implemented as custom code), i.e. there are rules inside Launch that include _satellite.track() themselves to other rules. When I blocked those min.js scripts in Chrome, the flicker problem went away.

 

I also have Adobe Target, though on the pages that he experienced the flicker, there were no running experiments. We have also implemented the pre-hide script provided by Adobe (https://docs.adobe.com/content/help/en/launch/using/extensions-ref/adobe-extension/targetv2-extensio...).

 

Has anyone noticed this flicker before with Direct Calls?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Never mind, I found the problem.

The Direct Calls are used to call the actual Adobe Analytics page view beacon. In that same rule is an action to track an Adobe Target page load request. That action also enables body pre-hiding. And that caused the flicker. Disabling the pre-hiding "removed" the flicker.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Never mind, I found the problem.

The Direct Calls are used to call the actual Adobe Analytics page view beacon. In that same rule is an action to track an Adobe Target page load request. That action also enables body pre-hiding. And that caused the flicker. Disabling the pre-hiding "removed" the flicker.