SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Downloaden Sie, um offline zu lesen
Ad Hoc Analysis with Apps Script 
and YouTube Analytics API 
Arun Nagarajan, Apps Script Developer Advocate, Google 
Christoph Schwab-Ganser, YouTube Analytics API Lead, Google
1 billion viewers!
Petabytes of analytics...
PSiamckpaligfye,, aauuttoommaattee,, sshhaarree
Agenda 
● Google Apps Script 
● YouTube Analytics 
● YouTube Analytics API 
● YouTube Analytics API + Google Apps Script 
Do more with YouTube Analytics
What is Google Apps Script? 
script.google.com
What is Google Apps Script
Apps Script Example 
Export Gmail messages to Google Docs
Google Apps Script 
Google Products 
Calendar 
Charts 
Contacts 
Drive 
Documents 
Domain 
Finance 
Gmail 
Groups 
Language 
Maps 
Sites 
Spreadsheets 
Communication and UI 
Content 
Html 
Jdbc 
Mail 
Soap 
Ui 
UrlFetch 
Xml 
Utilities 
Base 
Cache 
Lock 
Properties 
Script 
ScriptDb 
Utilities 
● Write code in browser 
● Run code on Google servers 
● Integrate with other systems
What is YouTube Analytics? 
youtube.com/analytics
Helping YouTube Creators in Making Decisions 
● Collect user events of all YouTube videos 
● Aggregate them up to the level of channels, 
partners, and shows 
● Provide UI for owners www.youtube.com/analytics
What is the YouTube Analytics API? 
● Enable developers to provide services for YouTube 
channels and partners 
● Allow partners to customize and integrate their video 
reporting 
● Public API based on same pre-aggregated data as UI 
● Requires precise queries: Give me views and likes of 
video XYZ over the last 30 days 
● Requests must be authorized by the owner using 
OAuth2 
● Account Types: YouTube Channels and Partners
How to Drill into the Data? 
● Dimensions, Metrics, Filters, and Report 
● Dimensions: Criteria to group the data 
● Day the event occurred 
● Country the event originated from 
● Metrics: Measurement of user activity 
● User viewing a video 
● User subscribing to your channel 
● Filters: Limit the data included in the computation 
● Only events from Italy 
● Only playbacks from embedded player 
● Report: Combination of Dimensions, Metrics, and 
Filters 
● Metrics: views, likes 
Dimension: day 
Filter: channel==XYZ
Check Documentation developers.google. 
com/youtube/analytics 
API Explorer 
● Channel level: Basic metrics 
Need a Sample?
More Details on the YouTube Analytics API?
YouTube Analytics + Apps Script
Turn data into applications and UI 
{ JSON 
"kind": "youtubeAnalytics#resultTable", 
"columnHeaders": [ 
{ 
"name": "day", 
"columnType": "DIMENSION", 
"dataType": "STRING" 
}, 
... 
], 
"rows": [ 
[ "2013-03-30", 876036, 7 ], 
[ "2013-03-29", 173666, 2 ], 
[ "2013-03-28", 273552, 4 ], 
... 
] 
}
Do more with YouTube Analytics 
Using Google Apps Script 
Build 
Share 
Automate 
Integrate
Build - Load data into spreadsheet 
● Invoke Apps Script function via Menu or "button" 
● Create new tabs or append to current spreadsheet 
● Formatting capability 
● Pre-defined reports or dynamic inputs
Share - Custom analytics 
● Turn tabular data into charts with 2 clicks 
● Build charts dynamically using ChartBuilder API 
● Allows business users to view data without full access 
● Publish as gadget in Google Sites 
● Simple layer on to restrict access to full data
Automate - Get alerts on interesting events 
● Apps Script functions can be scheduled 
● Store previous run settings 
● Compare arbitrary data points against thresholds 
● Send email or create calendar events for alerts
Integrate - YouTube Analytics + Other sources 
● Co-relate YouTube data with other systems 
● Twitter - simple example to check trending info 
● Weather 
● Stock Market 
● Holiday calendar 
● Other internal events?
Do more with YouTube Analytics 
Using Google Apps Script 
Build - reports by enabling data into Google Sheets 
Share - via Google Sites or push email messages 
Automate - schedule scripts to check and notify of insights 
Integrate - with other analytics and data sources
Technical details 
● UrlFetch 
● Access 3rd party APIs via standard HTTP 
● Learn more at - https://developers.google.com/apps-script/reference/url-fetch/ 
● OAuth 2 
● Apps Script allows for scripts to be deployed as Web Apps - required for OAuth 2 callback 
● Learn more at - http://youtu.be/VVhsK5jH6u8 
● Triggers 
● Allow for Apps Script functions to be run at specified interval 
● Have full access to Apps Script API (Gmail, Sheets, Drive, etc.) 
● Learn more at - https://developers.google.com/apps-script/execution_time_triggers 
● Quota Management 
● All Google accounts have access to Apps Script services 
● Google Apps for Business accounts have increased quota 
● Learn more at - https://script.google.com/dashboard
Get started! 
● script.google.com 
● github.com/entaq/GoogleAppsScript 
● developers.google.com/youtube/analytics 
● developers.google.com/apps-script 
● stackoverflow.com/questions/tagged/youtube-api 
● stackoverflow.com/questions/tagged/google-apps-script 
Arun Nagarajan - google.com/+ArunNagarajan 
Christoph Schwab-Ganser -google.com/+ChristophGanser
Ad hoc YouTube Analytics with Google Apps Script

Weitere ähnliche Inhalte

Mehr von Arun Nagarajan

Google Maps on iOS with Swift
Google Maps on iOS with SwiftGoogle Maps on iOS with Swift
Google Maps on iOS with SwiftArun Nagarajan
 
Battery Efficient Location Services
Battery Efficient Location ServicesBattery Efficient Location Services
Battery Efficient Location ServicesArun Nagarajan
 
CheckMark - Code the Deal hackathon
CheckMark - Code the Deal hackathonCheckMark - Code the Deal hackathon
CheckMark - Code the Deal hackathonArun Nagarajan
 
Mongo DB Hackday Apr 28 2012
Mongo DB Hackday Apr 28 2012Mongo DB Hackday Apr 28 2012
Mongo DB Hackday Apr 28 2012Arun Nagarajan
 
Integrate Google Drive with Google Apps Script
Integrate Google Drive with Google Apps ScriptIntegrate Google Drive with Google Apps Script
Integrate Google Drive with Google Apps ScriptArun Nagarajan
 
Android L Preview - Recents Screen + API
Android L Preview  - Recents Screen + APIAndroid L Preview  - Recents Screen + API
Android L Preview - Recents Screen + APIArun Nagarajan
 
node.js on Google Compute Engine
node.js on Google Compute Enginenode.js on Google Compute Engine
node.js on Google Compute EngineArun Nagarajan
 

Mehr von Arun Nagarajan (9)

Google Maps on iOS with Swift
Google Maps on iOS with SwiftGoogle Maps on iOS with Swift
Google Maps on iOS with Swift
 
Animations & swift
Animations & swiftAnimations & swift
Animations & swift
 
Battery Efficient Location Services
Battery Efficient Location ServicesBattery Efficient Location Services
Battery Efficient Location Services
 
CheckMark - Code the Deal hackathon
CheckMark - Code the Deal hackathonCheckMark - Code the Deal hackathon
CheckMark - Code the Deal hackathon
 
Mongo DB Hackday Apr 28 2012
Mongo DB Hackday Apr 28 2012Mongo DB Hackday Apr 28 2012
Mongo DB Hackday Apr 28 2012
 
Integrate Google Drive with Google Apps Script
Integrate Google Drive with Google Apps ScriptIntegrate Google Drive with Google Apps Script
Integrate Google Drive with Google Apps Script
 
Android L Preview - Recents Screen + API
Android L Preview  - Recents Screen + APIAndroid L Preview  - Recents Screen + API
Android L Preview - Recents Screen + API
 
CloudKit
CloudKitCloudKit
CloudKit
 
node.js on Google Compute Engine
node.js on Google Compute Enginenode.js on Google Compute Engine
node.js on Google Compute Engine
 

Kürzlich hochgeladen

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Kürzlich hochgeladen (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Ad hoc YouTube Analytics with Google Apps Script

  • 1.
  • 2. Ad Hoc Analysis with Apps Script and YouTube Analytics API Arun Nagarajan, Apps Script Developer Advocate, Google Christoph Schwab-Ganser, YouTube Analytics API Lead, Google
  • 6. Agenda ● Google Apps Script ● YouTube Analytics ● YouTube Analytics API ● YouTube Analytics API + Google Apps Script Do more with YouTube Analytics
  • 7. What is Google Apps Script? script.google.com
  • 8. What is Google Apps Script
  • 9. Apps Script Example Export Gmail messages to Google Docs
  • 10. Google Apps Script Google Products Calendar Charts Contacts Drive Documents Domain Finance Gmail Groups Language Maps Sites Spreadsheets Communication and UI Content Html Jdbc Mail Soap Ui UrlFetch Xml Utilities Base Cache Lock Properties Script ScriptDb Utilities ● Write code in browser ● Run code on Google servers ● Integrate with other systems
  • 11. What is YouTube Analytics? youtube.com/analytics
  • 12. Helping YouTube Creators in Making Decisions ● Collect user events of all YouTube videos ● Aggregate them up to the level of channels, partners, and shows ● Provide UI for owners www.youtube.com/analytics
  • 13. What is the YouTube Analytics API? ● Enable developers to provide services for YouTube channels and partners ● Allow partners to customize and integrate their video reporting ● Public API based on same pre-aggregated data as UI ● Requires precise queries: Give me views and likes of video XYZ over the last 30 days ● Requests must be authorized by the owner using OAuth2 ● Account Types: YouTube Channels and Partners
  • 14. How to Drill into the Data? ● Dimensions, Metrics, Filters, and Report ● Dimensions: Criteria to group the data ● Day the event occurred ● Country the event originated from ● Metrics: Measurement of user activity ● User viewing a video ● User subscribing to your channel ● Filters: Limit the data included in the computation ● Only events from Italy ● Only playbacks from embedded player ● Report: Combination of Dimensions, Metrics, and Filters ● Metrics: views, likes Dimension: day Filter: channel==XYZ
  • 15. Check Documentation developers.google. com/youtube/analytics API Explorer ● Channel level: Basic metrics Need a Sample?
  • 16. More Details on the YouTube Analytics API?
  • 17. YouTube Analytics + Apps Script
  • 18. Turn data into applications and UI { JSON "kind": "youtubeAnalytics#resultTable", "columnHeaders": [ { "name": "day", "columnType": "DIMENSION", "dataType": "STRING" }, ... ], "rows": [ [ "2013-03-30", 876036, 7 ], [ "2013-03-29", 173666, 2 ], [ "2013-03-28", 273552, 4 ], ... ] }
  • 19. Do more with YouTube Analytics Using Google Apps Script Build Share Automate Integrate
  • 20. Build - Load data into spreadsheet ● Invoke Apps Script function via Menu or "button" ● Create new tabs or append to current spreadsheet ● Formatting capability ● Pre-defined reports or dynamic inputs
  • 21. Share - Custom analytics ● Turn tabular data into charts with 2 clicks ● Build charts dynamically using ChartBuilder API ● Allows business users to view data without full access ● Publish as gadget in Google Sites ● Simple layer on to restrict access to full data
  • 22. Automate - Get alerts on interesting events ● Apps Script functions can be scheduled ● Store previous run settings ● Compare arbitrary data points against thresholds ● Send email or create calendar events for alerts
  • 23. Integrate - YouTube Analytics + Other sources ● Co-relate YouTube data with other systems ● Twitter - simple example to check trending info ● Weather ● Stock Market ● Holiday calendar ● Other internal events?
  • 24. Do more with YouTube Analytics Using Google Apps Script Build - reports by enabling data into Google Sheets Share - via Google Sites or push email messages Automate - schedule scripts to check and notify of insights Integrate - with other analytics and data sources
  • 25. Technical details ● UrlFetch ● Access 3rd party APIs via standard HTTP ● Learn more at - https://developers.google.com/apps-script/reference/url-fetch/ ● OAuth 2 ● Apps Script allows for scripts to be deployed as Web Apps - required for OAuth 2 callback ● Learn more at - http://youtu.be/VVhsK5jH6u8 ● Triggers ● Allow for Apps Script functions to be run at specified interval ● Have full access to Apps Script API (Gmail, Sheets, Drive, etc.) ● Learn more at - https://developers.google.com/apps-script/execution_time_triggers ● Quota Management ● All Google accounts have access to Apps Script services ● Google Apps for Business accounts have increased quota ● Learn more at - https://script.google.com/dashboard
  • 26. Get started! ● script.google.com ● github.com/entaq/GoogleAppsScript ● developers.google.com/youtube/analytics ● developers.google.com/apps-script ● stackoverflow.com/questions/tagged/youtube-api ● stackoverflow.com/questions/tagged/google-apps-script Arun Nagarajan - google.com/+ArunNagarajan Christoph Schwab-Ganser -google.com/+ChristophGanser