Avatar

Correct answer by
Employee

Hi debg46628983

Adobe Mobile SDK provides APIs for tracking that can be called from each application view or for any user action you may want to track. There is no special API for scroll tracking, but you can implement your own UIScrollViewDelegate, identify when the view was changed and call one of our APIs:

- for page/view tracking you can use trackState.

- for actions (e.g. button clicked, scrolling etc.) you can use trackAction.

Emilia Dobrin

Sr. Mobile Engineer

Adobe Experience Cloud

View solution in original post