我正在寻找常见跟踪像素提供商/域(尤其是来自 GTM 的)的数据库/列表,例如:
- cm.g.doubleclick.net/pixel
- http://www.google-analytics.com/r/collect
- adroll.com
我正在寻找常见跟踪像素提供商/域(尤其是来自 GTM 的)的数据库/列表,例如:
- cm.g.doubleclick.net/pixel
- http://www.google-analytics.com/r/collect
- adroll.com
我认为您的问题集中在跟踪网络浏览器中的像素;你没有指定。
为了阻止电子邮件消息中的远程资源 (img、embed、a、链接等),我一直在使用 little snitch:https ://www.obdev.at/products/littlesnitch/index.html
我喜欢电子邮件中的图片,所以我想阻止那些不会导致我的邮件发生明显变化的远程资源。如果被阻止的域导致我的电子邮件发生明显变化,我删除了域阻止规则。
这是迄今为止我通过4 天的像素跟踪域收获实验捕获的域列表。
重要提示:此列表允许可见的远程资源通过它仍然可以用于跟踪*,但无论如何跟踪像素有一种错误的安全感是很有趣的。
以下是商品:
force.com port 443 (https)
my.salesforce.com port 80 (http)
ib.anycast.adnxs.com port 80 (http)
responsys.hs.llnwd.net port 443 (https)
ink1001.com port 80 (http)
tag.yieldoptimizer.com port 443 (https)
dge9rmgqjs8m1.cloudfront.net port 443 (https)
a5.mzstatic.com port 80 (http)
a2.mzstatic.com port 80 (http)
t.sigopn03.com port 80 (http)
log.dmtry.com port 80 (http)
t.email.vistaprint.com port 80 (http)
click.icptrack.com port 80 (http)
staticapp.icpsc.com port 443 (https)
em.autopilotmail.io port 80 (http)
c940564.ssl.cf2.rackcdn.com port 443 (https)
r20.rs6.net port 80 (http)
contentz.mkt3422.com port 80 (http)
f0.bcbits.com port 80 (http)
static.cdn.responsys.net port 80 (http)
t.signauxdeux.com port 80 (http)
trk.kissmetrics.com port 80 (http)
click.kiuwan.com port 80 (http)
via.intercom.io port 443 (https)
marketing.intercomassets.com port 443 (https)
祝你好运!
*任何远程 html 资源都可用于第 3 方跟踪目的。喜欢:
<a src="*" />
<embed src="*" />
<script src="*" />
<link href="*" />
编辑:代码格式