imag
September 18, 2012, 9:47am
1
with Actions.getPageUrls and the param &expand=1 I get all stats from all URLs.
how to query if I only want data from a special URL?
example - I want the stats for
\en\documents\10000
I tried filter_pattern on label, but that dont work, or works only for the first level (/en, /de) …
thx
matthieu
(Matthieu Aubry)
September 18, 2012, 10:51pm
2
To get data for only one URL, or one Page Title, use the “getPageUrl” instead of “getPageUrls” which has a parameter “&url=” that you can specifiy which URL you need, make sure you URL encode it.
imag
September 19, 2012, 6:45am
3
matthieu
(Matthieu Aubry)
September 19, 2012, 9:15am
4
in piwik backend I can see the stats for just:
http://dev.domain.com/en/document/view/10000
is that a real page, or is that only a directory containing other page?
the &pageUrl= will only work, I think, for real URLs… ?