Hi, i’m trying to pull some stats from the Admin area into an external site.
I’ve been following the ‘reverse engineering guide’ but i’m unable to identify where to find required item 3, the parameter sent.
I’ve ‘inspected element’ on the total number of page views.
I had to search through a few names as all the elements are the network > fetch/XHR tab, but after clicking on a few i found one which mentioned ‘consolidated page views’ in it
For clarity, that text means “the parameter(s) that were sent”, not “the parameter named sent”
The parameter(s) can be found after the ?, so reports%5B...... very long .... 2021-01-24,
Then split them by &
And then you have name/value pairs split by =
You accidentally picked a complex example with lots of parameters, you can replace %5B with [ and %5D with ]