gpt4 book ai didi

google-analytics - 使用Google Tag Manager电子商务跟踪到Analytics(分析)

转载 作者:行者123 更新时间:2023-12-03 15:56:14 24 4
gpt4 key购买 nike

我需要您有关GTM和UA的帮助。

像这样的示例,我在Google Analytics(分析)中捕获了运行良好的事件:

// Measure the removal of a product from a shopping cart.
dataLayer.push({
'event': 'removeFromCart',
'ecommerce': {
'remove': { // 'remove' actionFieldObject measures.
'products': [{ // removing a product to a shopping cart.
'name': 'Triblend Android T-Shirt',
'id': '12345',
'price': '15.25',
'brand': 'Google',
'category': 'Apparel',
'variant': 'Gray',
'quantity': 1
}]
}
}
});


在Analytics(分析)中,我可以捕获“事件”,但是产品数据在哪里?

在此先感谢您的帮助。

最佳答案

产品数据位于数据层中。您可以将GA标签设置为读取dataLayer(或者将其设置为使用包含产品数据的电子商务变量)。 in the documentation并不是很明显,您需要单击代码示例下方的绿色小箭头以展开有关如何配置标签的描述(该示例假定您正在使用和事件来发送电子商务数据):

enter image description here

如果您使用GA设置变量,则可能需要先单击GA标签中的“替代设置”。

关于google-analytics - 使用Google Tag Manager电子商务跟踪到Analytics(分析),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46316275/

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