Hi, As per my understanding, profile attribute will replace the old
value and keep only the most recent ones. Is there any way to append old
with new values. for eg:day1, we display banner1 and user not interested
then captures the value in new profile attribute profile.exclusion =
"banner1clicked"on day2, we display banner and user not interested then
captures the banner 2 value in new profile attribute profile.exclusion =
"banner2clicked". With this, it will replace the day1 value instead of
a...