Skip to content

Commit

Permalink
Merge tag '34.2.0' into develop
Browse files Browse the repository at this point in the history
Tagging version 34.2.0 34.2.0
  • Loading branch information
einpraegsam committed Jan 25, 2024
2 parents 199234a + 136c3c4 commit b29ade2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
17 changes: 9 additions & 8 deletions Documentation/Technical/Analysis/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions Documentation/Technical/Changelog/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]',
'author_company' => 'in2code.de',
Expand Down

0 comments on commit b29ade2

Please sign in to comment.