Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的安卓应用程序中集成了clevertap。这是一个显示许多新闻文章的新闻应用程序。我为每次点击一篇文章创建了自定义的clevertap 事件。现在我想知道如何创建一个带有参数的自定义事件,该参数指示单篇文章被点击的总次数。有没有办法做到这一点?
每次点击文章的自定义事件就足够了。要查看特定文章在给定时间范围内被点击了多少次,您需要执行以下步骤 -
希望这可以帮助。