microsoft / clarity

A behavioral analytics library that uses dom mutations and user interactions to generate aggregated insights.

Home Page:https://clarity.microsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tags in Android native

Hamoda96 opened this issue · 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

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.

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

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

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