Hi,
My app has a listing of multiple merchants in a scrollable format. A customer can scroll on the home page and easily view 50 different merchants in a single session. I’d like to track merchant impressions i.e. the number of times each merchant appears on the screen.
Any recommendations on the best way to do this ? I’d rather not fire an event for each merchant that appears. Would amplitude SDK have some type of aggregation capability that can combine multiple events into a single event with an array of merchant names that appeared ?
Thanks