Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add widget for "Movers and Shakers" #48

Open
brotkrueml opened this issue Nov 12, 2023 · 3 comments
Open

Add widget for "Movers and Shakers" #48

brotkrueml opened this issue Nov 12, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation feature New feature or request on hold On Hold

Comments

@brotkrueml
Copy link
Owner

Is your feature request related to a problem? Please describe.

Users would like to be able to see which pages currently are visited the most.

Describe the solution you'd like

Something like:
Dashboard > "Movers and Shakers"
image

Additional context

The feature request is moved from #47 as a separate issue.

@brotkrueml brotkrueml added documentation Improvements or additions to documentation feature New feature or request labels Nov 12, 2023
@brotkrueml
Copy link
Owner Author

Regarding the "Movers and Shakers": An example API call is:

?module=API&method=Insights.getMoversAndShakersOverview&idSite=1&period=month&date=today&format=JSON&token_auth=<token>&language=en

See: https://developer.matomo.org/api-reference/reporting-api#Insights

@brotkrueml
Copy link
Owner Author

Postponed: Currently, I do not get results when querying the movers and shakers via API for the current year:
https://demo.matomo.cloud/?module=API&method=Insights.getMoversAndShakersOverview&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous&language=en

Result:

{
  "Page URLs": [],
  "Page titles": [],
  "Downloads": [],
  "Websites": [],
  "Social Networks": [],
  "Search Engines": [],
  "Country": [],
  "Campaign Names": []
}

@brotkrueml brotkrueml added the on hold On Hold label Feb 4, 2024
@brotkrueml brotkrueml added this to the Version 3.0 milestone Feb 4, 2024
@brotkrueml brotkrueml removed this from the Version 3.0 milestone Feb 12, 2024
@brotkrueml
Copy link
Owner Author

Postponed: Currently, I do not get results when querying the movers and shakers via API for the current year (so hard to test): https://demo.matomo.cloud/?module=API&method=Insights.getMoversAndShakersOverview&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous&language=en

Result:

{
  "Page URLs": [],
  "Page titles": [],
  "Downloads": [],
  "Websites": [],
  "Social Networks": [],
  "Search Engines": [],
  "Country": [],
  "Campaign Names": []
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request on hold On Hold
Projects
None yet
Development

No branches or pull requests

1 participant