Hello,
I'm using Piwik for the first time and want to integrate into my app via the API. I have everything setup and running and have made some successful calls to the API.
When I make the following call, I get XML Parsing Error: not well-formed. It doesn't like the date being the node name. How can I fix this?
Request: https://piwik.mydomain.com/?token_auth=XXXXXXXXXXX&module=API&method=API.getBulkRequest&format=xml&urls[0]=method=VisitsSummary.get&idSite=all&period=day&date=2013-11-07,2013-11-14&filter_sort_order=asc
Thanks for any help.
I'm using Piwik for the first time and want to integrate into my app via the API. I have everything setup and running and have made some successful calls to the API.
When I make the following call, I get XML Parsing Error: not well-formed. It doesn't like the date being the node name. How can I fix this?
Request: https://piwik.mydomain.com/?token_auth=XXXXXXXXXXX&module=API&method=API.getBulkRequest&format=xml&urls[0]=method=VisitsSummary.get&idSite=all&period=day&date=2013-11-07,2013-11-14&filter_sort_order=asc
Thanks for any help.