• Resolved hudsontek

    (@hudsontek)


    I’m turning off tracking in emails (opens and link clicks) for better deliverability. Can someone tell me what disabling email click tracking will do. Is this referring to the SmartLinks feature?

    add_filter(‘fluentcrm_track_click’, ‘__return_false’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nazir Himel

    (@nazimel)

    Hi @hudsontek, Link tracking refers to general link tracking. FluentCRM will stop tracking clicks and counting them. Smartlink is a different feature through which you can tag contacts and automate stuffs.

    Thread Starter hudsontek

    (@hudsontek)

    Thanks, I disabled the the link tracking using the snippet below. FluentCRM confirms this in the dash with ‘Email Open tracking is disabled via PHP Hook’

    However, after sending a campaign, FCRM gives all the stats, link activity and opens. So it appears to not have disabled

    add_filter(‘fluentcrm_disable_email_open_tracking’, ‘__return_true’);
    add_filter(‘fluentcrm_track_click’, ‘__return_false’);

    Plugin Support Ibrahim Sharif

    (@ibrahimsharif)

    The link tracking hook has been updated in a recent version. Please use the below snippet for Email Link Tracking purposes:


    add_filter('fluent_crm/track_click', '__return_false');

    Please let us know the update once you try the above filter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is link tracking the same as smart links?’ is closed to new replies.