开发者 | AdnanBuksh |
---|---|
更新时间 | 2025年8月10日 02:56 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
or install via Plugins → Add New.UTM tracking identifies where your website visitors and leads come from. By adding UTM parameters such as utm_source
or utm_campaign
to your links, you can measure campaign performance in detail.\
Example: You can see if a lead came from Google Ads, Facebook, or an email newsletter. This plugin automatically captures that data in Contact Form 7 submissions — no manual work required.
https://example.com/?utm_source=google&utm_medium=cpc&utm_campaign=summer_sale&utm_id=12345
Yes. The plugin stores campaign values in cookies when a visitor first arrives, so even with popular caching plugins (e.g., WP Rocket, LiteSpeed, W3 Total Cache), the data is preserved until the form is submitted.
The plugin supports all common UTM parameters and the newer Campaign ID (utm_id
):
utm_source
– Traffic source (e.g., google, facebook, newsletter)utm_medium
– Marketing medium (e.g., cpc, email, display)utm_campaign
– Campaign name (e.g., summer_sale, product_launch)utm_term
– Paid keywordutm_content
– Ad variation or content labelutm_id
– Campaign ID for platforms like Google AdsBy default, campaign values are stored for 30 days. This helps track leads who convert later. The duration can be changed with a simple code snippet — see the Developer Documentation.
Yes. Businesses and agencies can see exactly which campaigns, ads, or sources generate form submissions. This makes it easier to allocate ad spend to the highest-performing channels.
Yes. The plugin stores only non-personal UTM values in cookies. No personal data is collected or transmitted. However, update your privacy policy to mention UTM cookie usage.
No. The plugin is lightweight, uses minimal JavaScript, and does not add heavy assets. It’s fully compatible with high-performance hosting and caching setups. If you need extra functionality beyond UTM tracking — like custom reporting, integrations, or automation — I offer custom plugin development for WordPress.
utm_id
(Campaign ID) support