We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45cb24 commit bd0ce7dCopy full SHA for bd0ce7d
public_html/lists/config/config_extended.php
@@ -635,10 +635,9 @@
635
636
// Click tracking
637
// If you set this to 1, all links in your emails will be converted to links that
638
-// go via phpList. This will make sure that clicks are tracked. This is experimental and
639
-// all your findings when using this feature should be reported to mantis
640
-// for now it's off by default until we think it works correctly
641
-define('CLICKTRACK', 0);
+// go via phpList. This will make sure that clicks are tracked. Default: 1
+// If you disable a URL conversion, set to 0.
+define('CLICKTRACK', 1);
642
643
// Click track, list detail
644
// if you enable this, you will get some extra statistics about unique users who have clicked the
0 commit comments