比如我有一個重定向到其他頁面短鏈路管理器(我將這個目的地頁),猶如bitly http://myredirector.com/343uj追蹤谷歌分析短URL重定向
<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)註冊
感謝您@Eduardo – utiq
@utiq你的反應,如果它回答您的問題,那麼你應該標記的答案是正確的。 – Eduardo
謝謝@Eduardo,但你的回答沒有迴應我的問題。我給你一點。 – utiq