fromholdio/silverstripe-superlinker-redirection-utm
最新稳定版本:1.0.1
Composer 安装命令:
composer require fromholdio/silverstripe-superlinker-redirection-utm
包简介
Adds UTM tracking parameters to Silverstripe Superlinker Redirection targets
README 文档
README
Adds optional UTM tracking parameters to sitetree and file targets in fromholdio/silverstripe-superlinker-redirection.
Requirements
- Silverstripe CMS 5.2 or 6
fromholdio/silverstripe-superlinker-redirection3 or 4
Installation
composer require fromholdio/silverstripe-superlinker-redirection-utm
Run dev/build after installation so the UTM fields are added to redirection records.
Usage
The module adds a "UTM tracking parameters" field group to redirection links whose target type is "Page on this website" or "Download a file". Entered values are appended to the generated destination URL as:
utm_sourceutm_mediumutm_campaign
Values are trimmed and spaces are converted to underscores before being stored. Query parameter values are encoded before being appended to the URL.
Configuration
UTM fields and URL output are enabled by default. To disable them:
Fromholdio\SuperLinkerRedirection\Model\RedirectionSuperLink: enable_utm_parameters: false
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2026-05-02