SlideShare a Scribd company logo
1 of 22
Download to read offline
Using Twitch Data to Improve
Your Offering
#TwitchDevDay
Using Twitch
Data
Enrich your offering and create more
interactive and powerful experiences
Combine game data (Deep Metadata API) and
social data (Friends API, Presence API) to build
unique extensions
1
2
Introductions
Olivia Grace
Product Manager
Social
Twitter: @oliviadgrace
#TwitchDevDay
Deep Metadata API
#TwitchDevDay
Game play, non game play, Pack opening
Hero (class, name, type)
Game mode: Casual, Ranked (exact rank),
Arena (number of wins), Tavern Brawl
(number of wins for Heroic)
Game play, non game play
Hero (ability, name, role)
What is the Deep Metadata API?
Real-time, timestamped game metadata from live streams
using computer vision technology
How Do We Use Metadata at Twitch?
Game Directory Filters
#TwitchDevDay
Timeline Markers
How Do We Use Metadata
at Twitch?
#TwitchDevDay
How Can You Use the
Deep Metadata API?
Richer interactions in your analytics apps,
creator profile, player overlays or other
extensions.
Gather data about creators:
Which heroes do they play? How
often? From which heroes do they
most often lose?
How many times did they win in the
last week?
How do they rank?
Which game mode do they play
most?
#TwitchDevDay
How to Use the Deep Metadata API
Sample Call
curl -H 'Client-ID: <your Client-ID>' 
-X GET 'https://api.twitch.tv/helix/streams/metadata'
#TwitchDevDay
Sample Response
Using the Deep

Metadata API
{"data":
[
{
"user_id":"1564968",
"game_id":"138585",
"overwatch":null,
"hearthstone":{
"broadcaster":{
"hero":{
"type":"Classic hero",
"class":"Shaman",
"name":"Thrall"
}
},
"opponent":{
"hero":{
"type":"Classic hero",
"class":"Warrior",
"name":"Garrosh Hellscream"
}
}
}
},
. . .
],
}
#TwitchDevDay
What’s Coming Up
Support for VOD
More games, more metadata
types!
Which game would you
like to see next?
What type of metadata
is useful to you?
#TwitchDevDay
Friends and Presence API
#TwitchDevDay
Basic CRUD service
Manages relationship between users
No relationship
Pending request in either direction
Friendship	
Handles around 8,000 requests per second
Separate but related API Endpoints
What is the Friends API?
#TwitchDevDay
Manages state from all your open sessions
Attempts to smartly determine what a user is
doing from all this session information
Streaming, Watching, Playing
Presence handles around 900 requests per
second
75% of these are writes, as it’s based
on a heartbeat.
Presence Experimentation
Separate but related API Endpoints
What is the Presence API?
#TwitchDevDay
Presence API Flow
Sends user status via websocket to our Android and iOS apps, the
website, and the Desktop App.
Can also send to third parties
Receives status from those platforms as heartbeats via API
Can also receive from third parties
#TwitchDevDay
What could you do with the system?
How can you use Friends?
Gather Friendships to power your system
Who are these users’ friends?
What are they doing with your
systems?
Could new friendships be created to
leverage social gaming?
Create new friendships in the Twitch Friends
system
Could users add friends via your
platform?
#TwitchDevDay
How best to use the system
Friends API Best Practices
Two-way usage - if you’re going to read/utilize
friends, we’d love it if you’re adding
friendships too.
Don’t use our system to power a distinct
system without returning any value.
#TwitchDevDay
Read Presence
What are users on the site doing right
now?
What are a specific set of users doing
right now?
Write Presence
What presence states could I send
back to show to other users?
Streaming: <game>
Playing: <game>, <additional game
context>
Watching: <channel> (hosted),
<game>
What could you do with the system?
How can you use Presence?
#TwitchDevDay
Write as well as reading
Create Friendships
Use the richness of the statuses Presence
offers!
How best to use the system
Presence Best Practices
#TwitchDevDay
In Conclusion…
Friends and Presence are powerful systems to
leverage the social nature of gaming.
The Deep Metadata API enables you to create
rich experiences with the power of live game
metadata.
1
2
#TwitchDevDay
Any Questions?
#TwitchDevDay
Thank you

More Related Content

What's hot

Keynote - TwitchCon Developer Day 2017
Keynote - TwitchCon Developer Day 2017Keynote - TwitchCon Developer Day 2017
Keynote - TwitchCon Developer Day 2017Twitch Developers
 
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Twitch Developers
 
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017Twitch Developers
 
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017Building a Business on Twitch Extensions - TwitchCon Developer Day 2017
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017Twitch Developers
 
Twitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Developers
 
Accelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameAccelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameTwitch Developers
 
Meetup: June 2014: WordPress Plugins
Meetup: June 2014: WordPress PluginsMeetup: June 2014: WordPress Plugins
Meetup: June 2014: WordPress PluginsMickey Mellen
 
GAMESTAGE Season2 (ENG)
GAMESTAGE Season2 (ENG)GAMESTAGE Season2 (ENG)
GAMESTAGE Season2 (ENG)Dongsoo Han
 

What's hot (10)

Keynote - TwitchCon Developer Day 2017
Keynote - TwitchCon Developer Day 2017Keynote - TwitchCon Developer Day 2017
Keynote - TwitchCon Developer Day 2017
 
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
Use Twitch Commerce and Twitch Prime to Fuel Your Community - TwitchCon Devel...
 
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017
Extensions 101: Building Interactive Experiences - TwitchCon Developer Day 2017
 
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017Building a Business on Twitch Extensions - TwitchCon Developer Day 2017
Building a Business on Twitch Extensions - TwitchCon Developer Day 2017
 
Twitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live StreamsTwitch Extensions: Live Apps for Live Streams
Twitch Extensions: Live Apps for Live Streams
 
Accelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your GameAccelerating Development of Twitch Extensions for Your Game
Accelerating Development of Twitch Extensions for Your Game
 
Plugin development
Plugin developmentPlugin development
Plugin development
 
Meetup: June 2014: WordPress Plugins
Meetup: June 2014: WordPress PluginsMeetup: June 2014: WordPress Plugins
Meetup: June 2014: WordPress Plugins
 
XboxAppDev 7. Expert Panel
XboxAppDev 7. Expert PanelXboxAppDev 7. Expert Panel
XboxAppDev 7. Expert Panel
 
GAMESTAGE Season2 (ENG)
GAMESTAGE Season2 (ENG)GAMESTAGE Season2 (ENG)
GAMESTAGE Season2 (ENG)
 

Similar to Using Twitch Data to Improve Your Solution - TwitchCon Developer Day 2017

Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Twitch Developers
 
Intro to Game Development & Operations on AWS
Intro to Game Development & Operations on AWSIntro to Game Development & Operations on AWS
Intro to Game Development & Operations on AWSAmazon Web Services
 
Twitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Developers
 
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Twitch Developers
 
Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Twitch Developers
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Paul Winterhalder
 
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.com
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.comMWC/ADC 2013 Getting started with cloud-based apps using Buddy.com
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.comMicrosoft Mobile Developer
 
IMVU's Customizable Avatars for Unity
IMVU's Customizable Avatars for UnityIMVU's Customizable Avatars for Unity
IMVU's Customizable Avatars for UnityDevGAMM Conference
 
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Amazon Web Services
 
GAM309-Breathe Life into a Mobile Game_NoNotes.pdf
GAM309-Breathe Life into a Mobile Game_NoNotes.pdfGAM309-Breathe Life into a Mobile Game_NoNotes.pdf
GAM309-Breathe Life into a Mobile Game_NoNotes.pdfAmazon Web Services
 
OSVR Software Framework - Core - April 2015
OSVR Software Framework - Core - April 2015OSVR Software Framework - Core - April 2015
OSVR Software Framework - Core - April 2015Ryan A. Pavlik
 
Five ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherFive ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherJessica Tams
 
5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on TwitchTwitch Developers
 
Andi games LTD Pitch Deck
Andi games LTD Pitch DeckAndi games LTD Pitch Deck
Andi games LTD Pitch DeckBen Woolf
 
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017Twitch Developers
 
Powering-Up Your Game with Twitch
Powering-Up Your Game with TwitchPowering-Up Your Game with Twitch
Powering-Up Your Game with TwitchTwitch Developers
 
Web Analytic for gaming
Web Analytic for gamingWeb Analytic for gaming
Web Analytic for gamingEider E Iñaki
 

Similar to Using Twitch Data to Improve Your Solution - TwitchCon Developer Day 2017 (20)

Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
Using Twitch to Differentiate Your Game with Streamers - TwitchCon Developer ...
 
Intro to Game Development & Operations on AWS
Intro to Game Development & Operations on AWSIntro to Game Development & Operations on AWS
Intro to Game Development & Operations on AWS
 
Twitch Insights: Player Research and Interaction
Twitch Insights: Player Research and InteractionTwitch Insights: Player Research and Interaction
Twitch Insights: Player Research and Interaction
 
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
Enable Drops to Increase Your Game’s Engagement - TwitchCon Developer Day 2017
 
Les 1 ppt
Les 1 pptLes 1 ppt
Les 1 ppt
 
Les 1 ppt
Les 1 pptLes 1 ppt
Les 1 ppt
 
Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights Improving Game Performance and Streaming with Twitch Insights
Improving Game Performance and Streaming with Twitch Insights
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014
 
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.com
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.comMWC/ADC 2013 Getting started with cloud-based apps using Buddy.com
MWC/ADC 2013 Getting started with cloud-based apps using Buddy.com
 
IMVU's Customizable Avatars for Unity
IMVU's Customizable Avatars for UnityIMVU's Customizable Avatars for Unity
IMVU's Customizable Avatars for Unity
 
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
Dynamic Encounters for Veteran Players Using Machine Learning (GAM305) - AWS ...
 
GAM309-Breathe Life into a Mobile Game_NoNotes.pdf
GAM309-Breathe Life into a Mobile Game_NoNotes.pdfGAM309-Breathe Life into a Mobile Game_NoNotes.pdf
GAM309-Breathe Life into a Mobile Game_NoNotes.pdf
 
OSVR Software Framework - Core - April 2015
OSVR Software Framework - Core - April 2015OSVR Software Framework - Core - April 2015
OSVR Software Framework - Core - April 2015
 
Five ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon PulsipherFive ways to make your game great on twitch | Jon Pulsipher
Five ways to make your game great on twitch | Jon Pulsipher
 
5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch5 Ways to Make Your Game Better on Twitch
5 Ways to Make Your Game Better on Twitch
 
Andi games LTD Pitch Deck
Andi games LTD Pitch DeckAndi games LTD Pitch Deck
Andi games LTD Pitch Deck
 
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017
What Great Twitch Integrations Look Like - TwitchCon Developer Day 2017
 
Propeller SDK Deck for SEGA
Propeller SDK Deck for SEGAPropeller SDK Deck for SEGA
Propeller SDK Deck for SEGA
 
Powering-Up Your Game with Twitch
Powering-Up Your Game with TwitchPowering-Up Your Game with Twitch
Powering-Up Your Game with Twitch
 
Web Analytic for gaming
Web Analytic for gamingWeb Analytic for gaming
Web Analytic for gaming
 

More from Twitch Developers

Embracing the Hobbyist Persona
Embracing the Hobbyist PersonaEmbracing the Hobbyist Persona
Embracing the Hobbyist PersonaTwitch Developers
 
Using Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchUsing Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchTwitch Developers
 
Building Extensions With You
Building Extensions With YouBuilding Extensions With You
Building Extensions With YouTwitch Developers
 
TwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitch Developers
 
Rapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedRapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedTwitch Developers
 
Monetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeMonetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeTwitch Developers
 
Twitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Developers
 
Responding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APIResponding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APITwitch Developers
 
Making Your Game a Success With Twitch
Making Your Game a Success With TwitchMaking Your Game a Success With Twitch
Making Your Game a Success With TwitchTwitch Developers
 
Extension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleExtension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleTwitch Developers
 
Get Your Extension Discovered
Get Your Extension DiscoveredGet Your Extension Discovered
Get Your Extension DiscoveredTwitch Developers
 
Bots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsBots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsTwitch Developers
 
How Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayHow Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayTwitch Developers
 
Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Twitch Developers
 
Making Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsMaking Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsTwitch Developers
 
Engaging Your Community with Twitch
Engaging Your Community with TwitchEngaging Your Community with Twitch
Engaging Your Community with TwitchTwitch Developers
 

More from Twitch Developers (20)

Embracing the Hobbyist Persona
Embracing the Hobbyist PersonaEmbracing the Hobbyist Persona
Embracing the Hobbyist Persona
 
Using Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on TwitchUsing Insights to Build Better Products and Grow on Twitch
Using Insights to Build Better Products and Grow on Twitch
 
Twitch for Game Developers
Twitch for Game DevelopersTwitch for Game Developers
Twitch for Game Developers
 
Building Extensions With You
Building Extensions With YouBuilding Extensions With You
Building Extensions With You
 
TwitchCon Developer Day Keynote
TwitchCon Developer Day KeynoteTwitchCon Developer Day Keynote
TwitchCon Developer Day Keynote
 
Twitch Extensions 101
Twitch Extensions 101Twitch Extensions 101
Twitch Extensions 101
 
Rapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons LearnedRapid Prototyping Twitch Extensions: Five Lessons Learned
Rapid Prototyping Twitch Extensions: Five Lessons Learned
 
Monetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a TimeMonetize Your Extension a Bit at a Time
Monetize Your Extension a Bit at a Time
 
Twitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing ManualTwitch Extension Review Process: The Missing Manual
Twitch Extension Review Process: The Missing Manual
 
Responding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch APIResponding to Feedback: What's New in the Twitch API
Responding to Feedback: What's New in the Twitch API
 
Making Your Game a Success With Twitch
Making Your Game a Success With TwitchMaking Your Game a Success With Twitch
Making Your Game a Success With Twitch
 
Extension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch ScaleExtension Design Patterns for Twitch Scale
Extension Design Patterns for Twitch Scale
 
Get Your Extension Discovered
Get Your Extension DiscoveredGet Your Extension Discovered
Get Your Extension Discovered
 
Bots Bots Bots: Building Chatbots
Bots Bots Bots: Building ChatbotsBots Bots Bots: Building Chatbots
Bots Bots Bots: Building Chatbots
 
Twitch Developer Tour
Twitch Developer Tour Twitch Developer Tour
Twitch Developer Tour
 
How Streaming is Changing the Way We Play
How Streaming is Changing the Way We PlayHow Streaming is Changing the Way We Play
How Streaming is Changing the Way We Play
 
Twitch + Games
Twitch + GamesTwitch + Games
Twitch + Games
 
Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement Using Twitch Drops to Promote Viewer Engagement
Using Twitch Drops to Promote Viewer Engagement
 
Making Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch ExtensionsMaking Twitch Interactive with Twitch Extensions
Making Twitch Interactive with Twitch Extensions
 
Engaging Your Community with Twitch
Engaging Your Community with TwitchEngaging Your Community with Twitch
Engaging Your Community with Twitch
 

Recently uploaded

VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdfkeithzhangding
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 

Recently uploaded (20)

VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Vip Call Girls Aerocity ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Aerocity ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Aerocity ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Aerocity ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
象限策略:Google Workspace 与 Microsoft 365 对业务的影响 .pdf
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
 

Using Twitch Data to Improve Your Solution - TwitchCon Developer Day 2017

  • 1. Using Twitch Data to Improve Your Offering
  • 2. #TwitchDevDay Using Twitch Data Enrich your offering and create more interactive and powerful experiences Combine game data (Deep Metadata API) and social data (Friends API, Presence API) to build unique extensions 1 2
  • 5. #TwitchDevDay Game play, non game play, Pack opening Hero (class, name, type) Game mode: Casual, Ranked (exact rank), Arena (number of wins), Tavern Brawl (number of wins for Heroic) Game play, non game play Hero (ability, name, role) What is the Deep Metadata API? Real-time, timestamped game metadata from live streams using computer vision technology
  • 6. How Do We Use Metadata at Twitch? Game Directory Filters
  • 7. #TwitchDevDay Timeline Markers How Do We Use Metadata at Twitch?
  • 8. #TwitchDevDay How Can You Use the Deep Metadata API? Richer interactions in your analytics apps, creator profile, player overlays or other extensions. Gather data about creators: Which heroes do they play? How often? From which heroes do they most often lose? How many times did they win in the last week? How do they rank? Which game mode do they play most?
  • 9. #TwitchDevDay How to Use the Deep Metadata API Sample Call curl -H 'Client-ID: <your Client-ID>' -X GET 'https://api.twitch.tv/helix/streams/metadata'
  • 10. #TwitchDevDay Sample Response Using the Deep
 Metadata API {"data": [ { "user_id":"1564968", "game_id":"138585", "overwatch":null, "hearthstone":{ "broadcaster":{ "hero":{ "type":"Classic hero", "class":"Shaman", "name":"Thrall" } }, "opponent":{ "hero":{ "type":"Classic hero", "class":"Warrior", "name":"Garrosh Hellscream" } } } }, . . . ], }
  • 11. #TwitchDevDay What’s Coming Up Support for VOD More games, more metadata types! Which game would you like to see next? What type of metadata is useful to you?
  • 13. #TwitchDevDay Basic CRUD service Manages relationship between users No relationship Pending request in either direction Friendship Handles around 8,000 requests per second Separate but related API Endpoints What is the Friends API?
  • 14. #TwitchDevDay Manages state from all your open sessions Attempts to smartly determine what a user is doing from all this session information Streaming, Watching, Playing Presence handles around 900 requests per second 75% of these are writes, as it’s based on a heartbeat. Presence Experimentation Separate but related API Endpoints What is the Presence API?
  • 15. #TwitchDevDay Presence API Flow Sends user status via websocket to our Android and iOS apps, the website, and the Desktop App. Can also send to third parties Receives status from those platforms as heartbeats via API Can also receive from third parties
  • 16. #TwitchDevDay What could you do with the system? How can you use Friends? Gather Friendships to power your system Who are these users’ friends? What are they doing with your systems? Could new friendships be created to leverage social gaming? Create new friendships in the Twitch Friends system Could users add friends via your platform?
  • 17. #TwitchDevDay How best to use the system Friends API Best Practices Two-way usage - if you’re going to read/utilize friends, we’d love it if you’re adding friendships too. Don’t use our system to power a distinct system without returning any value.
  • 18. #TwitchDevDay Read Presence What are users on the site doing right now? What are a specific set of users doing right now? Write Presence What presence states could I send back to show to other users? Streaming: <game> Playing: <game>, <additional game context> Watching: <channel> (hosted), <game> What could you do with the system? How can you use Presence?
  • 19. #TwitchDevDay Write as well as reading Create Friendships Use the richness of the statuses Presence offers! How best to use the system Presence Best Practices
  • 20. #TwitchDevDay In Conclusion… Friends and Presence are powerful systems to leverage the social nature of gaming. The Deep Metadata API enables you to create rich experiences with the power of live game metadata. 1 2