Query on Adobe Target Web SDK implementation for SPA
Hello all,
I have a specific query on Adobe target implementation through Web SDK for React Single Page Application.
I am using Adobe Client Data Layer to send data to AEP, AA and AT. ACDL event "pageview" triggers on every SPA page of my react application.
On "page view" xdm, I am setting the viewName parameter as shown in below screenshot.

On page view send event action, I am using both the checkboxes related to AT (Render visual personalization decisions and automatically send a display event)
Screenshots of the rule and action configs are below.


I have sign in page and forgot password page. Users will land on Sign in page and can navigate to Forgot password page using a link (forgot password link) without reloading the forgot password page (SPA)
I am running AB testing on forgot password URL. Below is my settings on Adobe Target.

Upon server call inspection on every pageview, I can see the viewName being set properly. However, when I navigate from sign in page to forgot password page, I don't see AB testing on the forgot password page. If I manually reload, AB testing is working fine. Below is the web SDK server call (appears both on SPA view as well as Manual refresh)

Also, the eventType: "decisioning.propositionDisplay" only appears on the first load/ manual refresh.

Is there any specific setting I need to configure to render AB testing on SPA view?
Appreciate your help on this.
Cheers!