I have user’s monthly activities in this format:
{<br /> "2022": {<br /> "5": {<br /> "Likes": 2,<br /> "Comments": 1<br /> }<br /> }<br />}
If I sync this as user attributes, how would I be able to get answers to questions like:
- Which activity is more popular among all users? [Likes or Comments?]
- How many total Likes were performed by given user in whole year 2022?
Is this possible in Amplitude?