【发布时间】:2012-10-13 20:05:38
【问题描述】:
例如,我有一个短链接管理器,它重定向到其他页面(我将调用此目标页面)并且有点像http://myredirector.com/343uj
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://destination-page.com">
</head>
<body>
You are being redirected to <a href="http://destination-page.com">Destination Page</a>...
</body>
</html>
我的问题是当我看到 http://destination-page.com 的分析报告时,我的短链接管理器 (http://myredirector.com) 中没有注册的页面过程
【问题讨论】:
标签: redirect google-analytics http-redirect