Find the next big thing with the YouTube Analytics API. Ted Hamilton and Jeremy Walker (YouTube) Kris Schroder (Next Big Sound)

Size: px
Start display at page:

Download "Find the next big thing with the YouTube Analytics API. Ted Hamilton and Jeremy Walker (YouTube) Kris Schroder (Next Big Sound)"

Transcription

1 Developers

2 Find the next big thing with the YouTube Analytics API Ted Hamilton and Jeremy Walker (YouTube) Kris Schroder (Next Big Sound)

3 Presenters Ted Hamilton YouTube Analytics API Product Manager Jeremy Walker YouTube Developer Advocate Kris Schroder Next Big Sound Engineer

4 Agenda YouTube Analytics API Digging into the details Showcase: Next Big Sound The future

5 Agenda YouTube Analytics API Digging into the details Showcase: Next Big Sound The future

6 Why YouTube Analytics matters

7 YouTube Analytics (analytics.youtube.com)

8 What happens when you want to do more?

9 YouTube Analytics API

10 The Big Three Metrics Dimensions Filters Individual measurements of user activity Common criteria that are used to aggregate data Limit response to only include data matching a particular value or set of values Views Date Date Estimated minutes watched Geography Geography $$ Channel Content entity Subscribers Video Average view duration Traffic source Likes/dislikes Playback location Shares Ad Type Comments Demographic Annotation click through rate... Annotation...

11 Agenda YouTube Analytics API Digging into the details Showcase: Next Big Sound The future

12 Digging into the details (Google Developer Channel) Country Annotations Long-form vs. short-form

13

14 Country Insight - Views 14% 48% Brazil USA Russia India

15 Country Insight - Annotation Click-through 1. Brazil 2. Russia 3. USA 4. India

16 Russia - annotation click-through 27%

17 55% Brazil annotation click-through

18 How do I run a report? Your App Authorize / Authenticate Your App Get Channel Id(s) Google YouTube Data API Version 3 Your App Run Reports YouTube Analytics API

19 API Explorer

20 Generate views and click-through report ResultTable results = analytics.reports().query("channel==" + id, Java // Channel Id (UC_x5XG...). " ", // Start date. " ", // End date. "views,annotationclickthroughrate")// Metrics..setDimensions("country").setFilter("video==sq...").setSort("-views").execute();

21 Annotations Insight (what not to do)

22 Annotations Insight - YouTube Android Player API Video

23 Annotations Insight - Minutes Watched 9.8% 14% Before During After

24 API Explorer

25 Generate estimated minutes watched report ResultTable results = analytics.reports().query("channel==" + id, // Channel Id (UC_x5XG...). " ", // Start date. " ", // End date. "estimatedminuteswatched") // Metrics..setFilter("video==8b...").execute(); Java

26 Long-form vs. Short-form Insight

27 Long-form vs. Short-form Insight - Minutes watched 25% 27:44 110% 34:13 50:28 Video 1 Video 2 Video 3

28 API Explorer

29 Generate estimated minutes watched report ResultTable results = analytics.reports().query("contentowner==" + username, Java // CMS username " ", // Start date. " ", // End date. "estimatedminuteswatched") // Metrics..setFilter("video==fh...").execute();

30 Agenda YouTube Analytics API Digging into the details Showcase: Next Big Sound The future

31

32 Case Study Established Indie Rock Act Television Appearance: Awards Show

33

34 Think Moneyball, but for music. Forbes

35 Why YouTube Analytics API YouTube Fans: new ways to connect Artists: new ways to break artist Artists: revenue stream Labels: Find and develop talent YouTube Analytics adds granularity: Geographic insight Demographics Unique views Fan Engagement Comparison to similar artists Cross-network comparison

36 Data Transforms Industries Social & Streaming YouTube YouTube Analytics Facebook Facebook Insights HypeMachine Instagram Last.fm MySpace Sales Pandora Rdio ReverbNation SoundCloud Spotify Twitter Vevo Vimeo itunes Amazon E-commerce/ Omniture Misc Google Analytics Wikipedia Events Peformances Chart Appearances New content Posts Mentions

37 Case Study: Geography

38 Case Study: Fanbase Demographics Across Platforms

39 Social Media and Impact on Digital Sales Top Four Metrics - Correlations with Track Sales From Next Big Sound Blog:

40 YouTube API Experiences Powerful Data, yet straightforward API Handle exceptions - expired auth tokens (401) Constructing queries "geo" vs "day" dimension API Explorer / Stack Overflow

41 Agenda YouTube Analytics API Digging into the details Showcase: Next Big Sound The future

42 What does the future hold? Devices Audience Retention Bulk data

43 <Thank You!> Search "YouTube Analytics API" google.com/+youtubedev

44