10+
安裝啟用
—
尚無評分
3984 天前
最後更新
—
問題解決
WordPress 3.8+ v0.5.0 上架:2014-12-11
內容簡介
在新窗口打開外部連結並使用 GA 追踪
使用方法
啟用後,您網站上的所有外部連結都會在新窗口中打開,如果啟用了 Google Analytics 就會被追踪。如果您不希望顯示追踪和在新窗口中打開連結,請在 anchor 標籤中添加 .no-track 或 .internal 屬性。
範例:
<a href=”http://google.com” class=”no-track”>Google</a>
外掛標籤
開發者團隊
原文外掛簡介
Open outbound links in a new window and track using GA
Usage
After activation, all external anchor links on your site will open in a new window and will be tracked if Google Analytics is enabled. If you do not want a link to be tracked and open in a new window, add .no-track or .internal to your anchor tag.
Example:
Google
