如何将值传递给自定义变量Google Analytics?

时间:2012-08-23 09:37:33

标签: google-analytics google-analytics-api

我怀疑是否需要将名称和值传递给此脚本,否则我们可以提供将存储在Google Analytics Server中的任何名称和值?

_gaq.push(['_setCustomVar',
          1,                   // This custom var is set to slot #1.  Required parameter.
          'Items Removed',     // The name acts as a kind of category for the user activity.  Required parameter.
          'Yes',               // This value of the custom variable.  Required parameter.
          2                    // Sets the scope to session-level.  Optional parameter.
       ]);
     _gaq.push(['_trackEvent',
          'Shopping', // category of activity
          'Item Removal', // Action
       ]);

1 个答案:

答案 0 :(得分:0)

自定义变量的名称和值非常自由,但我建议坚持使用字母数字。我从未尝试过元字符。