0

この URL を使用して、イベントを 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)

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

ただし: Analytics に目標が到達しません。何が間違っている可能性がありますか?

4

1 に答える 1

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.

あなたのリクエストはそれらのいずれもしていないようです。

于 2013-01-11T14:51:44.943 に答える