菜鸟教程小白 发表于 2022-12-11 18:17:37

ios - Fabric 回答事件 : Total Count for Category Attribute


                                            <p><p>我的应用向用户展示了一组颜色——红色、绿色、蓝色等。当点击一种颜色时,我将一个自定义事件记录到 Fabric 中,并将颜色名称作为自定义属性:</p>

<pre><code>Answers.logCustomEvent(
    withName: &#34;Tapped Color&#34;,
    customAttributes: [&#34;color&#34;: color.name]
)
</code></pre>

<p>现在,我想知道在给定的持续时间(周、月、年等)内,一种颜色被点击了多少次。</p>

<p>有没有办法做到这一点,而无需每天点击“颜色”类别属性图并自己添加计数?据我所知,也无法下载与事件的“事件计数”图关联的自定义类别属性。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>来自 Fabric 的 Mike。目前没有办法下载事件的自定义属性。如果情况发生变化,我会更新我的答案!</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Fabric 回答事件 : Total Count for Category Attribute,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/45097319/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/45097319/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Fabric 回答事件 : Total Count for Category Attribute