enter image description here

I have a website . Now I want to make or use the chart exactly same like youtube studio's chart. I had researched a lot but I didn't found any way to do it. I just want to add the analytic link chart of youtube studio. Image of chart is provided . I want to use that chart in my website.I got some chart on chart.js and other library but didn't found exactly similar to that.

1

There are 1 answers

1
Linda Lawton - DaImTo On

You can get the data out using the YouTube-analytics-api and use the google charts and graphs to create the visualization. This its not going to be something that is out of the box.

Things to consider:

  1. The YouTube analytics api only keeps data for about 90 days so you will need to store it.
  2. Use service accounts server sided web apps. Must use server sided language not client sided.