I’m getting ready to run a contest on my site which is based on number of pageviews for user-submitted articles.
I would like to create a contest rankings page that shows the pageview counts for the user-submitted articles in real-time, using a Piwik custom widget.
I would need a way to tell Piwik which articles to display in the pageviews widget so that only the user-submitted articles appear there.
Can I do this right now with Piwik, and if so, how?
Use a custom page variable to signal that the page is part of the contest
Only set that custom page variable on pages that are in the contest
Create a custom report to list pageview counts for all pages that have the custom page variable set (or count the number of times the variable was set for a given page, since it’s once per pageview = same thing)
Give the Anonymous user access to that custom report so I can publish it on my site publicly