It sounds like you are trying to get Target to establish a sort of journey. I am not aware of any out of the box functionality that could assist here, however, you could leverage the global Target call and response tokens to have knowledge of what kind of user your are working with. The idea would go like this, create a profile script that puts the user into a bucket (A or B). Go into settings and turn on a new response token (the one you just created) and then you will need to listen for it on the client side and route accordingly. Just an idea, though I admit it is a bit gimmicky.
https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/use-profile-scripts-...
https://experienceleague.adobe.com/docs/target/using/administer/response-tokens.html#administer
https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/functions-overview...
Outside of that, you could potentially set up individual activities on each page but that would be pretty cumbersome.