我正在尝试在 GA 中单击按钮,但得到了这个
This Goal would have a 0% conversion rate based on your data from the past 7 days.
尽管在实时报告中,有对话。
我找到了这篇文章,我确实做到了这一点。
Goal type: Event
Event conditions:
Category; Equals to: button
Action; Equals to: click
Label; Equals to: trial-button
这是我的html
<a onclick="ga('send', 'event', 'button', 'click', 'trial-button');" href="https://www.ecanvasser.com/signup.php" target="_blank"><img src="/content/images/2016/10/button-1.PNG" alt="" title=""></a>
与该帖子中的用户不同,我没有使用 yoat 插件。但它仍然无法正常工作。
更新
我刚刚检查了 GA,现在它正在显示
根据您过去 7 天的数据,此目标的转化率将达到 1.47%。这是什么意思?这是否意味着我已经正确实施了它?