I am trying to do button click in GA, but getting this
This Goal would have a 0% conversion rate based on your data from the past 7 days.
Although in the Real Time report, there are conversations.
I found this post and I have done exactly this.
Goal type: Event
Event conditions:
Category; Equals to: button
Action; Equals to: click
Label; Equals to: trial-button
and this is my 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>
Unlike the user in that post, I am not using yoat plugin. but still its not working.
UPDATE
I just checked the GA and now it's showing
This Goal would have a 1.47% conversion rate based on your data from the past 7 days. What does this mean? Does it mean that I have implemented it correctly ?