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:
- Within the Vue.js mounted hook, I have added adobe.target.triggerView('myHomePageTest');
- I create a new A/B Test Activity using VEC
- In the Modifications section, I can see the MYHOMEPAGETEST view defined from my implementation (in step 1).
- I change some CTA button text and save the Activity
- 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:
Any advice on how to eliminate this or is this expected behavior? Thanks!