Adobe Target Experiment - Failing to load experience | Community
Skip to main content
Level 2
June 29, 2022
Solved

Adobe Target Experiment - Failing to load experience

  • June 29, 2022
  • 1 reply
  • 996 views

Currently we have an Adobe Target Experiment active on our site for an A/B experience. It seems to fail to load the experience on the initial load of the website (we have cleared all cookies/cache/history). However, when we refresh the page, Adobe Target successfully loads the experiment in either A or B experience. 

 

Any suggestions as to what could be causing this to happen? Why does Adobe Target experience only begin to load after a refresh? 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaureshk_Kodag

Hi @wesphg 

 

There could be multiple reasons this issue is occurring,

First of all, check how Adobe Target has been implemented on your page.

If it is SPA and if Target is implemented on page load through launch and you are trying to reach the page after few steps target won't get triggered on page load since page load doesn't happen in SPA.

To debug it further keep your debugger on, right click on page > click inspect > go to network tab > filter by mbox/delivery depending on AT extension version.

Check whether you are seeing target calls getting triggered on reaching out to the page.

If target is getting triggered check whether you are qualifying for activity, if yes check which experience you are falling into.

 

If all these look fine, lastly check whether your modifications are working fine on first load of page. Check whether there are any console errors.

 

Hope this helps.

1 reply

Gaureshk_Kodag
Adobe Employee
Gaureshk_KodagAdobe EmployeeAccepted solution
Adobe Employee
June 30, 2022

Hi @wesphg 

 

There could be multiple reasons this issue is occurring,

First of all, check how Adobe Target has been implemented on your page.

If it is SPA and if Target is implemented on page load through launch and you are trying to reach the page after few steps target won't get triggered on page load since page load doesn't happen in SPA.

To debug it further keep your debugger on, right click on page > click inspect > go to network tab > filter by mbox/delivery depending on AT extension version.

Check whether you are seeing target calls getting triggered on reaching out to the page.

If target is getting triggered check whether you are qualifying for activity, if yes check which experience you are falling into.

 

If all these look fine, lastly check whether your modifications are working fine on first load of page. Check whether there are any console errors.

 

Hope this helps.