Open mattmary opened 2 years ago
Sorry, made a mistake: Initially created this bug in a wrong repository https://github.com/matomo-org/plugin-Migration/issues/43
@AltamashShaikh Unless you have objections, I'm just adding this to the list of issues to be prioritised.
@mattmary I tried replicating the above issue
http://localhost.demo.com/?mtm_campaign=2022_grundrauschen_dresden&mtm_placement=google#/Verf%C3%BCgbarkeitspr%C3%BCfung
All seems to be working for me as expected, can you check if the visits log shows correct placement and campaign without any segment ?
Hello @AltamashShaikh When I've been able to reproduce this bug, I was in the WordPress plugin, not in Matomo: I had only the campaign parameter in the visitor log.
@mattmary Ill check if its specific to WP
@mattmary This seems to work in Wordpress too for me Request URL 'http://localhost.testwordpress.com/?mtm_campaign=2022_grundrauschen_dresden' Data in Matomo
Hello @AltamashShaikh
Sorry, but I can reproduce it: Here's what I get when I request https://wordpress.local/5.8/?mtm_campaign=2022_grundrauschen_dresden
here's my system report:
` # Matomo
`
This might be related to L3-362
Campaign requests are empty
When requesting
%wordpress_url%?mtm_campaign=2022_grundrauschen_dresden&mtm_placement=google#/Verf%C3%BCgbarkeitspr%C3%BCfung
, If I enable the campaign plugin and create a segment withcampaign name = 2022_grundrauschen_dresden
andcampaign placement = google
, I don't have any result.Expected behaviour
See my visit in the visitor log after apply this segment.
step to reproduce
wp-admin/admin.php?page=matomo-marketplace
?mtm_campaign=2022_grundrauschen_dresden&mtm_placement=google#/Verf%C3%BCgbarkeitspr%C3%BCfung
/wp-content/plugins/matomo/app/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?period=day&date=2022-09-28&idSite=1&category=General_Visitors&subcategory=Live_VisitorLog
wp-content/plugins/matomo/app/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?period=day&date=2022-09-28&segment=campaignName%3D%3D2022_grundrauschen_dresden;campaignPlacement%3D%3Dgoogle&idSite=1&category=General_Visitors&subcategory=Live_VisitorLog
for the current date and check there is no record in the visitor log.select * from wp_matomo_log_visit where campaign_name = '2022_grundrauschen_dresden' or campaign_placement = 'google'
. Remplace wp_ in the table name by your wordpress prefix available in the wp-config.php file.Context
WordPress Version | 6.0.2 Matomo Plugin Version | 4.11.0 Matomo Install Version | 4.6.0 Marketing Campaigns Reporting (Matomo Plugin) | 4.1.3 Firefox version | 104.0 (64-bit)
Full diagnostics report
` # Matomo
Endpoints
Crons
Mandatory checks
Optional checks
Matomo Settings
Logs
WordPress
WordPress Plugins
Server
Database
Browser
`
Let me know if you need additional detail.