Describe the bug
I have integrated matomo in my flutter app. I checked the logs, events getting registered also but not getting data in dashboard. It is showing choose your tracking method page only.
await MatomoTracker.instance.initialize(
siteId: '3',
url: 'https://url/matomo/matomo.php',
);
this is my dashboard url:
https://url/matomo/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=3#?period=day&date=yesterday&idSite=3&category=Dashboard_Dashboard&subcategory=1
I tried following urls:
https://url/matomo.php
https://url/matomo/index.php
Smartphone (please complete the following information):
Describe the bug
I have integrated matomo in my flutter app. I checked the logs, events getting registered also but not getting data in dashboard. It is showing choose your tracking method page only.
await MatomoTracker.instance.initialize(
siteId: '3',
url: 'https://url/matomo/matomo.php',
);
this is my dashboard url:
https://url/matomo/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=3#?period=day&date=yesterday&idSite=3&category=Dashboard_Dashboard&subcategory=1
I tried following urls:
https://url/matomo.php
https://url/matomo/index.php
Smartphone (please complete the following information):