SlideShare una empresa de Scribd logo
1 de 22
Descargar para leer sin conexión
Bernard J. Jansen1, Soon-gyo Jung1, Joni Salminen1,2, Jisun An1,
Haewoon Kwak1
1Hamad Bin Khalifa University, Doha, Qatar
2 University of Turku, Turku, Finland
bjansen@hbku.edu.qa, sjung@hbku.edu.qa, jsalminen@hbku.edu.qa,
jan@hbku.edu.qa, hkwak@hbku.edu.qa
5th International conference ‘Internet Science’ (INSCI'2018)
St. Petersburg, Russia, October 24 to 26, 2018.
Combining Behaviors and
Demographics to Segment
Online Audiences:
Experiments with a YouTube Channel
Problem
Read also: Salminen, J., Milenković, M. and Jansen, B.J.
(2017), “Problems of Data Science in Organizations: An
Explorative Qualitative Analysis of Business Professionals’
Concerns”, Proceedings of International Conference on
Electronic Business (ICEB 2017), Dubai.
Problem
• Social media channels with audiences in the millions are
increasingly common.
• Efforts at segmenting audiences for populations of these
sizes can result in hundreds of audience segments, as
the compositions of the overall audiences tend to be
complex.
• Although understanding audience segments is
important for strategic planning, tactical decision
making, and content creation, it is unrealistic for
human decision makers to effectively utilize
hundreds of audience segments in these tasks.
Problem
• In this research, we present efforts at simplifying the
segmentation of audience populations to increase
their practical utility.
• Using millions of interactions with hundreds of
thousands of viewers with an organization’s online
content collection, we first conduct behavioral
profiling, and then demographic profiling.
…the outcomes are implemented in real online system
for automatic persona generation.
Data collection
• Our data source is the online news channel AJ+ , which was
designed from its founding to serve news in the medium of the
viewer, with no redirect to a website or other platform.
• For this research, we use the AJ+ YouTube Channel.
However, the technique presented here is generalizable to any
social media channel providing aggregated audience statistics.
• We collect data on 4,320 YouTube videos produced from June
13, 2014 to July 27, 2016.
• Collectively, these videos have had more than 30 million views
from people in 190 countries at the time of the data collection.
• The YouTube analytics platform provides, for each video, view
counts by user group (age, gender, country).
• We access the data via the YouTube application programming
interface (API), through which data can be collected
automatically if permission is granted by the channel owner.
Data structure
Type Description
Demographic
attributes
ageGroup: YouTube viewers are classified into multiple age
categories (13-17, 18-24, 25-34, 35-44, 45-54, 55-64, and 65
years and older); 7 possible age categories for a customer.
gender: YouTube viewers are classified as either male or
female, so there are 2 possible categories.
country: YouTube uses the two-letter ISO-3166-1 country
code index to classify where viewers are from, with 249
current officially assigned country codes at the time of this
study.
Behavioral
attribute
viewCount: YouTube provides the number of views per
video for a given [country] by [gender, ageGroup].
Matrix decomposition
For each content piece and
aggregated user group, we
retrieve a value of the chosen
interaction metric. Then we
decompose this matrix V into W
and H in regards to p, which is
the number of segments [1].
[1] An, J., Kwak, H., & Jansen, B. J. (2017). Personas for
Content Creators via Decomposed Aggregate Audience
Statistics. In Proceedings of Advances in Social Network
Analysis and Mining (ASONAM 2017). Sydney, Australia.
Overview of segmentation
• We decompose (i.e., separate into simpler components) the matrix V into two
matrices: W and H.
• Matrix H contains the audience behaviors and matrix W contains the user
demographics.
• Matrix H encodes an association between the behavioral segments and the
individual videos. Once we have the matrix H, we discover, via NMF, the
latent patterns describing the user segment interactions with the videos.
• The matrix W encodes an association between user demographic groups and
behavioral user segments with the set of corresponding user demographic
segments each with an associated weight indicating how strongly each
demographic segment is associated with the given behavioral segment.
• Each row in W represents how each demographic segment can be
characterized by different behavioral patterns. The columns in W show how
strongly each latent behavioral pattern is associated with different
demographic segments.
Example
User Behavioral Segment #1 (B1)
Seg. Country Age Gender Weight z-score
D1 US 25 male 415.73 2.330935
D2 US 35 male 313.00 1.215947
D3 US 45 male 221.56 0.223497
D4 CA 25 male 216.42 0.167709
D5 CA 35 male 176.54 -0.26513
D6 US 55 male 165.83 -0.38137
D7 GB 25 male 147.47 -0.58064
D8 CA 45 male 124.21 -0.8331
D9 US 65 male 114.93 -0.93382
D10 GB 35 male 113.99 -0.94402
Simplification heuristics
• For this research, we use 15 behavioral segments, each associated with 10
demographic segments. Therefore, we have a total of 150 potential
segments, which is the number we aim to reduce.
• Using elbow and z-score approaches, we reduce our entire data set of 150
audience segments to 63 segments (a 58% reduction).
Simplification heuristics
• For this research, we use 15 behavioral segments, each associated with 10
demographic segments. Therefore, we have a total of 150 potential
segments, which is the number we aim to reduce.
• Using elbow and z-score approaches, we reduce our entire data set of 150
audience segments to 63 segments (a 58% reduction).
• Country heuristic: If two or more demographic segments are from the same country, then
those audience segments are candidates for consolidation
• Gender heuristic: If demographic segments are of the same gender from the same country,
those segments are candidates for consolidation
• Age heuristic: (a) if the age bracket is bounded by corresponding age brackets from the same
country and gender, then the age brackets are aggregated, or (b) if the age bracket is adjacent to
a corresponding age bracket from the same country and gender, then the two age brackets are
aggregated.
Simplification heuristics
• For this research, we use 15 behavioral segments, each associated with 10
demographic segments. Therefore, we have a total of 150 potential
segments, which is the number we aim to reduce.
• Using elbow and z-score approaches, we reduce our entire data set of 150
audience segments to 63 segments (a 58% reduction).
• Country heuristic: If two or more demographic segments are from the same country, then
those audience segments are candidates for consolidation
• Gender heuristic: If demographic segments are of the same gender from the same country,
those segments are candidates for consolidation
• Age heuristic: (a) if the age bracket is bounded by corresponding age brackets from the same
country and gender, then the age brackets are aggregated, or (b) if the age bracket is adjacent to
a corresponding age bracket from the same country and gender, then the two age brackets are
aggregated.
• When applying the country, gender, and age consolidations to each of the 15
behavioral segments, our original 150 integrated audience segments are reduced
to 42 segments, a 72% reduction.
Advantages
1. Simplifies behaviorally and demographically complex
customer base: With the example dataset, we achieved a
72% simplification of the segments
2. Demographic groups can belong to many behavioral
groups (unlike in clustering)
3. Behavior is the basis for segmentation (as
recommended in state-of-the-art marketing theory)
4. The approach is generalizable to any customer data
with age, gender, location and interaction metric
(e.g., social media data, in-house data)
How do we actually utilize the
results of this research?
Automatic Persona Generation (APG)
See the personas
Persona Listing based on selections. Clicking on
persona image displays persona profile.
Learn about the personas
Persona Profile, with image, name, attributes, topics,
most interested content, audience size, etc.
View changes in personas over time
Shows the similarities and changes in the persona set
over time.
View how personas interact with content
Analyze how well your content interests
different segments.
Identify market opportunities
Identify gaps in current and potential audience.
The share
of our
audience is
like this
The share of
total
audience in
the world is
like this
Configuration
Collection
Generation
A matrix of
content interaction patterns
Automatically generated
personas
Collection/Generation/API
information
See: http://persona.qcri.org
Read: Jung, S., Salminen, J., An, J., Kwak, H. and Jansen, B.J.
(2018), “Automatically Conceptualizing Social Media Analytics Data
via Personas”, presented at the International AAAI Conference on Web
and Social Media (ICWSM 2018), San Francisco, California, USA.
Thank you!

Más contenido relacionado

La actualidad más candente

Analysis, design and implementation of a Multi-Criteria Recommender System ba...
Analysis, design and implementation of a Multi-Criteria Recommender System ba...Analysis, design and implementation of a Multi-Criteria Recommender System ba...
Analysis, design and implementation of a Multi-Criteria Recommender System ba...
Davide Giannico
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
idoguy
 
Recommender system a-introduction
Recommender system a-introductionRecommender system a-introduction
Recommender system a-introduction
zh3f
 

La actualidad más candente (20)

DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...
DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...DESIGNING A RECOMMENDER SYSTEM BASED ON  SOCIAL NETWORKS AND LOCATION BASED  ...
DESIGNING A RECOMMENDER SYSTEM BASED ON SOCIAL NETWORKS AND LOCATION BASED ...
 
A survey on recommendation system
A survey on recommendation systemA survey on recommendation system
A survey on recommendation system
 
Recommender system
Recommender systemRecommender system
Recommender system
 
Point of-interest recommendation for location promotion in location-based soc...
Point of-interest recommendation for location promotion in location-based soc...Point of-interest recommendation for location promotion in location-based soc...
Point of-interest recommendation for location promotion in location-based soc...
 
Best Practices in Recommender System Challenges
Best Practices in Recommender System ChallengesBest Practices in Recommender System Challenges
Best Practices in Recommender System Challenges
 
Large scale social recommender systems and their evaluation
Large scale social recommender systems and their evaluationLarge scale social recommender systems and their evaluation
Large scale social recommender systems and their evaluation
 
Information Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slidesInformation Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slides
 
A location based movie recommender system
A location based movie recommender systemA location based movie recommender system
A location based movie recommender system
 
Active Learning in Collaborative Filtering Recommender Systems : a Survey
Active Learning in Collaborative Filtering Recommender Systems : a SurveyActive Learning in Collaborative Filtering Recommender Systems : a Survey
Active Learning in Collaborative Filtering Recommender Systems : a Survey
 
Analysis, design and implementation of a Multi-Criteria Recommender System ba...
Analysis, design and implementation of a Multi-Criteria Recommender System ba...Analysis, design and implementation of a Multi-Criteria Recommender System ba...
Analysis, design and implementation of a Multi-Criteria Recommender System ba...
 
Movie recommendation system using collaborative filtering system
Movie recommendation system using collaborative filtering system Movie recommendation system using collaborative filtering system
Movie recommendation system using collaborative filtering system
 
Recommendation systems
Recommendation systems  Recommendation systems
Recommendation systems
 
Tutorial on Relationship Mining In Online Social Networks
Tutorial on Relationship Mining In Online Social NetworksTutorial on Relationship Mining In Online Social Networks
Tutorial on Relationship Mining In Online Social Networks
 
Preference Elicitation in Recommender Systems
Preference Elicitation in Recommender SystemsPreference Elicitation in Recommender Systems
Preference Elicitation in Recommender Systems
 
Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011Social Recommender Systems Tutorial - WWW 2011
Social Recommender Systems Tutorial - WWW 2011
 
T0 numtq0njc=
T0 numtq0njc=T0 numtq0njc=
T0 numtq0njc=
 
IRJET- Analyzing Sentiments in One Go
IRJET-  	  Analyzing Sentiments in One GoIRJET-  	  Analyzing Sentiments in One Go
IRJET- Analyzing Sentiments in One Go
 
Proposal final
Proposal finalProposal final
Proposal final
 
Recommender system a-introduction
Recommender system a-introductionRecommender system a-introduction
Recommender system a-introduction
 
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
IRJET- Review on Different Recommendation Techniques for GRS in Online Social...
 

Similar a Combining Behaviors and Demographics to Segment Online Audiences:Experiments with a YouTube Channel

OverviewIn this module, you will finalize the completion of .docx
OverviewIn this module, you will finalize the completion of .docxOverviewIn this module, you will finalize the completion of .docx
OverviewIn this module, you will finalize the completion of .docx
aman341480
 
You will be working on this project for Modules 7 and 8. You must go
You will be working on this project for Modules 7 and 8. You must goYou will be working on this project for Modules 7 and 8. You must go
You will be working on this project for Modules 7 and 8. You must go
walthamcoretta
 
Original Research in Current Employment
Original Research in Current EmploymentOriginal Research in Current Employment
Original Research in Current Employment
Carlos Vasquez
 
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
madlynplamondon
 
Social media recommendation based on people and tags (final)
Social media recommendation based on people and tags (final)Social media recommendation based on people and tags (final)
Social media recommendation based on people and tags (final)
es712
 
Demographic Comparison1 – Population PyramidsBolivia C.docx
Demographic Comparison1 – Population PyramidsBolivia C.docxDemographic Comparison1 – Population PyramidsBolivia C.docx
Demographic Comparison1 – Population PyramidsBolivia C.docx
theodorelove43763
 
Ccr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online datingCcr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online dating
Sean Chiu
 

Similar a Combining Behaviors and Demographics to Segment Online Audiences:Experiments with a YouTube Channel (20)

“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...
“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...
“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...
 
Demography basedhybridrecommendersystemformovierecommendation
Demography basedhybridrecommendersystemformovierecommendationDemography basedhybridrecommendersystemformovierecommendation
Demography basedhybridrecommendersystemformovierecommendation
 
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
 
The influence of social media advertising on consumer.pptx
The influence of social media advertising on consumer.pptxThe influence of social media advertising on consumer.pptx
The influence of social media advertising on consumer.pptx
 
Population projection (30 1-2017) by dr min ko ko
Population projection (30 1-2017)  by dr min ko koPopulation projection (30 1-2017)  by dr min ko ko
Population projection (30 1-2017) by dr min ko ko
 
SMART_Newsletter_Vol5_Iss1
SMART_Newsletter_Vol5_Iss1SMART_Newsletter_Vol5_Iss1
SMART_Newsletter_Vol5_Iss1
 
Multimedia data minig and analytics sentiment analysis using social multimedia
Multimedia data minig and analytics sentiment analysis using social multimediaMultimedia data minig and analytics sentiment analysis using social multimedia
Multimedia data minig and analytics sentiment analysis using social multimedia
 
Day 2 Session 11 Almanzar_ Value chain toolkit
Day 2 Session 11 Almanzar_ Value chain toolkitDay 2 Session 11 Almanzar_ Value chain toolkit
Day 2 Session 11 Almanzar_ Value chain toolkit
 
Survey of generational communications differences around the globe
Survey of generational communications differences around the globeSurvey of generational communications differences around the globe
Survey of generational communications differences around the globe
 
OverviewIn this module, you will finalize the completion of .docx
OverviewIn this module, you will finalize the completion of .docxOverviewIn this module, you will finalize the completion of .docx
OverviewIn this module, you will finalize the completion of .docx
 
Open Platforms & Data Smarts: How We Can Do Good Better
Open Platforms & Data Smarts: How We Can Do Good BetterOpen Platforms & Data Smarts: How We Can Do Good Better
Open Platforms & Data Smarts: How We Can Do Good Better
 
You will be working on this project for Modules 7 and 8. You must go
You will be working on this project for Modules 7 and 8. You must goYou will be working on this project for Modules 7 and 8. You must go
You will be working on this project for Modules 7 and 8. You must go
 
Original Research in Current Employment
Original Research in Current EmploymentOriginal Research in Current Employment
Original Research in Current Employment
 
Spss project final
Spss project finalSpss project final
Spss project final
 
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
 
Social media recommendation based on people and tags (final)
Social media recommendation based on people and tags (final)Social media recommendation based on people and tags (final)
Social media recommendation based on people and tags (final)
 
Demographic Comparison1 – Population PyramidsBolivia C.docx
Demographic Comparison1 – Population PyramidsBolivia C.docxDemographic Comparison1 – Population PyramidsBolivia C.docx
Demographic Comparison1 – Population PyramidsBolivia C.docx
 
Ccr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online datingCcr a content collaborative reciprocal recommender for online dating
Ccr a content collaborative reciprocal recommender for online dating
 
windshield survey essay APA.docx
windshield survey essay APA.docxwindshield survey essay APA.docx
windshield survey essay APA.docx
 
A Neural Network-Inspired Approach For Improved And True Movie Recommendations
A Neural Network-Inspired Approach For Improved And True Movie RecommendationsA Neural Network-Inspired Approach For Improved And True Movie Recommendations
A Neural Network-Inspired Approach For Improved And True Movie Recommendations
 

Más de Joni Salminen

Más de Joni Salminen (20)

Automatic Persona Generation: Introduction & Current Challenges
Automatic Persona Generation: Introduction & Current ChallengesAutomatic Persona Generation: Introduction & Current Challenges
Automatic Persona Generation: Introduction & Current Challenges
 
Five NLP Challenges in Data-Driven Personas
Five NLP Challenges in Data-Driven PersonasFive NLP Challenges in Data-Driven Personas
Five NLP Challenges in Data-Driven Personas
 
Problem of majority voting
Problem of majority votingProblem of majority voting
Problem of majority voting
 
Persona Analytics: Progress Report and Road Ahead
Persona Analytics: Progress Report and Road AheadPersona Analytics: Progress Report and Road Ahead
Persona Analytics: Progress Report and Road Ahead
 
Enriching social media personas with personality traits
Enriching social media personas with personality traitsEnriching social media personas with personality traits
Enriching social media personas with personality traits
 
Research Roadmap for Automatic Persona Generation (2018)
Research Roadmap for Automatic Persona Generation (2018)Research Roadmap for Automatic Persona Generation (2018)
Research Roadmap for Automatic Persona Generation (2018)
 
To Use Branded Keywords or Not? Rationale of Professional Search-engine Marke...
To Use Branded Keywords or Not? Rationale of Professional Search-engine Marke...To Use Branded Keywords or Not? Rationale of Professional Search-engine Marke...
To Use Branded Keywords or Not? Rationale of Professional Search-engine Marke...
 
Determining Online Brand Reputation with Machine Learning from Social Media M...
Determining Online Brand Reputation with Machine Learning from Social Media M...Determining Online Brand Reputation with Machine Learning from Social Media M...
Determining Online Brand Reputation with Machine Learning from Social Media M...
 
Is More Better?: Impact of Multiple Photos on Perception of Persona Profiles
Is More Better?: Impact of Multiple Photos on Perception of Persona ProfilesIs More Better?: Impact of Multiple Photos on Perception of Persona Profiles
Is More Better?: Impact of Multiple Photos on Perception of Persona Profiles
 
Anatomy of Online Hate: Developing a Taxonomy and Machine Learning Models for...
Anatomy of Online Hate: Developing a Taxonomy and Machine Learning Models for...Anatomy of Online Hate: Developing a Taxonomy and Machine Learning Models for...
Anatomy of Online Hate: Developing a Taxonomy and Machine Learning Models for...
 
OSS-EBM: Open Source Software Entrepreneurial Business Modelling
OSS-EBM: Open Source Software Entrepreneurial Business ModellingOSS-EBM: Open Source Software Entrepreneurial Business Modelling
OSS-EBM: Open Source Software Entrepreneurial Business Modelling
 
Gender effect on e-commerce sales of experience gifts: Preliminary empirical ...
Gender effect on e-commerce sales of experience gifts: Preliminary empirical ...Gender effect on e-commerce sales of experience gifts: Preliminary empirical ...
Gender effect on e-commerce sales of experience gifts: Preliminary empirical ...
 
Tips for Scale Development: Evaluating Automatic Personas
Tips for Scale Development: Evaluating Automatic PersonasTips for Scale Development: Evaluating Automatic Personas
Tips for Scale Development: Evaluating Automatic Personas
 
Big Data, Small Personas: Research Agenda for Automatic Persona Generation
Big Data, Small Personas: Research Agenda for Automatic Persona GenerationBig Data, Small Personas: Research Agenda for Automatic Persona Generation
Big Data, Small Personas: Research Agenda for Automatic Persona Generation
 
Why do startups avoid difficult problems?
Why do startups avoid difficult problems?Why do startups avoid difficult problems?
Why do startups avoid difficult problems?
 
Social Espionage: Drawing Benefit from Competitors’ Social Media Presence
Social Espionage: Drawing Benefit from Competitors’ Social Media PresenceSocial Espionage: Drawing Benefit from Competitors’ Social Media Presence
Social Espionage: Drawing Benefit from Competitors’ Social Media Presence
 
Strategic Digital Marketing (Digital Marketing '15 @ Oulu University)
Strategic Digital Marketing (Digital Marketing '15 @ Oulu University)Strategic Digital Marketing (Digital Marketing '15 @ Oulu University)
Strategic Digital Marketing (Digital Marketing '15 @ Oulu University)
 
Social Media Marketing (Digital Marketing '15 @ Oulu University)
Social Media Marketing (Digital Marketing '15 @ Oulu University)Social Media Marketing (Digital Marketing '15 @ Oulu University)
Social Media Marketing (Digital Marketing '15 @ Oulu University)
 
Search Engine Marketing (Digital Marketing '15 @ Oulu University)
Search Engine Marketing (Digital Marketing '15 @ Oulu University)Search Engine Marketing (Digital Marketing '15 @ Oulu University)
Search Engine Marketing (Digital Marketing '15 @ Oulu University)
 
Introduction to Digital Marketing (Digital Marketing '15 @ Oulu University)
Introduction to Digital Marketing (Digital Marketing '15 @ Oulu University)Introduction to Digital Marketing (Digital Marketing '15 @ Oulu University)
Introduction to Digital Marketing (Digital Marketing '15 @ Oulu University)
 

Último

The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 

Último (20)

Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 Updated
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
 
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGParadip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Paradip CALL GIRL❤7091819311❤CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Falcon Invoice Discounting: Tailored Financial Wings
Falcon Invoice Discounting: Tailored Financial WingsFalcon Invoice Discounting: Tailored Financial Wings
Falcon Invoice Discounting: Tailored Financial Wings
 
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
Horngren’s Cost Accounting A Managerial Emphasis, Canadian 9th edition soluti...
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
 
Falcon Invoice Discounting: Aviate Your Cash Flow Challenges
Falcon Invoice Discounting: Aviate Your Cash Flow ChallengesFalcon Invoice Discounting: Aviate Your Cash Flow Challenges
Falcon Invoice Discounting: Aviate Your Cash Flow Challenges
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptx
 
Cracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' SlideshareCracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' Slideshare
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
Falcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investorsFalcon Invoice Discounting: The best investment platform in india for investors
Falcon Invoice Discounting: The best investment platform in india for investors
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 

Combining Behaviors and Demographics to Segment Online Audiences:Experiments with a YouTube Channel

  • 1. Bernard J. Jansen1, Soon-gyo Jung1, Joni Salminen1,2, Jisun An1, Haewoon Kwak1 1Hamad Bin Khalifa University, Doha, Qatar 2 University of Turku, Turku, Finland bjansen@hbku.edu.qa, sjung@hbku.edu.qa, jsalminen@hbku.edu.qa, jan@hbku.edu.qa, hkwak@hbku.edu.qa 5th International conference ‘Internet Science’ (INSCI'2018) St. Petersburg, Russia, October 24 to 26, 2018. Combining Behaviors and Demographics to Segment Online Audiences: Experiments with a YouTube Channel
  • 2. Problem Read also: Salminen, J., Milenković, M. and Jansen, B.J. (2017), “Problems of Data Science in Organizations: An Explorative Qualitative Analysis of Business Professionals’ Concerns”, Proceedings of International Conference on Electronic Business (ICEB 2017), Dubai.
  • 3. Problem • Social media channels with audiences in the millions are increasingly common. • Efforts at segmenting audiences for populations of these sizes can result in hundreds of audience segments, as the compositions of the overall audiences tend to be complex. • Although understanding audience segments is important for strategic planning, tactical decision making, and content creation, it is unrealistic for human decision makers to effectively utilize hundreds of audience segments in these tasks.
  • 4. Problem • In this research, we present efforts at simplifying the segmentation of audience populations to increase their practical utility. • Using millions of interactions with hundreds of thousands of viewers with an organization’s online content collection, we first conduct behavioral profiling, and then demographic profiling. …the outcomes are implemented in real online system for automatic persona generation.
  • 5. Data collection • Our data source is the online news channel AJ+ , which was designed from its founding to serve news in the medium of the viewer, with no redirect to a website or other platform. • For this research, we use the AJ+ YouTube Channel. However, the technique presented here is generalizable to any social media channel providing aggregated audience statistics. • We collect data on 4,320 YouTube videos produced from June 13, 2014 to July 27, 2016. • Collectively, these videos have had more than 30 million views from people in 190 countries at the time of the data collection. • The YouTube analytics platform provides, for each video, view counts by user group (age, gender, country). • We access the data via the YouTube application programming interface (API), through which data can be collected automatically if permission is granted by the channel owner.
  • 6. Data structure Type Description Demographic attributes ageGroup: YouTube viewers are classified into multiple age categories (13-17, 18-24, 25-34, 35-44, 45-54, 55-64, and 65 years and older); 7 possible age categories for a customer. gender: YouTube viewers are classified as either male or female, so there are 2 possible categories. country: YouTube uses the two-letter ISO-3166-1 country code index to classify where viewers are from, with 249 current officially assigned country codes at the time of this study. Behavioral attribute viewCount: YouTube provides the number of views per video for a given [country] by [gender, ageGroup].
  • 7. Matrix decomposition For each content piece and aggregated user group, we retrieve a value of the chosen interaction metric. Then we decompose this matrix V into W and H in regards to p, which is the number of segments [1]. [1] An, J., Kwak, H., & Jansen, B. J. (2017). Personas for Content Creators via Decomposed Aggregate Audience Statistics. In Proceedings of Advances in Social Network Analysis and Mining (ASONAM 2017). Sydney, Australia.
  • 8. Overview of segmentation • We decompose (i.e., separate into simpler components) the matrix V into two matrices: W and H. • Matrix H contains the audience behaviors and matrix W contains the user demographics. • Matrix H encodes an association between the behavioral segments and the individual videos. Once we have the matrix H, we discover, via NMF, the latent patterns describing the user segment interactions with the videos. • The matrix W encodes an association between user demographic groups and behavioral user segments with the set of corresponding user demographic segments each with an associated weight indicating how strongly each demographic segment is associated with the given behavioral segment. • Each row in W represents how each demographic segment can be characterized by different behavioral patterns. The columns in W show how strongly each latent behavioral pattern is associated with different demographic segments.
  • 9. Example User Behavioral Segment #1 (B1) Seg. Country Age Gender Weight z-score D1 US 25 male 415.73 2.330935 D2 US 35 male 313.00 1.215947 D3 US 45 male 221.56 0.223497 D4 CA 25 male 216.42 0.167709 D5 CA 35 male 176.54 -0.26513 D6 US 55 male 165.83 -0.38137 D7 GB 25 male 147.47 -0.58064 D8 CA 45 male 124.21 -0.8331 D9 US 65 male 114.93 -0.93382 D10 GB 35 male 113.99 -0.94402
  • 10. Simplification heuristics • For this research, we use 15 behavioral segments, each associated with 10 demographic segments. Therefore, we have a total of 150 potential segments, which is the number we aim to reduce. • Using elbow and z-score approaches, we reduce our entire data set of 150 audience segments to 63 segments (a 58% reduction).
  • 11. Simplification heuristics • For this research, we use 15 behavioral segments, each associated with 10 demographic segments. Therefore, we have a total of 150 potential segments, which is the number we aim to reduce. • Using elbow and z-score approaches, we reduce our entire data set of 150 audience segments to 63 segments (a 58% reduction). • Country heuristic: If two or more demographic segments are from the same country, then those audience segments are candidates for consolidation • Gender heuristic: If demographic segments are of the same gender from the same country, those segments are candidates for consolidation • Age heuristic: (a) if the age bracket is bounded by corresponding age brackets from the same country and gender, then the age brackets are aggregated, or (b) if the age bracket is adjacent to a corresponding age bracket from the same country and gender, then the two age brackets are aggregated.
  • 12. Simplification heuristics • For this research, we use 15 behavioral segments, each associated with 10 demographic segments. Therefore, we have a total of 150 potential segments, which is the number we aim to reduce. • Using elbow and z-score approaches, we reduce our entire data set of 150 audience segments to 63 segments (a 58% reduction). • Country heuristic: If two or more demographic segments are from the same country, then those audience segments are candidates for consolidation • Gender heuristic: If demographic segments are of the same gender from the same country, those segments are candidates for consolidation • Age heuristic: (a) if the age bracket is bounded by corresponding age brackets from the same country and gender, then the age brackets are aggregated, or (b) if the age bracket is adjacent to a corresponding age bracket from the same country and gender, then the two age brackets are aggregated. • When applying the country, gender, and age consolidations to each of the 15 behavioral segments, our original 150 integrated audience segments are reduced to 42 segments, a 72% reduction.
  • 13. Advantages 1. Simplifies behaviorally and demographically complex customer base: With the example dataset, we achieved a 72% simplification of the segments 2. Demographic groups can belong to many behavioral groups (unlike in clustering) 3. Behavior is the basis for segmentation (as recommended in state-of-the-art marketing theory) 4. The approach is generalizable to any customer data with age, gender, location and interaction metric (e.g., social media data, in-house data)
  • 14. How do we actually utilize the results of this research?
  • 16. See the personas Persona Listing based on selections. Clicking on persona image displays persona profile.
  • 17. Learn about the personas Persona Profile, with image, name, attributes, topics, most interested content, audience size, etc.
  • 18. View changes in personas over time Shows the similarities and changes in the persona set over time.
  • 19. View how personas interact with content Analyze how well your content interests different segments.
  • 20. Identify market opportunities Identify gaps in current and potential audience. The share of our audience is like this The share of total audience in the world is like this
  • 21. Configuration Collection Generation A matrix of content interaction patterns Automatically generated personas Collection/Generation/API information See: http://persona.qcri.org Read: Jung, S., Salminen, J., An, J., Kwak, H. and Jansen, B.J. (2018), “Automatically Conceptualizing Social Media Analytics Data via Personas”, presented at the International AAAI Conference on Web and Social Media (ICWSM 2018), San Francisco, California, USA.