Google Analytics(分析) - 我的目标活动无法运作

时间:2017-10-12 19:38:28

标签: google-analytics

我在Google Analytics中有一个目标,由于我不理解的原因而无效。转换不计算在内。 可能是什么问题呢? 以下是我在网站代码中设置目标的方法:



<!DOCTYPE html> 
<html lang="ru">
   <head>
   <!— Global site tag (gtag.js) - Google Analytics —>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108002615-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-108002615-1');
</script>

   </head>
   <body>
     <button onclick="gtag('event', 'best-goal-666', { 'event_category': 'Category', 'event_action': 'Action', 'event_label': 'click-button-347-2', 'value': 1});">RABOTAI BLYAT</button>
   </body>
</html>
&#13;
&#13;
&#13;

Screenshot of goal settings in google analytics

1 个答案:

答案 0 :(得分:0)

事实证明代码没有问题。 Google Analytics(分析)会在三天后计算转化次数。 因此,如果您有类似问题,请尝试等待GA的期限结束。