Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Tracking don't work #233

Closed
rsubasoglu opened this issue Oct 19, 2021 · 2 comments
Closed

Tracking don't work #233

rsubasoglu opened this issue Oct 19, 2021 · 2 comments

Comments

@rsubasoglu
Copy link

rsubasoglu commented Oct 19, 2021

Hi,

i installed your plugin and can't get it work.

No matter production or dev-mode.
image

More Info:

  • Matomo V4.5.0 - system check is OK
  • I tested in production and local development
  • Plugin options:
    siteId: 1,
    matomoUrl: https://xxxxxxx,
    siteUrl: https://www.xxxxxx.xx,
    // localScript: /piwik.js, <<< also tested
    exclude: ['/abc/'],
    requireConsent: false,
    requireCookieConsent: false,
    disableCookies: true,
    respectDnt: false,
    dev: true

I hope you can find time to help.

Best regards

@tordans
Copy link

tordans commented Jul 13, 2022

Hey @rsubasoglu how did you solve you issue? Can this issue be closed? — You have a "Page view for: /" in your console. So it looks like it is working? — Just wondering if I can learn something from this for my own implementation…

@alanpilloud
Copy link

@rsubasoglu I had a similar issue. I compared the script provided by matomo and the script on my website and noticed that its not piwik.php and piwik.js that must be used but matomo.php and matomo.js so:

    matomoPhpScript: "matomo.php",
    matomoJsScript: "matomo.js",

Hope it helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants