# Install this plugin
npm install @pinelab/vendure-plugin-utm-tracker
Changelog for vendure-plugin-utm-tracker
1.3.1 (2026-01-06)
- Fix type error in
getCampaignDisplayName - Fixed typo in UI
1.3.0 (2026-01-06)
- Allow setting a custom display name for a campaign.
1.2.2 (2025-11-13)
- Documentation update
1.2.1 (2025-11-06)
- Updated official documentation URL
1.2.0 (2025-10-30)
- Added UI to view UTM parameters on the order detail page.
- Added U-Shaped Attribution model.
- Reversed orders of UTM parameters in API: Most recent parameters are now first.
1.1.1 (2025-10-27)
- Add
utm-util.jsfile to the README.md
1.1.0 (2025-10-24)
- Allow adding bulk UTM parameters to an order, and de-duplicate parameters on the backend.
- Allow passing
connectedAtdate from client, because UTM parameters are saved on the client first
1.0.0 (2025-10-23)
- Initial release