You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with campaign name = 2022_grundrauschen_dresden and campaign placement = google, I don't have any result.
Expected behaviour
See my visit in the visitor log after apply this segment.
step to reproduce
install WordPress
install the Matomo marketplace plugin
go to the URL wp-admin/admin.php?page=matomo-marketplace
click on the download button under the Marketing Campaigns Reporting widget
Move the content of the extracted folder into your WordPress wp-content/plugins directory
Go to wp-admin/plugins.php
Click on the activate link under "Marketing Campaigns Reporting (Matomo Plugin)"
Go to your frontend website
request the URL ?mtm_campaign=2022_grundrauschen_dresden&mtm_placement=google#/Verf%C3%BCgbarkeitspr%C3%BCfung
Go to your Matomo when requesting /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
Check that the last visit (please update the date in the date picker) contains only campaign placement value
Create a segment with campaign name = 2022_grundrauschen_dresden and campaign placement = google.
Apply this segment
Go to 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.
Connect to your mysql database using the following command mysql -u %mysql_username% -p %mysql_database_name%
Run this SQL query: 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.
Consider there are no record having both a campaign name and a campaign placement.
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
Matomo Plugin Version: 4.11.0
Config exists and is writable.: Yes ("$abs_path/wp-content/uploads/matomo/config/config.ini.php" )
JS Tracker exists and is writable.: Yes ("$abs_path/wp-content/uploads/matomo/matomo.js" )
Archive: Next run: 2022-09-28 01:19:05 (28 min 40s) ( Last started: 2022-09-28 00:28:56 (-21 min 29s). Last ended: 2022-09-28 00:28:57 (-21 min 28s). Interval: hourly)
Update GeoIP DB: Next run: 2022-10-17 10:21:10 (19 days 9 hours) ( Last started: 2022-09-18 21:11:20 (-9 days 3 hours). Last ended: 2022-09-18 21:11:25 (-9 days 3 hours). Interval: matomo_monthly)
Mandatory checks
PHP version >= 7.2.5: ok
PDO extension: ok
PDO\MYSQL extension: ok
MYSQLI extension: ok
Other required extensions: ok
Required functions: ok
Required PHP configuration (php.ini): ok
Directories with write access: ok
Directories with write access for Tag Manager: ok
Optional checks
64-bit PHP Binary: ok
Tracker status: ok
Memory limit: ok
Time zone: ok
Open URL: ok
PageSpeed is turned off: ok
GD > 2.x + FreeType (graphics): ok
Other extensions: ok
Other functions: ok
Filesystem: ok
Last Successful Archiving Completion: ok
Database abilities: ok
Max Packet Size: ok
Geolocation: ok
Update over HTTPS: ok
Warning Heatmap & Session Recording Tracking: warning (Requesting '$site_url/wp-content/plugins/matomo/app/../../HeatmapSessionRecording/configs.php?idsite=1&trackerid=5lX6EM&url=http%3A%2F%2Ftest.test%2F' resulted in an SSL error. Maybe you are using a self signed certificate? Please open the URL manually in a browser to see if the response contains 'Piwik.HeatmapSessionRecording'. If not, you might need to modify your server configuration as this file needs to be accessible via a browser from the Internet or Intranet. )
Add a product into your cart and then visit https://shop.matomo.org/cart/.
As discussed with @tsteur, we don't take care of the problem with Firefox: the fix only concerns other browsers.
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.
The text was updated successfully, but these errors were encountered: