exponea / exponea-ios-sdk

MIT License
19 stars 27 forks source link

Improvement - tracking URL with "click" for in-app messages #31

Closed MatejBordac closed 2 years ago

MatejBordac commented 2 years ago

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...

michaela-dev commented 2 years ago

Link attribute added for banner click event in release 2.11.2