简体   繁体   English

我可以向Google Analytics(分析)推送多少个产品变体? 以及如何使用标签管理器做到这一点?

[英]How many Product Variant I can push to Google Analytics? and how to do that using Tag manager?

I'm trying to push multiple Product Variants to the DataLayer and Using the Tag Manager pushing these Variants to Google Analytics Premium. 我正在尝试将多个产品变体推送到DataLayer,并使用标签管理器将这些变体推送到Google Analytics Premium。

I would like to know how many Product Variants i can add to the dataLayer, and what is the best way to push them to Google Analytics? 我想知道我可以在dataLayer中添加多少个产品变体,以及将它们推到Google Analytics(分析)的最佳方法是什么?

Thanks in advance 提前致谢

Limits 限度

Short answer: You can push any number of product variants to the dataLayer, and you can send any number of variants to GA. 简短的答案:您可以将任意数量的产品变体推送到dataLayer,并且可以将任意数量的变体发送到GA。

Long answer: 长答案:

You main factor limiting the number of variants is the 8KB hit limit size. 限制变体数量的主要因素是8KB命中限制大小。 This effectively limits you to a few dozen products (or product variants) per hit, but you can get around this by sending multiple hits. 这实际上将您的每次匹配限制为几十个产品(或产品变体),但是您可以通过发送多个匹配来解决此问题。

But, since GA also limits us to 500 hits per session, so technically the limit of product variants you can track in a session is somewhere between 10-20K. 但是,由于Google Analytics(分析)还将每个会话的点击数限制为500个,因此从技术上讲,您可以在一个会话中跟踪的产品变体的限制在10-20K之间。

There is also the table aggregation limit of 50K, which basically means any product variants below the top 50K will appear grouped in GA tables as 'Other'. 表格汇总限制也为50K,这基本上意味着,排名低于前50K的任何产品变体在GA表格中都将显示为“其他”。

How to track 如何追踪

To track multiple products variants, push each to the datalayer (and then to GA) as a separate product, making sure product id/name and other product data common among variants stays consistent, altering only the 'variant' field (and any other instance-specific fields such as 'list', 'quantity', etc). 要跟踪多个产品变体,请将每个产品变体作为单独的产品推送到数据层(然后推送到GA),确保变体之间通用的产品ID /名称和其他产品数据保持一致,仅更改“变体”字段(以及任何其他实例特定的字段,例如“列表”,“数量”等)。

Here is a great guide for doing this for large numbers of products / product variants. 这是针对大量产品/产品变体执行此操作的绝佳指南

I've found that pushing the same product separately, it affects and causes the Quantity and Unique purchases to be the same. 我发现单独推销相同的产品会影响并导致“数量”和“唯一购买”相同。 I would expect if I push the same product twice with a different variant, to be "Unique Purchase: 1" "Quantity: 2". 我希望如果我两次将相同的产品推入另一个版本,即“唯一购买:1”“数量:2”。 but the result was, "Unique Purchase: 2" "Quantity: 2". 但结果是“唯一购买:2”“数量:2”。 So I just opted in combining the variants (ie. 'black, white') for the same product added because I cared more about the discrepancy of quantity. 因此,我只是选择将变体(即“黑,白”)与所添加的同一产品组合在一起,因为我更关心数量的差异。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google跟踪代码管理器-如何将字段设置为Google Analytics(分析)? - Google tag manager - How can I push the Fields to set into Google Analytics? 如何通过标签管理器将自定义变量推送到Google Analytics(分析) - How can I push a custom variable to Google Analytics through Tag Manager 如何使用Google跟踪代码管理器和Google Analytics(分析)跟踪锚链接? - How to track anchor links using Google Tag Manager and Google Analytics? 如何使用谷歌标签管理器修改谷歌分析代码 - How to modify google analytics code using google tag manager 如何获取基于Google跟踪代码管理器的Google Analytics(分析)跟踪ID? - How can I acquire the Google Analytics Tracking ID based on the Google Tag Manager? 如何禁用谷歌标签管理器和谷歌分析 - How to disable google tag manager and google analytics 如何使用标签管理器获取Google通用分析维度 - How get google universal analytics dimensions using tag manager 如何通过服务器上的Google跟踪代码管理器设置Analytics(分析)变量? - How can I set Analytics variables with Google Tag Manager from the server? 如何使用标签管理器更改Google Analytics(分析)的“媒介”? - How to change “medium” of Google Analytics with Tag Manager? 我可以在本地托管Google Analytics(分析)或Google跟踪代码管理器脚本吗? - Can I host Google Analytics or Google Tag Manager scripts locally?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM