问题描述
我想在 Google Analytics 4 中创建一个具有对象作为值的事件。我们如何才能做到这一点。
数据层格式:
dataLayer.push({
'event': 'test_event','prod': {
'item_name': 'test','item_id': '67891','item_price': '100','item_category': 'Electronics','item_quantity': '2'
}
})
在 GA4 中获取事件 'test_event' 的值作为 [object Object]
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)