Hello Community
Please help me, I have a question to Adobe Target.
I want to use profile script values in my offers, so what I can get and set the values when a user perform a certain action, such as pressing a button on a popup, which I plan to show in my offer.
I already know that I can get the mBox values to be used in my javascript code, but I can't really find any functions, that will set & get my user profile script values.
This is how I get the values to be shown in a certain html offer.
<p>Profile Test value: <span id="test_value" class="newtext1">${user.profile_test1}</span></p>
then I can use it in my javascript offer like this:
var value = $('#test_value').text();
but I can't reach the 'test_value' in the profile script. Could someone please shown me an example or send me some links to how to use it the right way ?
Greetings from Rasmus Friis, Denmark