Currently, loading a Goal report causes an API call with &segment=visitorType==returning,visitorType==returningCustomer
See code:
https://github.com/piwik/piwik/blob/master/plugins/VisitFrequency/API.php#L25
This is fine, but we should ensure that this specific API call with this specific segment is pre-processed as part of the archive.php call.
Currently, loading a Goal report causes an API call with &segment=visitorType==returning,visitorType==returningCustomer
See code:
https://github.com/piwik/piwik/blob/master/plugins/VisitFrequency/API.php#L25
This is fine, but we should ensure that this specific API call with this specific segment is pre-processed as part of the archive.php call.