I am using Piwik managed goal conversion for my pages. How can I get the history of goal conversions like I get the visits history. Currently, I only can fetch the total conversions against a idSite but I need the complete log as well.
I need to fetch this through API.
Imran
EDIT:
After some RnD it turns that Goals.getConversions is better option if one just want to gets the conversion for the day.
But I learned something new (Live API) from NickT's answer.