We've currently set up an event that tracks when a user clicks on an "Open in Mapps App" button, but it's not firing in Analytics after 24 hours or so. Here's what the code looks like. Any suggestions on where we're going wrong?
我们目前正在设置一个事件,用于跟踪用户点击“在Mapps应用程序中打开”按钮的时间,但是在24小时左右后才会在Google Analytics中触发。这是代码的样子。关于我们哪里出错的任何建议?
<a class="button map-app aligncenter" title="View in Maps App" href="https://google.com/maps/yp6z2" onclick="ga('send', 'event ', 'Open Maps App', 'On Click');" target="_blank" style=" margin-top: 0px !important;
margin-bottom: 0px !important;">Open in Maps App</a>