Is there a way to have make.com count how many videos have been published onto a youtube channel on a single day?
One of my kpi metrics in my business is the number of videos that have been published on a certain day. I run multiple channels.
Any ideas?
1 Like
You would probably have to use the YouTube API directly (using the HTTP Request module).
There is an analytics API that can give you that information.
I asked Perplexity how to do it using this query:
“how can I use the youtube API to know how many videos were uploaded to a channel on a given day”
And it gave me a pretty detailed answer (I have the pro version). You could try that to see.
Or maybe someone else here has done it and has a better way.
L
1 Like
Hi @wengthemeng
Here is the API to list all the videos so that you can get a count from it.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation