(tracking) add UTM parameters to shared document links

Add utm_source=docssharelink and utm_campaign={docId} query parameters
to shared document links (copy link and invitation emails).

Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
Chaïb Martinez
2026-02-18 15:40:16 +01:00
committed by Anthony LC
parent fa0c3847e4
commit c0994d7d1f
4 changed files with 25 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to
### Added
- ✨(tracking) add UTM parameters to shared document links
- ✨(frontend) Can print a doc #1832
- ✨(backend) manage reconciliation requests for user accounts #1878
- 👷(CI) add GHCR workflow for forked repo testing #1851