From 3409cd611031377ca12c27c200537b4207d5cb8a Mon Sep 17 00:00:00 2001 From: Benaka Date: Tue, 27 Mar 2018 17:09:16 -0700 Subject: Add changelog entry for getCrossDomainLinkingUrlParameter(). (#12660) * Add changelog entry for getCrossDomainLinkingUrlParameter(). * add link to faq --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e21360dbc..3c8c487be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)* * A new event `API.Request.intercept` has been added which allows plugins to intercept API requests to perform custom logic, overriding the original API method. * A new event `Request.shouldDisablePostProcessing` has been added which allows plugins to disable DataTable post processing for individual API requests. * A new event `SitesManager.shouldPerformEmptySiteCheck` has been added to allow plugins to disable the empty site check for individual sites. +* A new JavaScript tracker method `getCrossDomainLinkingUrlParameter` has been added so you can add cross domain tracking capability to dynamically created links. [Learn here how to append the result to said links' URLs, see the section "Advanced: Handling Dynamically Generated Links"](https://matomo.org/faq/how-to/faq_23654/) ## Matomo 3.3.0 -- cgit v1.2.3