@Julien_Cantinos wrote:
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==frenchIt doesn’t work… Any idea on how I can get my top pages filtered by eventAction?
Thanks in advance
Posts: 1
Participants: 1