VisualAppeal / Matomo-PHP-API

PHP wrapper for the Matomo API.
MIT License
95 stars 33 forks source link

getBulkRequest fixed #4

Closed axelcho closed 10 years ago

axelcho commented 10 years ago

getBulkRequest methods need to create html arguments with the following format: urls[0]=(url encoded url)&urls[1]=(url encoded url)

The previous method does not conform to this format and so it could send only 1 request at a time, defeating the purpose of multiple requests.

Fixed to build correct format of request.