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 ...