
內容簡介
此工具將掃描指定域名的連結,查找以下列出的查詢字串變數,並確保使用適當的值進行更新。這些值可以通過以下方式定義:
發布/頁面設置
URL
客戶端 Cookie
服務器會話緩存
默認值(在全局管理員中)
以上列表顯示了優先順序– 簡而言之,文章/頁面的設置將忽略通過 URL 設置的不匹配值。注意:此處理僅適用於通過 the_content() 輸出的內容(包括頁面和文章)。
例如,如果域名是 www.wordpress.org,定義的查詢字串變數是「affiliateID」和「trafficSource」,那麼任何指向 www.wordpress.org 的鏈接都將附加 affiliateID 和 trafficSource 查詢字串變數。如果它們已經在鏈接的 URL 中,它將更新那些變數為正確的值。
要求
外掛標籤
開發者團隊
② 後台搜尋「Attribution Query String Manager」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
This tool will scan links with the specified domains for the query string variables listed below and ensure that they are updated with the appropriate values. These valued can be defined by:
Post/Page settings
URL
Client Side Cookie
Server Session Cache
Defaults (in the global admin)
The list above indicates the order of override – in short, settings for a post/page will cause mismatching values set via url to be ignored. Note: This processing will only apply to material output via the_content() (this includes pages & posts).
For example – if the domain is www.wordpress.org and the query string variables defined are “affiliateID” and “trafficSource”, any links to www.wordpress.org would have the affiliateID & trafficSource query string variables appended. If they are already in the link’s url, it will update those variables to the correct values.
Requirements
