API method Actions are not filterable by segment eventAction

Hi,

First, I am not sure if it’s a bug or an API misuse. I would like get a top10 pages filter by an eventaction.

For exemple, my page declare some event:
_paq.push([‘trackEvent’, ‘PageLanguage’, ‘French’]);

After that I can get the summary like:
https://mysite?module=API&method=API.getProcessedReport&idSite=16&apiModule=VisitsSummary&apiAction=get&format=json&token_auth=xxxxxxxx&filter_truncate=5&segment=eventAction==french&period=range&date=2019-01-01,2019-06-26
That work fine!

But if I want get my pages ordered by visit number and use the API Actions.getPageTitles like:
https://mysite?module=API&method=Actions.getPageTitles&idSite=16&period=day&date=yesterday&format=JSON&token_auth=xxxxxxxx&period=range&date=2019-06-01,2019-06-26&segment=eventAction==french

It doesn’t work… Any idea on how I can get my top pages filtered by eventAction?

Thanks in advance

I try to the same thing on the dashboard and we got the same result. The other fonctionalities/widjets work fine…