exponea / exponea-android-sdk

MIT License
17 stars 16 forks source link

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

Closed MatejBordac closed 3 years ago

MatejBordac commented 3 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 3 years ago

Hi, thanks for your insights! We will consider adding this in one of the next releases.

michaela-dev commented 3 years ago

Hi @MatejBordac, this feature was released within 2.9.7 version. Closing the issue.