Add totals output for top pages (site explorer)
Mihai
Would be great to get the total amount of pages + total traffic when using the top pages in the API/MCP, in order to get a similar experience as the UI (attached).
The idea is to be able to quickly retrieve total traffic numbers for a specific section of the site, based on a given URL or keyword filter (example total blog traffic, without getting all blog pages and summing them up).
Mihai
PS: Perhaps allowing the pages-history endpoint to support
- "where" input
- "org_traffic" output
so that we can get historical data as well. That means an output like
{
"pages": [
{
"date": "2019-08-24",
"pages": 200,
"org_traffic": 12345
}
]
}
where pages and org_traffic are dynamic based on the "where" filter.