• dennistennis

    (@dennistennis)


    Thanks for making such a great plugin.

    On the dashboard, there is only a Pages (date) widget that shows “Page Name not defined” for all pages. This is because we only use log importing and Matomo is not smart enough to maintain a URL to Page Title lookup table.

    – How can we make it show the actual (URL Parts) Pages from “Behaviour”?

    – How can we have multiple graphs for Visitors: last 30 days and last 12 months at the same time?

    – Are custom widgets possible?

    Thanks

    Dennis

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dennistennis

    (@dennistennis)

    Was able to bandaid: <path>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget$ diff Pages.php.orig Pages.php
    Would be nice if this could be done from the GUI. Thanks
    Dennis

    14c14,15
    < 				'date'  => $timeSettings['date']
    ---
    > 				'date'  => $timeSettings['date'],
    > 				'flat' => 1,
    17c18
    < 			$this->method = 'Actions.getPageTitles';
    ---
    > 			$this->method = 'Actions.getPageUrls';
    Thread Starter dennistennis

    (@dennistennis)

    Question: Why is this not answered and not incorporated into the plugin’s latest update?

    Thread Starter dennistennis

    (@dennistennis)

    ping

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages: Page Name not defined [ALL]’ is closed to new replies.