braekling
Forum Replies Created
-
Hi @oldrup,
the tracking code is delivered by the Matomo API, already including the type attribute, see this example: https://demo.matomo.cloud/?module=API&method=SitesManager.getJavascriptTag&idSite=1&piwikUrl=&format=xml&token_auth=anonymous
But I understand that you want to get rid of this message. The best way would be to ask the Matomo team to update the tracking code, beside this I can add an option to remove the attribute with the next update I’m currently preparing.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] jQuery FrameworkYes, I’m working on this. I will post a reply, when the update is available.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] WP 5.7 support and PHP 7.3Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] WP Search Allowed memory exhaustedDid you try to disable tracking of search requests in the plugin’s tracking settings? Maybe this is a workaround, and if this will solve the issue, I can have a closer look at the related code to identify the issue’s cause.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] No metrics shwoing in WP DashboardsJust disable the auto-configuration checkbox in the plugin’s settings, just below the connection settings.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Set cookies only after consentThe cookies are set by Matomo, not by the plugin. The plugin just embeds the tracking code if you configure it to do so.
Please check this link for more information about cookie consent options in Matomo’s tracking code: https://developer.matomo.org/guides/tracking-consent Check your privacy notice/consent plugin to get more information how to set/remove consent.
With the next update, the plugin will allow to set the consent-related tracking code options, so you don’t have to manipulate the tracking code manually, but the integration into your consent tool/privacy notice has still to be done, of course.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] No metrics shwoing in WP DashboardsYes, but is the domain configured in Matomo’s settings? The plugin sends the blog’s domain to Matomo to get its site ID. If Matomo does not recognise the domain, N/A will be shown.
If everything seems to be configured well, you can configure the used site manually within the plugin to get the metrics. Adding the tracking code manually enables the tracking, of course, but is not sufficient for the plugin to get access to the metrics, because a connection to Matomo and the correct site ID are necessary.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Tracking Code has not been insertedPlease check if wp_head and wp_footer are used in your plugin and are placed at the correct position:
wp_head
inheader.php
orindex.php
;wp_footer
infooter.php
orindex.php
– but this may differ in your theme. Thewp_head
call should be inside the<head>
section, the wp_footer call before the closing</body>
tag.Also check if you configured a tracking filter (e.g., to not track admin users), and if so and you are using a filtered user account, please log out and check again.
If you are using a caching plugin, you can also try to clear the cache.
Do you have access to your server logs and can look for an related entry? (Usually, it will appear in your Apache/Nginx or PHP error logs.)
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] No metrics shwoing in WP DashboardsTo be able to auto-configure and to get the metrics, the plugin has to be able to connect to Matomo and to determine the correct site.
If auto detection does not work, you can check if the domain is configured in Matomo (because the domain is used to identify the site), or switch to manual selection.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Undefined index: proxy_client_headers/home/user/public_html/matomo/core/IP.php
is part of Matomo’s core, so please contact the Matomo team or community about this issue, e.g., here: https://forum.matomo.orgForum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Error in UserCountry/functions.phpThis looks like an error in Matomo/Piwik and not in this WordPress plugin (WP-Matomo/WP-Piwik). You should post this in the Matomo forums.
Or are you referring to the Matomo plugin? https://de.www.ads-software.com/plugins/matomo/
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Fatal ErrorThis looks like an error in Matomo/Piwik and not in this WordPress plugin (WP-Matomo/WP-Piwik). You should post this in the Matomo forums.
Or are you referring to the Matomo plugin? https://de.www.ads-software.com/plugins/matomo/
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] How to change last30 to last60?Yes, its necessary to add this option to the code. Because Matomo supports also last60 (in the past, last30 was a fixed term, as I remember), it is just a small change I will do with the next update – but for this I have to figure out some proxy issues and this may take some time.
So, if you can wait some days, there is no need to hire somebody.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Plug-In ConflictDid you check if any JavaScript errors appear and are shown in the firefox console?