Table with data of unique visitors per day/week/month

HI,

how to get a table with unique visitors / page impressions per day/week/ month? at the moment the only way is to look at the graph for unique visitors…

regards

Probably the easiest way is to use the API + a spreadsheet like Google Docs or EditGrid which both can import XML.

Ok i tried using “VisitsSummary.getUniqueVisitors (idSite, period, date)” but how to get date as period at the moment i got always one value, but i want to get all visitors of one month per day. or should i call the api for every day of the month?

As far as I can tell you need to make one api call per day but I could be wrong.