Question

Is it possible to export recent page views as a report?

  • 11 October 2022
  • 1 reply
  • 91 views

Is it possible to export recent page views as a report?

1 reply

Badge +1

It doesn't look like it is sadly.

 

It would be a good addition to allow the ability to download a CSV of the auto-generated reports.

 

What you could do is utilize the Intercom API to grab a list of Articles (assuming you want the views on Articles, if it's just your regular web pages then sadly this won't work for that) which will return all Articles and statistics on each one, which you could then manipulate that data:

 

https://developers.intercom.com/intercom-api-reference/reference/the-article-model/p>

 

 

But this might be a bit tricky, but can be done.

 

@Azure Radio 277​ A few feature requests based on this:

 

  1. Allow the ability to download a CSV of the auto-generated reports. Or, add similar functionality from them in custom reports (as custom reports can only do a fraction of what the auto-generated ones can do right now).
  2. Expand the 'count' model within the API to include other things one might use a 'list' call to calculate, such as total article views, total conversations that have X tag on them, etc.

Reply