注意:本文內容不適用於支援
共用範本的帳戶。在內含共用範本的帳戶中,Clickserver 網址一律會包含最終到達網址 (包括該網址或網址範本中定義的所有靜態和動態參數),以及 Search Ads 360 追蹤活動所需的網址參數。引擎帳戶必須負責確保網址範本和到達網頁網址中所指定的網址參數順序不變。
以下是您可為引擎帳戶選擇的參數處理選項。
不確定要選擇哪個選項嗎?請參閱 Clickserver 網址的參數處理方式總覽。
選項 |
說明 |
只包含動態參數 (預設) |
Search Ads 360 會將關鍵字到達網頁網址中使用動態參數的查詢字串複製起來,附加到 Clickserver 網址中。
Search Ads 360 會分別保留動態查詢字串和靜態查詢字串的順序。
範例:
-
您為關鍵字建立下方的到達網頁網址:
https://www.example.com?staticQuery=1&dynamic={MatchType}&anotherStaticQuery=2
- Search Ads 360 產生並導入下方的 Clickserver 網址 (請注意,系統只加入了動態參數):
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2&dynamic={MatchType}
-
客戶點擊廣告後,引擎提供 {MatchType} 的值,然後重新導向至 Clickserver 網址:
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2&dynamic=b
-
Search Ads 360 重新導向至下方的最終到達網頁網址;該網址會改用引擎提供的值,並分別保留靜態和動態查詢字串的順序:
https://www.example.com?staticQuery=1&anotherStaticQuery=2&dynamic=b
|
包含所有參數 (非完整網址) |
Search Ads 360 會將關鍵字到達網頁網址中使用動態和靜態參數的查詢字串複製起來,附加到 Clickserver 網址中。
Search Ads 360 會保留所有查詢字串的順序。
範例:
-
您為關鍵字建立下方的到達網頁網址:
https://www.example.com?staticQuery=1&dynamic={MatchType}&anotherStaticQuery=2
- Search Ads 360 產生並導入下方的 Clickserver 網址 (請注意,系統同時加入了靜態參數和動態參數,加入的順序與到達網頁網址中的順序相同):
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2?staticQuery=1&dynamic={MatchType}&anotherStaticQuery=2
-
客戶點擊廣告後,引擎提供 {MatchType} 的值,然後重新導向至 Clickserver 網址:
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2?staticQuery=1&dynamic=b&anotherStaticQuery=2
-
Search Ads 360 重新導向至下方的最終到達網頁網址;該網址會改用引擎提供的值,並分別保留靜態和動態查詢字串的順序:
https://www.example.com?staticQuery=1&dynamic=b&anotherStaticQuery=2
|
包含完整網址 (未經編碼) |
Search Ads 360 會將整個到達網頁網址複製到 ds_dest_url. 查詢字串中。Search Ads 360 會保留所有查詢字串的順序。
重要注意事項:
如果您套用這個選項的關鍵字到達網頁不含任何查詢字串,請務必在每個到達網頁網址的結尾處加上「?」。這樣一來,第三方工具只要正確地運用 & 符號,就能附加其他自訂參數。
範例:
-
您為關鍵字建立下方的到達網頁網址:
https://www.example.com?staticQuery=1&dynamic={MatchType}&anotherStaticQuery=2
-
Search Ads 360 產生並導入下方的 Clickserver 網址:
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2&ds_dest_url=https://
www.example.com?staticQuery=1&dynamic={MatchType}&anotherStaticQuery=2
-
客戶點擊廣告後,引擎提供 {MatchType} 的值,然後重新導向至 Clickserver 網址:
https://clickserve.dartsearch.net/link/click?lid=43700001234567890&ds_s_kwgid=58700000012345678
&ds_e_adid={AdId}&ds_url_v=2&ds_dest_url=https://
www.example.com?staticQuery=1&dynamic=b
&anotherStaticQuery=2
-
Search Ads 360 重新導向至引擎在 ds_dest_url 查詢字串中所指定的網址:
https://www.example.com?staticQuery=1&dynamic=b&anotherStaticQuery=2
|