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 appending. But, i'm looking profile.exclusion = "banner1clicked,banner2clicked" so that we can apply this profile attribute in the exclusion to avoid showing these banner when user logs in next time.
Any thoughts?