- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
实现增强型电子商务后,我发现 Google Analytics(分析)中显示的一小部分页面没有具有 Analytics 代码。
在检查源代码时,失败页面上的代码与验证正确页面上的代码没有区别。
我安装了 GA Debug Google Chrome 扩展程序,我可以看到在某些页面上 ga("send", "pageview")
调用返回错误。
但是,我在任何文档或在线任何地方都找不到任何信息来描述 ga("send", "pageview")
调用中可能出现的错误,也没有提供任何可能有助于诊断任何错误的信息。可能出现的问题。
重要的是,页面上没有 JavaScript 错误,我能看到任何内容的唯一方法是使用 GA 调试插件 - 有些人说它并不能很好地工作!尽管如此,Google 在这一小部分页面上显示了一个未知问题。
以下是其中一个页面上的代码示例:
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1 *new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-500228-1', 'auto');
ga('require', 'ec'); // Load the advanced ecommerce plug-in.
ga('require', 'displayfeatures'); // Load display advertising.
ga('set', '&cu', 'GBP'); // Set currency
// Add generated analytics elements from the request container
ga('ec:addImpression', {
'id': '021109021CB'
, 'name': 'Cam shaft, Type 4 Mechanical Std. (No Cam Wheel)'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 1
, 'price': 148.75
}); ga('ec:addImpression', {
'id': '071109021CB'
, 'name': 'Cam shaft Type4 Hydraulic Std (No Cam Wheel)'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 2
, 'price': 133.92
}); ga('ec:addImpression', {
'id': '021198541'
, 'name': ' Cam bearing set, std, 1.7-2.0 [43]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 3
, 'price': 9.93
}); ga('ec:addImpression', {
'id': '021109309G'
, 'name': 'Cam follower 1.7-2.0 Type4 engine 72-78'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 4
, 'price': 9.00
}); ga('ec:addImpression', {
'id': '022109309'
, 'name': 'Cam Follower Hydraulic Type 4/WBX & CT Engine'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 5
, 'price': 14.17
}); ga('ec:addImpression', {
'id': 'AC10920091'
, 'name': ' Lifters, Type 4 Scat Lube-a-Lobe Set of 8'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'SCAT'
, 'list': 'Product listings'
, 'position': 6
, 'price': 95.33
}); ga('ec:addImpression', {
'id': '021109301A'
, 'name': 'Pushrod, Type4 with Solid tappets, 271mm'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'VW'
, 'list': 'Product listings'
, 'position': 7
, 'price': 24.83
}); ga('ec:addImpression', {
'id': '021198335'
, 'name': 'Pushrod Tube and Seal Kit for Type 4 Engines 1700-2000'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'KITS'
, 'list': 'Product listings'
, 'position': 8
, 'price': 40.33
}); ga('ec:addImpression', {
'id': '021109335C'
, 'name': 'Push rod tube 1.7-2.0 Aircooled'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'SSP'
, 'list': 'Product listings'
, 'position': 9
, 'price': 4.92
}); ga('ec:addImpression', {
'id': '021109335CSS'
, 'name': 'Push rod tube 1.7-2.0 Aircooled Stainless Steel'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'KAEFER'
, 'list': 'Product listings'
, 'position': 10
, 'price': 8.58
}); ga('ec:addImpression', {
'id': '021109345A'
, 'name': ' Pushrod Seal, Between Tube & Case,1.7-2.0, Small [37]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 11
, 'price': 0.42
}); ga('ec:addImpression', {
'id': '021109349B'
, 'name': ' Pushrod Seal, Tube to Head, 1.7-2.0, Large 25.1 [37]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 12
, 'price': 0.42
}); ga('ec:addImpression', {
'id': '021109339'
, 'name': 'Retaining wire, push rods tube 1.7-2.0'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 13
, 'price': 6.42
}); ga('ec:addImpression', {
'id': '113109651A'
, 'name': 'Valve collet, all aircooled, WBX, Diesel and Golf 1100-1800'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 14
, 'price': 0.83
}); ga('ec:addImpression', {
'id': '021109641B'
, 'name': ' Retainer, valve spring, 1.7-2.0 [38]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 15
, 'price': 3.72
}); ga('ec:addImpression', {
'id': '021109623K'
, 'name': 'Valve Spring, Type4 1.7-2.0'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 16
, 'price': 4.17
}); ga('ec:addImpression', {
'id': '021109601'
, 'name': 'Inlet valve, 1.7 & 1.8 8/74-> (39.3mm x 8mm Stem)'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 17
, 'price': 5.42
}); ga('ec:addImpression', {
'id': '022109601'
, 'name': ' Inlet valve, 1.8, 8/73-7/74 (41x8mm) [39]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 18
, 'price': 8.74
}); ga('ec:addImpression', {
'id': '021109601A'
, 'name': 'Inlet valve, 2.0, 8/75-79 (37.5mm)'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 19
, 'price': 5.83
}); ga('ec:addImpression', {
'id': '022109612D'
, 'name': 'Exhaust valve, 1.7-2.0, 33mm'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 20
, 'price': 8.25
}); ga('ec:addImpression', {
'id': '022109612A'
, 'name': ' Exhaust valve, 1800cc, 34mm* [50]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 21
, 'price': 8.50
}); ga('ec:addImpression', {
'id': '021101403A'
, 'name': 'Valve Guide, Inlet, Type 4 Engine'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 22
, 'price': 3.36
}); ga('ec:addImpression', {
'id': '021101417A'
, 'name': 'Valve guide, exhaust, 9mm'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'IVAM'
, 'list': 'Product listings'
, 'position': 23
, 'price': 3.33
}); ga('ec:addImpression', {
'id': '022109443'
, 'name': 'Rocker arm, Inlet, 2.0 Aircooled 76-83, 10mm screw'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'VW'
, 'list': 'Product listings'
, 'position': 24
, 'price': 21.00
}); ga('ec:addImpression', {
'id': '022109463'
, 'name': '**NLA** Rocker arm, Exhaust, 2.0 Aircooled 76-83, 10mm scr'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 25
, 'price': 21.00
}); ga('ec:addImpression', {
'id': 'N0110077'
, 'name': 'M7 nut for 1.7-2.0 Type4 rocker shafts'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 26
, 'price': 0.25
}); ga('ec:addImpression', {
'id': '043109451'
, 'name': 'Valve screw, Best Quality ,1.2-1.6, 8/60-, 8mm'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 27
, 'price': 1.67
}); ga('ec:addImpression', {
'id': '022109451'
, 'name': 'Adjusting screw,valve,1.8-2.0 2.1DJ,1.9DG 89-, 10mm,NOT 1.7!'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 28
, 'price': 3.33
}); ga('ec:addImpression', {
'id': 'N0111525'
, 'name': ' Nut, 8mm valve adjuster+general use [10]'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': ''
, 'list': 'Product listings'
, 'position': 29
, 'price': 0.34
}); ga('ec:addImpression', {
'id': '028109453'
, 'name': 'Nut for 10mm valve adjusting screw'
, 'category': 'Bay Bus 1968-79/Bay Bus 1968-79 Type 4 Engine Parts - 1.7, 1.8 & 2.0 litre/Valvetrain, Pushrods & Camshaft'
, 'brand': 'VW'
, 'list': 'Product listings'
, 'position': 30
, 'price': 2.08
});
ga('send', 'pageview');
这与许多其他正常工作的页面相同,显然具有不同的产品数据 - 所以我想知道产品数据本身是否导致了问题。
我在GA Debug中看到的错误如下:
Error: type={0: "len", 1: 9199} method= message= account=
M.log
O
fc
pc
(anonymous function)
gc.(anonymous function).H
ad.(anonymous function).send
b.(anonymous function)
jf.R
jf.H
Z
(anonymous function)
(anonymous function)
(anonymous function)
最后三个匿名函数来自 ec.js,其余来自analytics_debug.js。
当然,所有这些都可能是转移注意力的事情,因为它来自调试而不是 GA 本身 - 但除了 Google 之外,我没有其他迹象表明存在问题,否认这些页面上有代码!
最佳答案
我也收到了同样的错误消息。
Error: type={0: "len", 1: 18608} method= message= account=
我在Stackoverflow上搜索了如何解决这个问题。而且我找到了一篇文章。您可能对此感兴趣。
文章说:
the limit for a http request to the Google Analytics endpoint is 8192 bytes - this is stated in the documentation for the measurement protocol (which is the basis for Universal Analytics)
为了避免这种限制,您可以限制展示数据以缩小 http 请求。读完这篇文章后,我将印象数据仅限于 ID 和品牌、价格。我排除了姓名数据。
您可以引用 Eike Pierstorff 撰写的 Stackoverflow 文章。 Google Analytics. Enhanced Ecommerce. Limit for product impressions
关于javascript - 某些页面上的 ga ("send"、 "pageview") 中的 Google Analytics 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28481589/
这里的这个问题对 updating Google Sheets charts linked to Google slides 有一个简洁的解决方案. function onOpen() { var
我正在尝试将 Google 表单添加到 Google 类作业中,但似乎不可能。 首先,它在这里 ( https://developers.google.com/classroom/reference/
出于某种原因,无论我做什么以及我如何尝试,这个日期格式化程序都不起作用。工具提示仍然显示错误的格式。你可以试试代码here . 在代码中我必须注释掉 formatter.format(dataTabl
我目前正在使用访问 token 和刷新 token 从 Google Analytics Reporting API (v4) 中提取数据。当我致力于自动从 Google Analytics 中提取数
我已在 Google 云端硬盘中创建了一个文件夹,例如测试一下,放入3个文件 a.jpg, b.jpg, c.jpg 我希望在同一帐户下的 Google 电子表格中访问文件,例如生成图像文件的链接,可
电子表格 A 是欢迎新移民来到我们小镇的团队的主数据源。它里面有大量非常敏感的数据,不能公开,哪怕是一点点。 (我们谈论的是 child 的姓名和出生日期以及他们在哪里上学……保证电子表格 A 的安全
有没有办法在 Google 文档中编写 Google Apps 脚本以从 Google 表格中检索仅限于非空白行的范围并将这些行显示为表格? 我正在寻找一个脚本,用于使用 Google Apps 脚本
有没有办法在 Google 文档中编写 Google Apps 脚本以从 Google 表格中检索仅限于非空白行的范围并将这些行显示为表格? 我正在寻找一个脚本,用于使用 Google Apps 脚本
尝试检索存储在 google firebase 中名为条目的节点下的表单条目,并使用谷歌工作表中的脚本编辑器附加到谷歌工作表。 我已将 FirebaseApp 库添加到谷歌表脚本编辑器。然后我的代码看
是否可以将我的 Web 应用程序的登录限制为仅限 google 组中的帐户? 我不希望每个人都可以使用他们的私有(private) gmail 登录,而只能使用我的 google 组中的用户。 最佳答
我们想使用 Google 自定义搜索实现 Google 附加链接搜索框。在谷歌 documentation , 我发现我们需要包含以下代码来启用附加链接搜索框 { "@context"
我想将特定搜索词的 Google 趋势图表添加到我的 Google Data Studio 报告中,但趋势不是数据源列表中的选项。我也找不到嵌入 JavaScript 的选项。是否可以将趋势图表添加到
是否可以将文件从 Google Drive 复制到 Google Cloud Storage?我想它会非常快,因为两者都在类似的存储系统上。 我还没有看到有关无缝执行此操作的任何方法的任何信息,而无需
之间有什么区别 ga('send', 'pageview', { 'dimension1': 'data goes here' }); 和 ga('set', 'dimension1', 'da
我正在尝试记录每个博客站点作者的点击率。 ga('send', 'pageview'); (in the header with the ga code to track each page) ga(
我设置了 Google Tag Manager 和 2 个数据层变量:一个用于跟踪用户 ID,传递给 Google Analytics 以同步用户 session ,另一个用于跟踪访问者类型。 在使用
我在我们的网站上遇到多个职位发布的问题。 我们在加拿大多个地点提供工作机会。所有职位页面都包含一个“LD+JSON ”职位发布的结构化数据,基于 Google 的职位发布文档: https://dev
公司未使用 Google 套件,使用个人(消费者)帐户(甚至是 Google 帐户)违反公司政策。 需要访问 Google Analytics - 没有 Google 帐户是否可能? 谢谢 最佳答案
我想分析人们使用哪些搜索关键字在 Play 商店中找到我的应用。 那可能吗?我怎么能这样做? 最佳答案 自 2013 年 10 月起,您可以关联您的 Google Analytics(分析)和 Goo
Google Now 和 Google Keep 中基于时间和位置的提醒与 Google Calendar 事件提醒不同。是否有公共(public) API 可以访问 Now 和 Keep 中的这些事
我是一名优秀的程序员,十分优秀!