• Resolved Levi_r

    (@nopomorg)


    To enable demographics in Analytics i had to edit plugins/NKgoogleanalytics.php find the following lines:

    $tk .= "ga('create', '" . $nkweb_id. "', '" . $Domain . "'); \n";
    $tk .= "ga('send', 'pageview'); \n";

    and add this

    $tk .= "ga('require', 'displayfeatures'); \n";

    in between so it became:

    $tk .= "ga('create', '" . $nkweb_id. "', '" . $Domain . "'); \n";
    $tk .= "ga('require', 'displayfeatures'); \n";
    $tk .= "ga('send', 'pageview'); \n";

    Are you incorporating this soon?

    https://wordpress.org/plugins/nk-google-analytics/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘added piece of code for demographics’ is closed to new replies.