clarity icon indicating copy to clipboard operation
clarity copied to clipboard

Tags in Android native

Open Hamoda96 opened this issue 1 year ago • 4 comments

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

Hamoda96 avatar Feb 10 '24 12:02 Hamoda96

Hello @Hamoda96,

Thanks for sharing your feedback. Could you please share your project id (on [email protected])? Also please mention the missing tags keys, this could help as pinpoint the problem.

ibradwan avatar Mar 03 '24 11:03 ibradwan

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 ☺️

Hamoda96 avatar Mar 03 '24 12:03 Hamoda96

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

ibradwan avatar Mar 03 '24 12:03 ibradwan

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

Hamoda96 avatar Mar 04 '24 02:03 Hamoda96