Difference between revisions of "Group04 Interim"

From Analytics Practicum
Jump to navigation Jump to search
Line 143: Line 143:
 
As the average view counts for each channel are statistically different from each other at a 95% confidence interview, we are able to compare across channels. As seen in the graph below, in 2017, SGAG published 31.6% of videos but only obtains a low 3.6% in terms of share of view counts.  
 
As the average view counts for each channel are statistically different from each other at a 95% confidence interview, we are able to compare across channels. As seen in the graph below, in 2017, SGAG published 31.6% of videos but only obtains a low 3.6% in terms of share of view counts.  
  
[[Image: b.png |600px|center]]
+
[[Image: b.png |300px|center]]
  
 
In short, the quantity of videos published is not the driving factor of video performance. This  can be best exemplified by Night Owl Cinematics, whereby it accounts for the least number of videos published but the majority of viewshare in 2017.
 
In short, the quantity of videos published is not the driving factor of video performance. This  can be best exemplified by Night Owl Cinematics, whereby it accounts for the least number of videos published but the majority of viewshare in 2017.

Revision as of 19:56, 18 February 2018

GROUP4  
04HOMEPAGE.png HOMEPAGE   04OVERVIEW.png PROJECT OVERVIEW   04FINDINGS.png PROJECT FINDINGS   04PM.png PROJECT MANAGEMENT   04DOCUMENTATION.png DOCUMENTATION   04MAIN.png ANALY482 MAIN  
PROPOSAL

INTERIM

FINAL




Data Preparation

YouTube Posts

To help SGAG conduct a comprehensive competitor analysis on YouTube, we scraped all metal data from Night Owl Cinematic, TheSmartLocal and SGAG’s YouTube channels using YouTube-DL into .json files. Using Python, we parsed the necessary data into a csv format before importing the data into JMP Pro.

Removing Outliers

View Counts

After which, we removed outliers based off view counts as view count is the only indicator of a viral YouTube video. It is also important to note that we removed such outliers by channel as each channel would have different levels of average performances. We did this using JMP Pro's Quantile Range Outliers analysis, using the default tail quantile of 0.1 and Q scaling factor of 3. The table below shows examples of outliers:

Outliers.png

As mentioned in the proposal report, the Pokemon Go prank was a viral video as it was a prank carried out during the Pokemon Go craze by the SGAG team who tricked the public crowd into thinking there is a Snorlax nearby, when there was none.

Published Date

To ensure a fair comparison in terms of time frame, we would be filtering the data to only include videos published after 15 October 2014. This is as the first SGAG YouTube video was published in 15 October 2014.

The table below summaries the new number of data points after removing such outliers:

Post.png

Creating New Variable

We created the following new variable that may be used for analysis:

Variable.png

Updated Metadata Table

Below is the final metadata of the data we have transformed and cleaned.

Updated.png


Exploratory Data Analysis

Objective 3: Competitor Analysis

Overview EDA of YouTube Video Posts

The graph below showcases the various analysis that we would be performing and its associated objectives.

Eda.png

It is also important to note that we would be looking at each and every performance indicator (View Counts, Net Likes and Ratings) as they are not highly correlated with each other. In addition, the table below showcases the key indicators of SGAG.

C.png

View Counts

View counts are used to judge the performance of each YouTube video. By analyzing view counts, we are able to understand the performance SGAG, vis a vis its competitors. We would also look at the trends and view share of each channel to understand what SGAG can do to perform better at a macro level.

Average View Count

As seen in the image below, Night Owl Cinematics is the clear leader in terms of average view counts whereas SGAG lags far behind. It is important to note that they are all statistically different from each other at a 95% confidence interval.

Average.png

Overall View Count Trends

As seen in the graph, there seems to be a general declining trend in terms of average view counts. A confirmatory analysis in the form of a correlation analysis was performed and this was confirmed. The correlation coefficient is at -0.24. This declining trend started consistently post 2015.

Trend.png

However, the total view counts have been increasing since 2014. That being said, the average view counts have been decreasing as the number of videos published have been increasing consistently since 2014. These can be in seen in the graph below.

A.png

In other words, viewers are not watching every single video published and each channel is producing more varied content that appeals to different customer segments.

Growth.png

As seen in the graph above, The Smart Local's view counts have been growing at the fastest rate, relative to its competitors.

Correlation.png

As seen in the table above, Night Owl Cinematics' average view count has been decreasing faster than the whole industry whereas The Smart Local's average view count has been decreasing on par with the industry. This trend started in 2016, implying that SGAG needs to break away from the norm that the other channels have established over the years. In short, emulating Night Owl Cinematics and The Smart Local entirely would not lead to better outcomes in the long run. It is clear that their current video format and content would not help SGAG become the dominant player in the near future.


Share of View Count

As the average view counts for each channel are statistically different from each other at a 95% confidence interview, we are able to compare across channels. As seen in the graph below, in 2017, SGAG published 31.6% of videos but only obtains a low 3.6% in terms of share of view counts.

B.png

In short, the quantity of videos published is not the driving factor of video performance. This can be best exemplified by Night Owl Cinematics, whereby it accounts for the least number of videos published but the majority of viewshare in 2017.

Summary

A summary of insights derived from analysis of overall view counts can be seen below:

  • Night Owl Cinematics have the highest average view counts and SGAG has the lowest.
  • Since 2015, average view counts of all channels are declining over time.
  • The number of videos published are increasing for each channel over time.
  • Total view count is increasing for each channel.
  • Night Owl Cinematic’s share of viewership has been decreasing since 2015 and The Smart Local and SGAG’s share of viewership has been increasing since 2015. The Smart Local’s share of viewership has been increasing much more rapidly than SGAG.
  • SGAG published 31.6% of videos in 2017 but only accounts for 3.6% of viewership. In contrast, Night Owl Cinematics published the least number of videos in 2017 but accounts for the majority of viewership.
  • Night Owl Cinematics’ average view counts are declining at a faster rate than industry and has been starting since 2016.
  • The Smart Local’s average view counts are declining as fast as the industry and has been starting since 2016.

Collectively, it implies that:

  • Viewers are not watching every single video published and that each channel is producing varied content that appeals to different customer segments.
  • The quality and not quantity of videos published matters.
  • Night Owl Cinematics is the clear leader in terms of view counts but The Smart Local is the leader in terms of growth.
  • SGAG have to break away from the norm that the other channels have established over the years as viewer fatigue has clearly set in. SGAG needs to reinvent their content in order to break this declining trend.
  • Emulating Night Owl Cinematics and The Smart Local entirely would not lead to better outcomes in the long run. With a correlation coefficient of -0.43 (Night Owl Cinematics), it is indeed clear that their video format and content would no longer work in the near future, in that it would not guarantee that SGAG becomes the market leader.

Net Likes


Methodology & Tools Used

We used the following tools to perform the above analysis:

  • Python
  • Tableau
  • JMP Pro

In progress.