• Resolved Anonymous User 12905264

    (@anonymized-12905264)


    Hello,

    How can I completely deactivate the “e-mail opening tracker” as well as the link tracker?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    Disable Email Open Tracking

    add_filter('fluentcrm_disable_email_open_tracking', '__return_true');

    Disable Email Link Clicks and short URLs

    add_filter('fluentcrm_track_click', '__return_false');

    Thread Starter Anonymous User 12905264

    (@anonymized-12905264)

    Thanks for the answer!
    Glad that it is so easy to disable tracking.

    Have you any resources how the tracking works, when activated?
    What exactly is stored? Is the data being anonymized?

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Deactivate E-Mail tracking’ is closed to new replies.