API Filter for single page
I am trying to get visits for a single page and it is not working. I see answers below show that you can use the type=visitors-list, but I don't want that. I want to use visitors so I can graph the data. Can anyone please please help.
All I get is all the site-wide data, which is no good.
I tried both with no luck with/without url encoding.
http://api.getclicky.com/api/stats/4?site_id=xxx&sitekey=xxx&type=visitors&output=php&date=$range&href=url
http://api.getclicky.com/api/stats/4?site_id=xxx&sitekey=xxx&type=visitors&output=php&date=$range&filter=url
Posted Thu Apr 26 2012 5:43p by tony***
you need to get the actions-list then filter the URL like this
http://api.getclicky.com/api/stats/4?site_id=32020&sitekey=2e05fe2778b6&type=pages,links,searches&date=last-week&output=php&unserialize&filter=blogspot-tracking-issue
Posted Wed May 9 2012 2:16a by bulliva***
You must be
logged in to your account to post!