• Resolved guiberlin

    (@guiberlin)


    Hi there,

    first of all, thank you very much for that amazing plugin!

    We are however facing an issue. We are using another plugin to track the incoming traffic on our website. >> https://www.ads-software.com/plugins/utm-tracker/

    That plugin basically tracks the UTM tags as well as the referral URL and write them in a cookie.
    We have no problem with the UTM but the referrer is blocked / cached by fastest cache. We would like to exlude it somehow but even after excluding all the cookies and the JS from the plugin utm tracker, it still doesn’t work.

    Bellow is the part which should be “dynamical” displayed but doesn’t work.

    Thank your for any tip or help!

    Gui

    if (!isset($_COOKIE[‘handl_original_ref’]))
    $_COOKIE[‘handl_original_ref’] = isset($_SERVER[‘HTTP_REFERER’]) ? $_SERVER[‘HTTP_REFERER’] : ”;

    if (!isset($_COOKIE[‘handl_landing_page’]))
    $_COOKIE[‘handl_landing_page’] = ( isset($_SERVER[“HTTPS”]) ? ‘https://’ : ‘https://’ ) . $_SERVER[“SERVER_NAME”] . $_SERVER[“REQUEST_URI”];

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTP_REFERER – Referrer URL’ is closed to new replies.