Question
Visitor profile - is it possible to have array of values ?
I am working with only AT and Web SDK. So I need to write user categories into user profile (my customer does not have AA)
Depending on the URL path I would like to update visitor profile with values:
if /finance
profile.interests = 'finance'
if '/real-estate'
profile.interests = 'real estate'
How to do that in order to have on the profile array of values?
Like
profile.interests = [finance, real estate, banking .....]
Any ideas?