| 开发者 | Atlas_Gondal |
|---|---|
| 更新时间 | 2026年6月27日 16:13 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
?p=123) or a #fragment are handled correctly — parameters are merged, never duplicated.utm_id, utm_source_platform, utm_creative_format and utm_marketing_tactic — alongside the classic utm_source, utm_medium, utm_campaign, utm_term and utm_content.
For power users and agencies
easy-utm-builder/v1).wp utm build https://example.com --source=newsletter --medium=email --campaign=spring_sale.easy-utm-builder folder to /wp-content/plugins/.UTM parameters are tags you add to a URL so analytics tools (like Google Analytics) can report where your traffic came from. The three most common are utm_source (e.g. newsletter), utm_medium (e.g. email) and utm_campaign (e.g. spring_sale).
Source, Medium and Campaign are recommended for meaningful reporting, so the builder highlights them. Term and Content (and the GA4 extras) are optional.
Yes. The classic UTM parameters work with every Analytics version, and you can enable the GA4 / Google Ads extras (utm_id, utm_source_platform, utm_creative_format, utm_marketing_tactic) from the Settings tab.
Yes. The Single / External URL tab works with any URL you paste, on any domain.
No. It only generates links for you to copy or export. It never edits your content, changes permalinks, or adds redirects, and it outputs nothing on the front end.
No. If a URL already contains a query string or a #fragment, the parameters are merged in correctly rather than appended with a second ?.
Yes — every value is percent-encoded. You can also choose to lowercase values and/or replace spaces with a hyphen or underscore, but only if you turn those options on.
Exports are streamed directly to your browser as a download. Unlike older versions, nothing is written to your uploads directory, so there are no leftover, publicly accessible files.
Yes. The Bulk builder lists every public post type, plus options to target all content at once.
No. The plugin loads only on its own admin screen (and the block editor panel). It adds no scripts, styles, or queries to your front end.
No personal data. It saves only your own preferences — default values, presets and recently used campaign values — in a single option, which is removed when you uninstall.
Yes. There's a REST API (easy-utm-builder/v1) and a WP-CLI command (wp utm build). See the plugin's developer documentation for details.
WordPress 5.6 or higher and PHP 7.4 or higher.