Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

triggerView shows flash/flicker of default content

Avatar

Level 2

Hi, I have been trying to eliminate flash of content in our Vue.js Single Page Application when using adobe.target.triggerView. So far I have a very basic implementation. I've followed this SPA documentation and the triggerView documentation. In the docs, there is a diagram that states "Targeted content is revealed as quickly as possible without flicker of default content.", however I am seeing substantial flicker. Is it possible to eliminate it using this method?

 

Here are the steps I have taken for basic implementation:

  1. Within the Vue.js mounted hook, I have added adobe.target.triggerView('myHomePageTest');
  2. I create a new A/B Test Activity using VEC
  3. In the Modifications section, I can see the MYHOMEPAGETEST view defined from my implementation (in step 1).
  4. I change some CTA button text and save the Activity
  5. When I refresh my page (simple refresh, hard refresh, empty cache refresh), I see the default button text before the test is applied. Have a look here:

flashofcontentGif.gif

 

Any advice on how to eliminate this or is this expected behavior? Thanks!

1 Reply