Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    We will definitely be supporting Google Universal Analytics. Currently I do not have a timeline for this feature.

    Maybe this helps: Look for $analytics_code in pf.php and replaye it with the code beloy

    $analytics_code = “”;
    $onclick = ‘onclick=”window.print(); return false;”‘;
    $title_var = “NULL”;
    $analytics_code = ” { ga(‘send’, ‘event’, ‘XXX’, ‘YYY’, ‘ZZZ’);}”;

    if($this->google_analytics_enabled()) {
    $onclick = ‘onclick=”window.print();’.$analytics_code.’ return false;”‘;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘new Google Analytics’ is closed to new replies.