How to report on total articles published?

Is there a report in the Analytics Console that shows how many total articles are published? I’m looking to see it month over month but would settle on just the current total.

Hi Meg,

Please see below response from our expert:

We currently don’t have this in Analytics but it is on the roadmap.

As of now, Analytics reports show aggregated events or interactions at different dimensions and time ranges (including Real-Time) but this is what we class as an “inventory” report.

There’s two options:

  1. If you have Data Extract, you can use that to count the number of Articles which have at least one version which is Published

  2. You can consume our APIs to get the same information

1 Like

Hi Varun,

Could you advise what APIs to get the same information? We are looking for report to show the list of published articles ID.

Thanks.

Hi Esther,

There is currently no way to retrieve a bulk list of published articles. However, you can use our Article API to iterate through the portals and retrieve the article IDs for articles where the articleState attribute is set to Published.

For more information about the Article API, please refer to our API documentation. Get Article by ID.