Clearcode
Clearcode
What version of Piwik are you currently using? > Checking site: [FAILED], site with idsite = 2 wasn't found You should also check in your database (table site) if site...
1. What's your table names for log_visit and log_action then? 2. Are you using the latest version of Piwik?
In this case, you need to stay tuned for next release of Google2Piwik which will support newest version. We're currently working on it, so should be available within next week...
New version of Google2Piwik is all ready! Let us know if your issue is still present.
Couldn't manage to fix that, but simple workaround is to use JSON output format: ``` $dataArray = $this->get('piwik.client')-> call('API.getReportMetadata', array('idSites' => array(2, 3)), 'json'); ```