Storing and Retrieving data dynamically in Target
I currently have an activity that stored product information into the localStorage ~ This is all done through Javascript (custom code option).
I then read from the local storage and display a popup with the product information on other pages.
Is there a way to move away from localStorage and instead store the product information in Adobe Target instead?
If so, how would I go about this?
I've had a look at profile scripts, thinking that I could send a json object to the profile script to either save a new value or just return what it has stored.
I've looked at mboxes and some adobe.target functions. None of which do what I want or at least I don't think it does.
I've looked at the targetPageParams() function, but I'm not sure how this works.

