To see how users interacted with a form on your Rich Media page:
- Log in to the Pushwoosh Control Panel and select your application.
- Go to Content → In-apps (Rich media).
- Find the in-app that contains the form and open its statistics — click the template name, or choose Statistics in the three-dot menu.
- Open the Interactions tab.
The Interactions tab reports activity per element of the page - which buttons, links and form controls were used and how many times - so you can see submission and interaction volumes for the form. Only elements that carry an id attribute are tracked.
If you need the actual values users submitted (free-text answers, or which option each user picked), capture them at submit time rather than reading them from statistics:
- Store each answer in a tag using an Update user profile element in the journey, and/or
- Post a custom event with the answer as an event attribute from the page's JavaScript (
pushwoosh.postEvent(...)), then forward the data to your own system with a Webhook element.
Comments
0 comments
Please sign in to leave a comment.