Yea I would start with the timing. If you have Launch using the AEP debugger tool and enabling logging, you can see when the events are fired. Additionally I would print out the ttMeta Object prior to sending the beacon data in a lower environment just to see if its always present or not. If not the...
@markusb54298925 I was able to investigate this better after I got the URL. What I observed is that when I go to a product page I get the entity values along with other parameters. Then when I go back or to another page without the same parameters, that the adobe target still has these persisting pa...
@_Lukasz_ The idea is that you would just pass to the front end the activity name, experience name, and any additional data needed. Then in the beacon call to Adobe Analytics, you would pass the information in as well as evars. This means you need to have evars available in Adobe Analytics and also ...
@patrickb8312284 Is this response from Target or inside the experience Target is trying to deliver on the front-end? Can you share the payload that Target responds with? Please remove any private data. Right now I am thinking that you have inline JS that might be having a race issue one when this at...
@markusb54298925 Makes sense why you would be concerned making the switch. I decided to take a look at using the OOB option and I am getting the same end results as using targetPageParams. I inspected the Launch module for setting the page params and verified that it is working as intended as well. ...
@markusb54298925 What are you doing to try to clear the values or change them? While I get there is nothing out of the box, you can just reset targetPageParams by overwriting it, this object always gets picked up when you call Target global mbox or custom mbox. Here is how I have set it up real qui...
@markusb54298925 If the issue is that as the user navigates between routes/views on the SPA, then I would recommend that you implement a custom js event that is fired as the user switches routes/views. In Launch you would listen for this custom event, then reseting the parameters, then firing Target...
Ahhh, sounds like we found possible issue. I would recommend getting the Adobe Experience Platform debugger, its a great chrome extension built by Adobe. Under the Adobe Target tab you can see if all the expected mboxes are being fired.