SlideShare a Scribd company logo
Instagram
User
Analytics
Trainity Instagram
Analysis project using SQL
Queries.
2 Presentation title 20XX
Database provided by
trainity.
Tool used MySQL
workbench.
3 Presentation title 20XX
Database
4 Presentation title 20XX
User analysis is the process by which we track how
users engage and interact with our digital product
(software or mobile application) in an attempt to
derive business insightsfor marketing, product &
development teams.
5 Presentation title 20XX
These insights are then used by teams across the
business to launch a new marketing campaign,
decide on features to build for an app, track the
success of the app by measuring user
engagement and improve the experience
altogether while helping the business grow.
6 Presentation title 20XX
AGENDA
The marketing team wants to launch some
campaigns, and they need your help with the
following…
7 Presentation title 20XX
Rewarding Most Loyal Users: People who have
been using the platform for the longest time.
Task: Find the 5 oldest users of the Instagram
from the database provided
Command –
SELECT *
FROM users
ORDER BY created_at
LIMIT 5;
8Presentation title 20XX
Remind Inactive Users to Start Posting: By
sending them promotional emails to post their
1st photo.
Task: Find the users who have never posted a
single photo on Instagram
Command –
SELECT users.username, users.id
FROM users
WHERE NOT EXISTS ( SELECT * FROM photos
WHERE users.id = photos.user_id)
ORDER BY username;
9Presentation title 20XX
Declaring Contest Winner: The team started a
contest and the user who gets the most likes on
a single photo will win the contest now they
wish to declare the winner.
Task: Identify the winner of the contest and
provide their details to the team.
Command –
SELECT likes.photo_id, users.username,
COUNT(likes.user_id) AS likes_user
FROM likes
INNER JOIN photos ON likes.photo_id =
photos.id
INNER JOIN users ON photo.user_id = users.id
GROUP BY likes.photo_id, users.username
ORDER BY like_user DESC
LIMIT 1
10
Presentation title 20XX
Hashtag Researching: A partner brand
wants to know, which hashtags to use in
the post to reach the most people on the
platform.
Task: Identify and suggest the top 5 most
commonly used hashtags on the platform
Command –
SELECT tags.tag_name,
COUNT(photo_tags.photo.id) AS
num_tags
FROM photo_tags
INNER JOIN tags ON
photo_tags.tag_id=tags.id
GROUP BY tag_name
ORDER BY num_tags DESC
LIMIT 5
11
Presentation title 20XX
Launch AD Campaign: The team wants to
know, which day would be the best day
to launch ADs.
Task: What day of the week do most users
register on? Provide insights on when to
schedule an ad campaign
Command –
SELECT weekday (created_at) as
weekday, COUNT(users.username) AS
user_num
FROM ig_clone.users
GROUP BY weekday
ORDER BY user_num DESC
# 0=Monday, 1=Tuesday and so.. on…#
12
Presentation title 20XX
INVESTOR METRICS
Our Investors want to know if Instagram Is
performing well and is not becoming redundant
like Facebook, They want to assess the app on
following grounds…
13 Presentation title 20XX
User Engagement: Are Users still posting on
Instagram or they are making fewer Posts.
Task: Provide how many times the
average user posts on Instagram, Also
provide total number of photos on
Instagram / total posts
14
Presentation title 20XX
Bots & Fake Accounts: The investors want
to know if the platform is crowded with
fake and dummy accounts
Task: Provide data on users (bots) who
have liked every single photo on the site
(since any normal user would not be able
to do this)
15
Presentation title 20XX
Thank you

More Related Content

Similar to Instgram user analytics.pdf

Android app development guide for freshers by ace web academy
Android app development guide for freshers  by ace web academyAndroid app development guide for freshers  by ace web academy
Android app development guide for freshers by ace web academy
Ace Web Academy -Career Development Center
 
Toronto Raptors App
Toronto Raptors AppToronto Raptors App
Toronto Raptors App
Steve Kawalit
 
INSTAGRAM_DATA_ANALYSIS.PPT.pptx
INSTAGRAM_DATA_ANALYSIS.PPT.pptxINSTAGRAM_DATA_ANALYSIS.PPT.pptx
INSTAGRAM_DATA_ANALYSIS.PPT.pptx
surendrapushpupadhya
 
MGT5419 User Experience Design.docx
MGT5419 User Experience Design.docxMGT5419 User Experience Design.docx
MGT5419 User Experience Design.docx
stirlingvwriters
 
Instagram User Analytics by Sajidkhan.pptx
Instagram User Analytics by Sajidkhan.pptxInstagram User Analytics by Sajidkhan.pptx
Instagram User Analytics by Sajidkhan.pptx
sajidkhan305291
 
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing ToolsHow to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
Pinpointe On-Demand
 
September’s Facebook Changes: Implications for Marketers
September’s Facebook Changes: Implications for MarketersSeptember’s Facebook Changes: Implications for Marketers
September’s Facebook Changes: Implications for Marketers
Sara (Weiner) Collis
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teams
Jenkins NS
 
AGENT BETA
AGENT BETAAGENT BETA
AGENT BETA
Andrew Medal
 
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
Pawel Grabowski
 
Napx media digital marketing google
Napx media digital marketing    googleNapx media digital marketing    google
Napx media digital marketing google
NapxMedia
 
supriyapandey_resume
supriyapandey_resumesupriyapandey_resume
supriyapandey_resume
Supriya Pandey
 
How do you get your idea into the app store?
How do you get your idea into the app store?How do you get your idea into the app store?
How do you get your idea into the app store?
Gabe Kwakyi
 
App Katalog EN 12/2019
App Katalog EN 12/2019App Katalog EN 12/2019
App Katalog EN 12/2019
BjrnWestermann
 
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
TargetSummit
 
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptxKeto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
DODReadymadeclonescr
 
Class Presentation : 247
Class Presentation : 247Class Presentation : 247
Class Presentation : 247
SJSU
 
Metanotes Executive Overview
Metanotes   Executive OverviewMetanotes   Executive Overview
Metanotes Executive Overview
Srini Kumar
 
Startup Analytics
Startup Analytics Startup Analytics
Startup Analytics
Resad Zacina
 
Snapchat - Google Docs.pdf
Snapchat - Google Docs.pdfSnapchat - Google Docs.pdf
Snapchat - Google Docs.pdf
harikacheluru
 

Similar to Instgram user analytics.pdf (20)

Android app development guide for freshers by ace web academy
Android app development guide for freshers  by ace web academyAndroid app development guide for freshers  by ace web academy
Android app development guide for freshers by ace web academy
 
Toronto Raptors App
Toronto Raptors AppToronto Raptors App
Toronto Raptors App
 
INSTAGRAM_DATA_ANALYSIS.PPT.pptx
INSTAGRAM_DATA_ANALYSIS.PPT.pptxINSTAGRAM_DATA_ANALYSIS.PPT.pptx
INSTAGRAM_DATA_ANALYSIS.PPT.pptx
 
MGT5419 User Experience Design.docx
MGT5419 User Experience Design.docxMGT5419 User Experience Design.docx
MGT5419 User Experience Design.docx
 
Instagram User Analytics by Sajidkhan.pptx
Instagram User Analytics by Sajidkhan.pptxInstagram User Analytics by Sajidkhan.pptx
Instagram User Analytics by Sajidkhan.pptx
 
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing ToolsHow to Effectively Build a Martech Stack & Integrate Your Marketing Tools
How to Effectively Build a Martech Stack & Integrate Your Marketing Tools
 
September’s Facebook Changes: Implications for Marketers
September’s Facebook Changes: Implications for MarketersSeptember’s Facebook Changes: Implications for Marketers
September’s Facebook Changes: Implications for Marketers
 
Build an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teamsBuild an app from scratch using teams app studio for ms teams
Build an app from scratch using teams app studio for ms teams
 
AGENT BETA
AGENT BETAAGENT BETA
AGENT BETA
 
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
4 Best Strategies to Increase a SaaS' Products Industry Visibility and Brand ...
 
Napx media digital marketing google
Napx media digital marketing    googleNapx media digital marketing    google
Napx media digital marketing google
 
supriyapandey_resume
supriyapandey_resumesupriyapandey_resume
supriyapandey_resume
 
How do you get your idea into the app store?
How do you get your idea into the app store?How do you get your idea into the app store?
How do you get your idea into the app store?
 
App Katalog EN 12/2019
App Katalog EN 12/2019App Katalog EN 12/2019
App Katalog EN 12/2019
 
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
TargetSummit Moscow 2016 | Case study for smart campaigns optimization and pr...
 
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptxKeto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
Keto Fundraiser Clone Script - DOD IT SOLUTIONS.pptx
 
Class Presentation : 247
Class Presentation : 247Class Presentation : 247
Class Presentation : 247
 
Metanotes Executive Overview
Metanotes   Executive OverviewMetanotes   Executive Overview
Metanotes Executive Overview
 
Startup Analytics
Startup Analytics Startup Analytics
Startup Analytics
 
Snapchat - Google Docs.pdf
Snapchat - Google Docs.pdfSnapchat - Google Docs.pdf
Snapchat - Google Docs.pdf
 

Recently uploaded

Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
Márton Kodok
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
Alireza Kamrani
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
hyfjgavov
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
aguty
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
hqfek
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
oaxefes
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Kiwi Creative
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
asyed10
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
Sachin Paul
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
Lars Albertsson
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
AlessioFois2
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
mkkikqvo
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
jitskeb
 
writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
VyNguyen709676
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
z6osjkqvd
 
社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .
NABLAS株式会社
 
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理 原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
tzu5xla
 

Recently uploaded (20)

Build applications with generative AI on Google Cloud
Build applications with generative AI on Google CloudBuild applications with generative AI on Google Cloud
Build applications with generative AI on Google Cloud
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
How To Control IO Usage using Resource Manager
How To Control IO Usage using Resource ManagerHow To Control IO Usage using Resource Manager
How To Control IO Usage using Resource Manager
 
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
一比一原版兰加拉学院毕业证(Langara毕业证书)学历如何办理
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
 
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
一比一原版爱尔兰都柏林大学毕业证(本硕)ucd学位证书如何办理
 
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
一比一原版卡尔加里大学毕业证(uc毕业证)如何办理
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
 
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
一比一原版美国帕森斯设计学院毕业证(parsons毕业证书)如何办理
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
 
A presentation that explain the Power BI Licensing
A presentation that explain the Power BI LicensingA presentation that explain the Power BI Licensing
A presentation that explain the Power BI Licensing
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
 
Experts live - Improving user adoption with AI
Experts live - Improving user adoption with AIExperts live - Improving user adoption with AI
Experts live - Improving user adoption with AI
 
writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
 
社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .社内勉強会資料_Hallucination of LLMs               .
社内勉強会資料_Hallucination of LLMs               .
 
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理 原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
原版一比一爱尔兰都柏林大学毕业证(UCD毕业证书)如何办理
 

Instgram user analytics.pdf

  • 2. Trainity Instagram Analysis project using SQL Queries. 2 Presentation title 20XX
  • 3. Database provided by trainity. Tool used MySQL workbench. 3 Presentation title 20XX
  • 5. User analysis is the process by which we track how users engage and interact with our digital product (software or mobile application) in an attempt to derive business insightsfor marketing, product & development teams. 5 Presentation title 20XX
  • 6. These insights are then used by teams across the business to launch a new marketing campaign, decide on features to build for an app, track the success of the app by measuring user engagement and improve the experience altogether while helping the business grow. 6 Presentation title 20XX
  • 7. AGENDA The marketing team wants to launch some campaigns, and they need your help with the following… 7 Presentation title 20XX
  • 8. Rewarding Most Loyal Users: People who have been using the platform for the longest time. Task: Find the 5 oldest users of the Instagram from the database provided Command – SELECT * FROM users ORDER BY created_at LIMIT 5; 8Presentation title 20XX
  • 9. Remind Inactive Users to Start Posting: By sending them promotional emails to post their 1st photo. Task: Find the users who have never posted a single photo on Instagram Command – SELECT users.username, users.id FROM users WHERE NOT EXISTS ( SELECT * FROM photos WHERE users.id = photos.user_id) ORDER BY username; 9Presentation title 20XX
  • 10. Declaring Contest Winner: The team started a contest and the user who gets the most likes on a single photo will win the contest now they wish to declare the winner. Task: Identify the winner of the contest and provide their details to the team. Command – SELECT likes.photo_id, users.username, COUNT(likes.user_id) AS likes_user FROM likes INNER JOIN photos ON likes.photo_id = photos.id INNER JOIN users ON photo.user_id = users.id GROUP BY likes.photo_id, users.username ORDER BY like_user DESC LIMIT 1 10 Presentation title 20XX
  • 11. Hashtag Researching: A partner brand wants to know, which hashtags to use in the post to reach the most people on the platform. Task: Identify and suggest the top 5 most commonly used hashtags on the platform Command – SELECT tags.tag_name, COUNT(photo_tags.photo.id) AS num_tags FROM photo_tags INNER JOIN tags ON photo_tags.tag_id=tags.id GROUP BY tag_name ORDER BY num_tags DESC LIMIT 5 11 Presentation title 20XX
  • 12. Launch AD Campaign: The team wants to know, which day would be the best day to launch ADs. Task: What day of the week do most users register on? Provide insights on when to schedule an ad campaign Command – SELECT weekday (created_at) as weekday, COUNT(users.username) AS user_num FROM ig_clone.users GROUP BY weekday ORDER BY user_num DESC # 0=Monday, 1=Tuesday and so.. on…# 12 Presentation title 20XX
  • 13. INVESTOR METRICS Our Investors want to know if Instagram Is performing well and is not becoming redundant like Facebook, They want to assess the app on following grounds… 13 Presentation title 20XX
  • 14. User Engagement: Are Users still posting on Instagram or they are making fewer Posts. Task: Provide how many times the average user posts on Instagram, Also provide total number of photos on Instagram / total posts 14 Presentation title 20XX
  • 15. Bots & Fake Accounts: The investors want to know if the platform is crowded with fake and dummy accounts Task: Provide data on users (bots) who have liked every single photo on the site (since any normal user would not be able to do this) 15 Presentation title 20XX