0
私はGoogleを検索してきましたが、本当に答えはありません。おそらく、ここで君たちのいずれかが知っている:ec.js(Google Analytics)でsetAction内にカスタムディメンションを設定できますか?
ga('ec:setAction', 'purchase', { // Transaction details are provided in an actionFieldObject.
'id': 'T12345', // (Required) Transaction id (string).
'affiliation': 'Google Store - Online', // Affiliation (string).
'revenue': '37.39', // Revenue (currency).
'tax': '2.85', // Tax (currency).
'shipping': '5.34', // Shipping (currency).
'coupon': 'SUMMER2013', // Transaction coupon (string).
'dimension1': 'custom1',
'dimension2': 'custom2'
});
カスタムディメンションがSetActionはないか以内にここで設定できるのであれば、私は意味:仕事以下のコードは、でしょうか?
ありがとうございました。
はい、これは非常に合理的です - おそらくヒットスコープディメンションなので、同じ効果でより信頼できるので、私はそれをouside setActionに設定できます。ありがとうございました! – RLaczynski