Skip to content
Snippets Groups Projects
Commit 0b3538e5 authored by std-odoo's avatar std-odoo
Browse files

[FIX] link_tracker: add a system parameter to disabled the tracking


Bug
===
If you send a URL (which will be transformed into a link tracker) to
an external website (e.g. in mass mailing, social, ...), the UTM values
will be added in the GET parameters of the URL.

The external website might crash if those parameters are not supported
by it.

We want to add a system parameter `link_tracker.no_external_tracking`
to be able to not add those UTM values in the redirected URL.

This is done only for external website, because it will never be an
issue if the URL redirect to Odoo.

Task-2657413

closes odoo/odoo#77493

Signed-off-by: default avatarawa-odoo <awa-odoo@users.noreply.github.com>
parent cbf0045f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment