Currently, click responses for in-app messages are tracking only text of button which was clicked.
For example:
Make button in fullscreen in-app with text "Google", which will redirect user to "https://google.com". When in-app is displayed and user clicks on button, event type "banner" is tracked with action = click, attribute text will be set to "Google". So:
action = click
text = Google
+ other banner attributes...
Request is to track URL https://google.com as well. So final list of attributes:
action = click
text = Google
url = https://google.com+ other banner attributes...
Currently, click responses for in-app messages are tracking only text of button which was clicked.
For example: Make button in fullscreen in-app with text "Google", which will redirect user to "https://google.com". When in-app is displayed and user clicks on button, event type "banner" is tracked with action = click, attribute text will be set to "Google". So: action = click text = Google + other banner attributes...
Request is to track URL https://google.com as well. So final list of attributes: action = click text = Google url = https://google.com + other banner attributes...