microsoft / clarity

A behavioral analytics library that uses dom mutations and user interactions to generate aggregated insights.
https://clarity.microsoft.com
MIT License
2.09k stars 208 forks source link

Tags in Android native #532

Open Hamoda96 opened 7 months ago

Hamoda96 commented 7 months ago

I add tags in my Android app, but some tags appear and others do not. I receive the return from clarity tags for all my tags, and the returns are true, but some of the tags don't appear in the dashboard.

Used version 1.3.3

ibradwan commented 7 months ago

Hello @Hamoda96,

Thanks for sharing your feedback. Could you please share your project id (on clarity-apps-support@microsoft.com)? Also please mention the missing tags keys, this could help as pinpoint the problem.

Hamoda96 commented 7 months ago

The issue reason is the tag called twice in my code that make the tag doesn't appear in clarity website

Thanks for your replying ☺️

ibradwan commented 7 months ago

Interesting, could you please share the code snippet in which you set the tags?

Hamoda96 commented 7 months ago

In our code implementation, the tag is set twice in less than about 20 milliseconds, so the tag doesn't appear on the clarity website. When I remove the code that makes the tag appear twice, it works normally