SlideShare a Scribd company logo
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!

More Related Content

PDF
User Studies for APG: How to support system development with user feedback?
PDF
Service Rating Prediction by check-in and check-out behavior of user and POI
PPTX
Knowledge discovery in social media mining for market analysis
PDF
IRJET- Hybrid Book Recommendation System
PDF
FIND MY VENUE: Content & Review Based Location Recommendation System
PPT
Social Recommender Systems
PDF
A Multi-Criteria Recommender System Exploiting Aspect-based Sentiment Analysi...
PDF
20120140506003
User Studies for APG: How to support system development with user feedback?
Service Rating Prediction by check-in and check-out behavior of user and POI
Knowledge discovery in social media mining for market analysis
IRJET- Hybrid Book Recommendation System
FIND MY VENUE: Content & Review Based Location Recommendation System
Social Recommender Systems
A Multi-Criteria Recommender System Exploiting Aspect-based Sentiment Analysi...
20120140506003

What's hot (20)

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

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

PDF
“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...
PDF
Demography basedhybridrecommendersystemformovierecommendation
PDF
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
PPTX
The influence of social media advertising on consumer.pptx
PPTX
Population projection (30 1-2017) by dr min ko ko
PDF
SMART_Newsletter_Vol5_Iss1
PDF
Multimedia data minig and analytics sentiment analysis using social multimedia
PDF
Day 2 Session 11 Almanzar_ Value chain toolkit
PDF
Survey of generational communications differences around the globe
DOCX
OverviewIn this module, you will finalize the completion of .docx
PPTX
Open Platforms & Data Smarts: How We Can Do Good Better
DOCX
You will be working on this project for Modules 7 and 8. You must go
PPTX
Design of surveillance systems_UCSF_270225.pptx
PDF
Original Research in Current Employment
DOCX
Spss project final
DOCX
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
PPT
Social media recommendation based on people and tags (final)
DOCX
Demographic Comparison1 – Population PyramidsBolivia C.docx
PDF
Ccr a content collaborative reciprocal recommender for online dating
DOCX
windshield survey essay APA.docx
“Job Quality, Labour Market Performance and Well-Being”_Hijzen_extending the ...
Demography basedhybridrecommendersystemformovierecommendation
Towards Fairer Datasets: Filtering and Balancing the Distribution of the Peop...
The influence of social media advertising on consumer.pptx
Population projection (30 1-2017) by dr min ko ko
SMART_Newsletter_Vol5_Iss1
Multimedia data minig and analytics sentiment analysis using social multimedia
Day 2 Session 11 Almanzar_ Value chain toolkit
Survey of generational communications differences around the globe
OverviewIn this module, you will finalize the completion of .docx
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
Design of surveillance systems_UCSF_270225.pptx
Original Research in Current Employment
Spss project final
(INSTRUCTIONS) Your submission should be a minimum of 2000 words (m.docx
Social media recommendation based on people and tags (final)
Demographic Comparison1 – Population PyramidsBolivia C.docx
Ccr a content collaborative reciprocal recommender for online dating
windshield survey essay APA.docx
Ad

More from Joni Salminen (20)

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

Recently uploaded (20)

PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PPTX
Lecture (1)-Introduction.pptx business communication
PDF
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
DOCX
Euro SEO Services 1st 3 General Updates.docx
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PPTX
5 Stages of group development guide.pptx
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PDF
How to Get Funding for Your Trucking Business
PPT
Chapter four Project-Preparation material
PDF
Power and position in leadershipDOC-20250808-WA0011..pdf
PPTX
New Microsoft PowerPoint Presentation - Copy.pptx
PDF
COST SHEET- Tender and Quotation unit 2.pdf
DOCX
unit 1 COST ACCOUNTING AND COST SHEET
PDF
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
PDF
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PDF
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
PDF
Business model innovation report 2022.pdf
PPTX
HR Introduction Slide (1).pptx on hr intro
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
Lecture (1)-Introduction.pptx business communication
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
Euro SEO Services 1st 3 General Updates.docx
Reconciliation AND MEMORANDUM RECONCILATION
5 Stages of group development guide.pptx
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
How to Get Funding for Your Trucking Business
Chapter four Project-Preparation material
Power and position in leadershipDOC-20250808-WA0011..pdf
New Microsoft PowerPoint Presentation - Copy.pptx
COST SHEET- Tender and Quotation unit 2.pdf
unit 1 COST ACCOUNTING AND COST SHEET
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
20250805_A. Stotz All Weather Strategy - Performance review July 2025.pdf
Ôn tập tiếng anh trong kinh doanh nâng cao
SIMNET Inc – 2023’s Most Trusted IT Services & Solution Provider
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
Business model innovation report 2022.pdf
HR Introduction Slide (1).pptx on hr intro

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.