我正在尝试按GA进行按钮点击,但是得到了这个
This Goal would have a 0% conversion rate based on your data from the past 7 days.
虽然在实时报告中有会话。
boxing我已经做到了这一点。
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%。 这是什么意思?这是否意味着我已正确实施了它?