什么是“其他引发剂”?在Chrome控制台的网络? [英] What is "initiator other" in network in chrome console?

查看:107
本文介绍了什么是“其他引发剂”?在Chrome控制台的网络?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当有人在我们的网站上转换以进行报告和分析时,我会触发图像标签:

I fire an image tag when someone converts on our website for reporting and analytics:

<img src="https://example.evyy.net/conv/?somechannel=cats&cid=3790&oid=123&cat1=premium&sku1=123&qty1=1&amt1=456&custid=qbc" />

昨天我们注意到流量下降了。为了进行调试,我访问了该站点并进行了注册,并打开了控制台的网络标签。

We noticed traffic decline yesterday. To debug I visited the site and signed up, with the console open network tab.

我在过滤器框中输入了 evyy,我看到了3个订单项。

I typed "evyy" into the filter box and I see 3 line items for my tag.

这是什么意思?不应只有1个订单项?其中一项的状态为302,其他两项的状态为200。

What does this mean? Should there not be just 1 line item? One item has a 302 status and the other two a status of 200. That's good right?

附有屏幕。这看起来正确吗?我可以查看网络标签中是否有任何细化信息,以查看跟踪方面是否存在问题?

Screen attached. Does this look "right"? Is there any drill down in the network tab I can look at to see if there is a problem on our end with tracking?

推荐答案

发起方其他通常表示网络请求是由用户而不是Chrome,重定向或

"Initiator Other" usually means the network request was made from a user, not from Chrome, a redirect or a script.

当某人单击一个按钮时,该请求被激发(这就是您的分析可能正在跟踪的内容)。您可以在Chrome DevTools文档中详细了解

The request was fired when someone clicked a button (this is what your analytics is probably tracking). You can read more about this in the Chrome DevTools docs.


发起者:发起请求的对象或进程。它可以具有以下值之一:

Initiator: The object or process that initiated the request. It can have one of the following values:


  1. 解析器-Chrome的HTML解析器发起了请求。

  1. Parser - Chrome's HTML parser initiated the request.

重定向-HTTP重定向发起了请求。

Redirect - A HTTP redirect initiated the request.

脚本-发起了脚本

其他-其他一些过程或操作启动了该请求,例如用户通过链接导航到页面或通过输入


已发出请求按照您看到的顺序,第一个收到了 302 响应,其中说:嘿,转到这个新的URL。这就是(可能)为什么第二个请求发出了,为什么得到了200。第三个请求也可能是通过单击按钮来实现的。对我来说很好。

The requests are made in the order you see, the first received the 302 response which said, "hey, go to this new url". That's (probably) why the second request was made, which got the 200. The third was probably from clicking on the button too. Looks fine to me.

这篇关于什么是“其他引发剂”?在Chrome控制台的网络?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆