From 197cc3fef7ceb5f8d8e559eca35cdc0b96ce8e83 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Thu, 25 Jan 2024 15:09:33 +0100 Subject: [PATCH] [TASK] Release preparations --- Documentation/Technical/Analysis/Index.md | 17 +++++++++-------- Documentation/Technical/Changelog/Index.md | 1 + ext_emconf.php | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Documentation/Technical/Analysis/Index.md b/Documentation/Technical/Analysis/Index.md index 68d58a62..3f29da92 100644 --- a/Documentation/Technical/Analysis/Index.md +++ b/Documentation/Technical/Analysis/Index.md @@ -135,16 +135,17 @@ in this item. With the help of UTM parameters, you can track the performance of your online marketing campaigns. As soon as there is any tracking parameter available, LUX will save those parameters to a lead. +In addition to UTM parameters, you can now also use MTM parameters (compatible to Matomo) if this fits your needs more. Available parameters: -| Title | example value | Description | -|-------------|------------------|--------------------------------------------------------------------------------------------| -| Campaign | `&utm_campaign=` | Name of your campaign | -| Campaign ID | `&utm_id=` | ID of your campaign (similar to utm_campaign - e.g. "campaign2023a") | -| Source | `&utm_source=` | Source of this visit (e.g. "email", "google", "facebook", "linkedin", etc...) | -| Medium | `&utm_medium=` | The medium that led to the visit (e.g. "mail", "browser", "iphone app", "qr code", etc...) | -| Term | `&utm_term=` | Optional: e.g. a search term for google ads | -| Content | `&utm_content=` | Optional: e.g. the name of the google ad that was delivered | +| Title | UTM key | MTM key | Description | +|-------------|------------------|:-----------------|--------------------------------------------------------------------------------------------| +| Campaign | `&utm_campaign=` | `&mtm_campaign=` | Name of your campaign | +| Campaign ID | `&utm_id=` | `&mtm_cid=` | ID of your campaign (similar to utm_campaign - e.g. "campaign2023a") | +| Source | `&utm_source=` | `&mtm_source=` | Source of this visit (e.g. "email", "google", "facebook", "linkedin", etc...) | +| Medium | `&utm_medium=` | `&mtm_medium=` | The medium that led to the visit (e.g. "mail", "browser", "iphone app", "qr code", etc...) | +| Term | `&utm_term=` | `&mtm_kwd=` | Optional: e.g. a search term for google ads | +| Content | `&utm_content=` | `&mtm_content=` | Optional: e.g. the name of the google ad that was delivered | If there are parameters saved in your LUX, you can analyse the leads to them in this module. All diagrams are reacting to your filter settings. Of course, you can also use the CSV download if you want to. diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index 192b38e7..d1ef10dd 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -27,6 +27,7 @@ Double check if you have cleared all caches after installing a new LUX version t | Version | Date | State | TYPO3 | Description | |------------|------------|----------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 34.2.0 | 2024-01-25 | Featrue | `11.5 + 12.4` | Support MTM-Parameters in addition to UTM-Parameters now | | 34.1.0 | 2024-01-16 | Task | `11.5 + 12.4` | Small style bugfix in summary mails, update documentation | | 34.0.3 | 2023-11-21 | Bugfix | `11.5 + 12.4` | Prevent db compare error in UTM table | | 34.0.2 | 2023-09-29 | Bugfix | `11.5 + 12.4` | Fix some typos for CKEditor plugin functionality in TYPO3 12 | diff --git a/ext_emconf.php b/ext_emconf.php index e4950c9d..3de34195 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'description' => 'Living User Experience - LUX - the Marketing Automation tool for TYPO3. Turn your visitors to leads. Identification and profiling of your visitors within your TYPO3 website.', 'category' => 'plugin', - 'version' => '34.1.0', + 'version' => '34.2.0', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',