gpt4 book ai didi

google-analytics - 将自定义指标添加到谷歌分析交易

转载 作者:行者123 更新时间:2023-12-02 03:16:08 25 4
gpt4 key购买 nike

我正在尝试向 Google Analytics 上的交易添加自定义指标。必须是每笔交易。目前我正在添加这样的交易。

    ga('ecommerce:addTransaction', {
'id': '',
'affiliation': '',
'revenue': '',
'tax': '',
'currency': ''
});
ga('ecommerce:addItem', {
'id': '',
'name': '',
'sku': '',
'category': '',
'price': '',
'currency': '',
'quantity': ''
});

现在我的想法是将以下内容添加到交易中,但不太知道这是否是正确的方法。

ga('ecommerce:addProduct', {'metric1': hasTransacted});

我知道对于页面浏览量,可以将自定义指标添加到页面浏览量中,如下所示

ga('set', 'metric1', '1');

ga('send', 'pageview');

但我尝试将其添加到事务中。

如有任何建议,我们将不胜感激。

最佳答案

您应该能够将指标添加到交易命中中,就像在 addProduct 示例中一样。这里有一个类似的问题is it possible to send custom variables to Google analytics while using ecommerce extension .

关于google-analytics - 将自定义指标添加到谷歌分析交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31670276/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com