Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emojis from Emoji Search not being logged in session-based data capture. #152

Open
IAmBrendanL opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working iOS Related to iOS

Comments

@IAmBrendanL
Copy link

TL;DR: Session based data capture appears to only log the search term used to find emojis, not the actual emojis themselves.

We use the text output to provide users with insights based on their typing habits and emoji are useful in providing those insights. When using the emoji search, any text entered into the search field is captured as if it is regular output and none of the emojis selected appear in the text field.

For example, typing Fl into the search field and tapping on the ✈️ emoji logs FL in the text output. Notably it only logs it once, regardless of how many times you select an emoji. Additionally, if I open the emoji search, do not search anything, and select emoji from the provided suggestions, nothing is logged at all.

I believe that the desired behaviour would be for none of the search terms to be logged while all of the selected emojis are logged.

We have only tested on iOS using SDK version v4.26.0 so I'm not certain if this also occurs on Android.

I'm happy to provide more images/screen recordings directly.
image
image

@xevifar xevifar self-assigned this Aug 27, 2024
@xevifar
Copy link
Collaborator

xevifar commented Aug 27, 2024

Hello @IAmBrendanL ,
Yes, the desired behaviour would be to log only the text on the textfield from the app. Let me share it with the team to fix it.
Thank you!

@xevifar xevifar added iOS Related to iOS bug Something isn't working labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS Related to iOS
Projects
Status: Exploring (getting feedback)
Development

No branches or pull requests

2 participants