使用/__utm.gif进行Google Analytics事件跟踪

时间:2012-09-05 13:39:30

标签: google-analytics event-tracking

我使用此网址向google-analytics报告事件:

http://www.google-analytics.com/__utm.gif?utmac=UA-12345678-9&utmcc=&utmcs=UTF-8&utmhn=www.example.com&utmwv=4.8.1&utmr=http%3A%2F%2Fwww.example.coml%2Freferer&utmt=event&utme=5(Out*action*label)(1)

在Google Analytics中,我确定了一个目标:

Goal Name: Out
Goal Type: Event
Goal Details: 
Categorie is euql to: Out
Action: [no selection]
Label: [no selection]
Value: [no selection]
Goal Value: Use the actual event value

但是:分析中没有任何目标。可能有什么不对?

1 个答案:

答案 0 :(得分:1)

查看https://developers.google.com/analytics/resources/articles/gaTrackingTroubleshooting#basicDebugging所在的位置:

3. Ensure that the utmp parameter is present.
4. Ensure that the utmcc parameter is present and non-empty.
   In the case of an empty utmcc parameter, no cookie data is sent, and the request is ignored.

看起来您的请求不会执行其中任何一项。

相关问题