[WordPress] 外掛分享: UTM Switcher

WordPress 外掛 UTM Switcher 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「UTM Switcher」是 2016-05-17 上架。
  • 目前有 50 個安裝啟用數。
  • 上一次更新是 2016-05-18,距離現在已有 3273 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.3 以上版本才可以安裝。
  • 有 4 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

punchrockgroin |

外掛標籤

UTM | utm-switcher |

內容簡介

UTM Switcher

UTM Switcher 是一款強大的工具,可幫助您追蹤訪問者來自何處,並根據 url 中的 utm_source GET 變量修改頁面元素。它會記錄訪問者最初登陸的位置,並主動變更整個網站的目標元素以符合該來源。

跟進您的銷售機會

在數位營銷中,很難弄清楚哪個渠道能夠取得最好的效果:是 Adwords、Facebook 付費廣告、部落格還是其他東西。因此,一些公司使用具有不同電話號碼的登陸頁面來跟踪潛在客戶的來源。但是,典型客戶在跟隨任何行動之前會在網站上進行多次互動。他們可能會點擊幾個頁面後作出決定。這就是 UTM Switcher 發揮作用的地方。

它是如何運作的?

UTM Switcher 使用 cookies 使您的銷售機會相關的內容在所有頁面上保持一致。這些 cookies 只有在關閉網站時才會被刪除。它可以在所有 WordPress 網站上運作,並具有與 Contact Form 7 和 Contact Form DB 的整合。存儲的信息從 URL 的 GET 變量 utm_source、utm_medium 和 utm_campaign 中提取。

當 UTM Switcher 使用 jQuery 找到匹配的 DOM 元素時,它會將該元素的內容替換為提供的內容。每個 Switcher 可以設置成匹配 URL 中特定的 utm_source 或存儲為 cookie 值到指定的 DOM 元素。例如,如果 utm_source 值是 Facebook,則將值更改為 1234,如果 utm_source 值是 Twitter,則將目標元素更改為 4321。每個 Switcher 也可以設置為用於調用跟踪插件的 tel:anchor tag 替換值。

您可以在此處閱讀有關調用跟踪插件的更多信息。

推薦的 PHP 版本

PHP 版本 5.4 或更高

所需外掛程式

推薦的外掛程式

Contact Form 7 - 如果選擇, UTM 信息可以在您的表單電子郵件中發送。此信息包括從初始 URL GET 變量 utm_source、utm_medium 和 utm_campaign 中獲取的信息。這些值隨後通過短碼傳遞到電子郵件,例如 [utm-100]

Contact Form DB - 此擴展程序不是必需的,但我們建議使用它。

用法

在 UTM Switchers 下,點擊新增

輸入標識符 - 這僅供內部使用。您可以使用它來跟踪轉換執行的操作

輸入一個選擇器(#ID 或 .classname 或其他選擇器),以定位要更改的元素。此字段使用jQuery 語法

選擇類型。電話號碼元素會使用帶有 tel:屬性的錨鏈替換整個元素。文本替換將替換上面元素中的所有文本

在 UTM Source Switchers 下點擊“添加 Switcher”。 Campaign Source 字段中匹配的值到 utm_source GET 變量將使用 Replacement Value 字段中的值替換上述選擇器的內容。HTML 可以使用。您可以為不同的 UTM Sources 添加多個 switches

點擊發佈

貢獻

如需報告任何錯誤或提供功能,請使用我們的GitHub 存儲庫

更新

此外掛程式的基本結構是從WordPress-Plugin-Boilerplate克隆的。

原文外掛簡介

UTM Switcher
The UTM Switcher is a powerful tool to help you track where your site visitors are coming from and modify page elements based upon a utm_source GET variable in a url. It notes where a site visitor first lands, and then proactively changes targeted elements across your entire website to match that source.
Keep track of your leads
In digital marketing, it can be difficult to figure out which of your channels is getting the best results: whether it’s Adwords, facebook paid advertising, blogging, or something else. For this reason, some companies use landing pages with different phone numbers to track the source of a lead. However, typical customers have multiple interactions with a site before following any call to action. They may click through several pages before making a decision. That’s where UTM Switcher comes in.
How it works
UTM Switchers uses cookies to keep your lead-specific content consistent across all pages. The cookies are only destroyed once the website is closed. It works with all WordPress sites and features integrations with Contact Form 7 and Contact Form DB. The information stored is taken from the URL’s GET variables utm_source, utm_medium, and utm_campaign
When a UTM Switcher finds a matching DOM element using jQuery, it replaces the content of that element with the value supplied in the switch. Each Switcher can be set to match a specific utm_source in the URL or stored as a cookie value to the specific DOM element. An example of this is if the utm_source value is Facebook change the value to 1234 and if the utm_source value is Twitter change the targeted element to 4321. Each Switcher can also be set to replace the value with a tel: anchor tag for use with a call tracking plugin.
You can read more about the call tracking plugin here.
Recommended PHP Version
PHP 5.4 or greater
Required plugins
None
Recommended plugins
Contact Form 7 – If you choose, the UTM information can be sent in your form email. This information will include the information gathered from the initial URL GET variables utm_source, utm_medium, and utm_campaign. These values are then passed along to the email via a shortcode, e.g. [utm-100]
Contact Form DB – This extension is not required, but we do recommend it.
Usage

Under UTM Switchers, click Add New

Enter an Identifier — this is for internal use only. You could use it to keep track of what the switch does

Enter an selector (an #ID or .classname or other selector) to target. This field uses jQuery syntax

Choose the Type. Phone Number Element will replace the whole element with an anchor link with a tel: attribute. Text replacement replaces all text in the above element

Click “Add Switcher” under UTM Source Switchers. A matching value in the Campaign Source field to the utm_source GET variable will replace the above selector’s content with the value in the Replacement Value field. HTML can be used. You may add multple switches for different UTM Sources

Click Publish.

Contribute
To report any bugs, or to offer features, please use our GitHub repository
Updates
The basic structure of this plugin was cloned from the WordPress-Plugin-Boilerplate project.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「UTM Switcher」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | trunk |

延伸相關外掛(你可能也想知道)

  • HandL UTM Grabber / Tracker 》WordPress UTM Tracker Plugin, 經由此外掛即可擷取與追蹤所有 UTM 變數、gclid(以及更多)當使用者進入您網站的任何頁面(您 WP 安裝的任一頁面)時:此外...。
  • Easy UTM Tracking with Contact Form 7 》這是一個簡單的 WordPress 外掛,讓您能夠輕鬆追蹤您在聯繫表格 7 上的 UTMs,只需啟用一個點擊。, 您可以收到每個潛在客戶電子郵件中的 UTM 參數和參考網址...。
  • UTM Tracker 》當傳遞UTM參數、GCLID及其他參數到你的網站時,此外掛會透過瀏覽器cookie儲存這些資訊30天。, 然後這些資訊可自動加入到你的網站任何產生Lead的表單中,此外...。
  • UTM for Woocommerce 》- UTM for WooCommerce 是一個功能強大的外掛,旨在提高您對於顧客獲取渠道的理解程度,提升 WooCommerce 分析能力。, - 這款不可或缺的工具解決了在 Google ...。
  • UTMs Carry Pages 》當使用者進入您的網站時,此外掛將捕獲所有 UTM 變數,並添加所有 UTM 參數(僅接受最常用的 UTMS:utm_source、utm_medium、utm_term、utm_content、utm_cam...。
  • UTM Leads Tracker – XLPlugins 》UTM Lead Tracker 可以協助您發現哪些行銷活動真正有利可圖,哪些浪費您的時間和金錢。此外,UTM Lead Tracker 可以紀錄潛在客戶的來源,並顯示在 WordPress ...。
  • UTM Event Tracker and Analytics, UTM Grabber

    概括:

    ,
      ,
    • 這個外掛可以輕鬆追蹤事件並使用 UTM 參數、fbclid、gclid 來分析數據。無論您是在監控點擊率、衡量廣告...。
    • Campaign URL Builder 》此外掛可用於產生網址追蹤工具與短網址。, 請輸入您的廣告系列名稱、來源、媒介等(UTM URL), 便可同時產生完整網址及短網址(透過 Google URL 縮短器 API)...。
    • UTM tags + Landing page + "gclid" tracking for Contact Form 7 》這個外掛會在使用者第一次訪問時將 UTM 標籤、參考來源(如 google.com 等)和著陸頁面(第一個頁面)儲存在 cookies 中,在 CF7 提交後將所有資訊加入郵件正...。
    • UTM Manager – The Best UTM Leads Tracker 》```html, , , , UTM Manager WordPress Plugin, , , ,...。
    • Source Medium Tracker for Contact Form 7 》總結:Contact Form 7 Source Medium Tracker 是一個 WordPress 外掛,能夠捕捉網站訪客的來源和媒介,並將這些資訊包含在透過 Contact Form 7 表單提交的內...。
    • Source Tracking for Contact Form 7 》這是一個簡單的外掛程式,讓您在 CF7 表單中追蹤來源、媒介、活動和關鍵字等資訊。, 這個外掛程式會將從 URL 傳入的任何 UTM 值儲存在 cookies 中,讓使用者...。
    • UE Tracker – UTM Track and Analyze Leads For Elementor 》詳細資料:, 了解哪些營銷活動實際上是有利可圖的,哪些只是浪費你的時間和金錢。UE Tracker – UTM Track and Analyze Elementor Leads by Gemplan 外...。
    • UTM Generator 》UTM Generator 外掛能夠方便地為您的網站 URL 添加活動參數,以便您可以跟蹤您的自訂活動。這些活動參數可以是活動名稱、來源、媒介等等,當您按下生成按鈕時...。
    • AdTrails UTM Grabber 》AdTrails UTM Grabber for CF7 可將 UTM 數據插入表單提交中,以進行投資回報率分析,若您正在尋找 Gravity Forms、WP Forms 和 Ninja Forms 相容性呢?我們...。

文章
Filter
Mastodon