Hi,
I'm looking to get the value of a custom attribute dynamically logged into one experience. We have a custom attribute set up as 'Customer Attributes.lifestage'. I know that this is server side data by is there a way I can return this value straight into the custom code area of an A/B experience.
I do not want to set this up as an audience as we want to dynamically change the copy based on the customer attribute value. For example, something like:
if (CustomerAttr.lifestage === "Retired") {
console.log('User is retired');
} else {
console.log('User is not retired');
}
Any help is appreciated!
Thanks
Sam
Solved! Go to Solution.
Views
Replies
Total Likes
Audiences are better options as it has wide range for similar implementation via ContentHub or mbox parameter etc...
but if you dont want to go that route then
There are other approaches i can suggest (going on more level deeper not handling at audience rather through offer)
1. via passing setting and getting through contexthub and using that attribute in your HTML offer
2. or create client side object and use those in HTML offer
or
even you can handle it through globalmbox if this scenario spreaded across site.
hope it helps!!
Audiences are better options as it has wide range for similar implementation via ContentHub or mbox parameter etc...
but if you dont want to go that route then
There are other approaches i can suggest (going on more level deeper not handling at audience rather through offer)
1. via passing setting and getting through contexthub and using that attribute in your HTML offer
2. or create client side object and use those in HTML offer
or
even you can handle it through globalmbox if this scenario spreaded across site.
hope it helps!!
I guess
if(${crs.aliasid.columnname} == 'somevalue')
{ //Do something }
Else{do nothing}
would work.
Views
Replies
Total Likes
Did you try ResponseTokens? Customer Attributes are available under Response Tokens so you can view value under Preview of Adobe Target response under Developer Tools.
Regards,
Rajneesh
Views
Replies
Total Likes
Views
Like
Replies