Thanks for the reply Isaac
That URL does give some good data, I’m definitely going to use that.
However what I’m trying to achieve is getting the Blog Post analytics data from this URL:
https://api.hubapi.com/analytics/v2/reports/blog-posts/total?&start=20190101&end=20190228&sort=entrances&limit=100
but just for blog posts in our Fire & Security Blog.
Currently that URL returns the analytics data for each individual blogs post in our Social Media Blog and our Fire & Security Blog - but the data doesn’t tell me which Blog the blog post is part of.
This means I then have to do another check using the blog post IDs (https://api.hubapi.com/content/api/v2/blog-posts/**BLOGPOSTID**) to see whether each individual blog post is in the Social Media Blog or the Fire & Security Blog
As there are hundreds of blog posts in our Social Media Blog, it’s using up too many of our operations in Integromat to do this, so I wanted to cut out the Social Media Blog from the initial request.
Do you know if that’s possible?