SlideShare a Scribd company logo
1 of 44
Download to read offline
Studying the Integration Practices and the
Evolution of Ad Libraries in the Google Play Store
Md Ahasanuzzaman
Supervisor: Prof. Ahmed E. Hassan
95% of 12.7 million of the Google Play Store
apps are free-to-download
2
Google Play Store
3
App developers earn revenue through an
in-app advertising model
display
earn
Ads
Ads are displayed in mobile apps using
โ€œAd librariesโ€ that are provided by different ad
networks
4
Advertising
company
(e.g., KFC)
Ad network
(e.g., Google)
Ad libraryprovides
App
integrates Ads
serves
displays
has contract with
App user installs
Prior research considers three perspectives for ad
libraries
5
1) The updates of ad libraries
2) The cost of ad libraries
3) The security of ad libraries
The research literature considers three
perspectives for ad libraries
6
1) The updates of ad libraries
2) The cost of ad libraries
3) The security of ad libraries
How frequently do app
developers update ad libraries
[Ruiz et al.]
Why and when app developers
update ad libraries [Derr et al.]
The research literature considers three
perspectives for ad libraries
7
1) The updates of ad libraries
2) The cost of ad libraries
3) The security of ad libraries
The impact of ad libraries on
app rating [Ruiz et al.]
Hidden cost of ad libraries in
performance, memory usage,
and network usage [Gui et al.]
The research literature considers three
perspectives for ad libraries
8
1) The updates of ad libraries
2) The cost of ad libraries
3) The security of ad libraries
Changes in the requested
permissions of ad libraries over
time [Book et al.]
What types of permissions are
requested by ad libraries
[Derr et al.]
9
Prior work does not examine the integration of ad
libraries and their evolution
App Ad libraries
Thesis statement
10
Studying the integration practices of ad
libraries and the evolution of these libraries
can help ad library developers understand the
current challenges of developing such libraries
and possible improvements for these libraries
We study ad libraries along two perspectives
11
The integration practices of ad libraries1
The evolution of ad libraries2
[Under review in TSE]
[Under major revision in EMSE]
To study how app developers integrate ad
libraries, we analyzed Android apps from the
Google Play Store
12
Google Play
1,840 top free-to-download Android mobile apps
35,462 updates over a period of 18 months
from April 20th 2016 to September 20th 2017
Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
Examples of the 63 identified ad libraries
13Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
Ad libraries are not only used for serving ads but
also for analytical purposes
14Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
29.3 %
8.4
%
62.3%
Apps did not
integrate
ad libraries
Apps integrate
ad libraries for
displaying ads
Apps integrate
ad libraries
for solely analytical
purposes
App developers integrate multiple ad libraries
15Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
๏ƒ˜ As much as 19 ad libraries can be integrated
๏ƒ˜ 60% of the ad-displaying apps integrate multiple ad libraries
Apps with a large number of downloads are more
likely to integrate multiple ad libraries
16Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
Multiple-adsratio
Multiple-ads ratio
=
# ๐‘œ๐‘“ ๐‘Ž๐‘๐‘๐‘  ๐‘ค๐‘–๐‘กโ„Ž ๐‘š๐‘ข๐‘™๐‘ก๐‘–๐‘๐‘™๐‘’ ๐‘Ž๐‘‘ ๐‘™๐‘–๐‘๐‘Ÿ๐‘Ž๐‘–๐‘Ÿ๐‘’๐‘ 
# ๐‘œ๐‘“ ๐‘Ž๐‘๐‘๐‘  ๐‘ค๐‘–๐‘กโ„Ž ๐‘Ž ๐‘ ๐‘–๐‘›๐‘”๐‘™๐‘’ ๐‘Ž๐‘‘ ๐‘™๐‘–๐‘๐‘Ÿ๐‘Ž๐‘Ÿ๐‘ฆ
17
Challenge: How to manage multiple ad libraries?
18Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
Select a
statistically
representat-
ive sample of
62 apps
Generate a
static call
graph for
each selected
app
Manually
investigate
every
selected app
We manually studied apps to identify common
strategies for integrating multiple ad libraries
Identify 4
common
strategies
Derive a set
of rules to
automatically
identify each
strategy
Identified 4 common strategies for integrating
multiple ad libraries
19
Easy to integrate
multiple ad libraries
Dynamic and
accurate estimates
of ad revenue
Does not support all
existing ad libraries
Less transparent
process for serving
an ad
(1) External-mediation strategy
(1) External-mediation
(2) Self-mediation
(3) Scattered
(4) Mixed
Identified 4 common strategies for integrating
multiple ad libraries
20
Integrate any
existing ad library
More control over
selecting an ad
library
One must write
self-mediator
Ordering of ad
libraries is static
(2)Self-mediation strategy
(1) External-mediation
(2) Self-mediation
(3) Scattered
(4) Mixed
Identified 4 common strategies for integrating
multiple ad libraries
21
(3) Scattered strategy
Quick integration
of ad libraries
Select different ad
formats based on
app event
More effort to
maintain code
May lead to lower
ad revenue
(1) External-mediation
(2) Self-mediation
(3) Scattered
(4) Mixed
Identified 4 common strategies for integrating
multiple ad libraries
22
(4) Mixed strategy
Integration of many ad
libraries that are not
supported by external-
ad mediators
Might cause ad
synchronizing issues
(1) External-mediation
(2) Self-mediation
(3) Scattered
(4) Mixed
The currently available external-ad-mediators are
not satisfying their needs
23Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
๏ƒ˜ 75% of the apps use the mixed or self-mediation strategies
๏ƒ˜ Hence, app developers must write their own centralized packages
(self-mediator)
๏ƒ˜ Only 20% of the identified ad libraries are supported by the external-
ad-mediators
Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
Take-home: ad library developers need to better
facilitate the integration of multiple ad libraries
24
We study ad libraries along two different
perspectives
25
The integration practices of ad libraries1
The evolution of ad libraries2
[Under review in TSE]
[Under major revision in EMSE]
We selected the top eight most popular ad
libraries from the top free-to-download apps
26The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
Google Play
1,840 top free-to-download Android mobile apps
We downloaded the release notes and the Jars
of the 163 released versions of the 8 most
popular ad libraries over a period of 33 months
27The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
We selected 8 popular ad libraries for our study
mobile ad network
A longitudinal study of popular ad libraries
28The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
RQ1: How often are ad libraries released, and how large are
these releases?
RQ2: What drives ad library developers to release a new
version?
RQ3: How did the architecture of ad libraries evolve over
time?
The studied ad libraries had a median release
interval of approximately one month
29
81 67
37 34 30 30 23 2134
We identified 4 trends in the size evolution of the
studied ad libraries
30The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
(1) Explosive growth
(2) Stable growth
(3) Shrinkage
(4) Fluctuating size
mobile ad network
A longitudinal study of popular ad libraries
31The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
RQ1: How often are ad libraries released, and how large are
these releases?
RQ2: What drives ad library developers to release a new
version?
RQ3: How did the architecture of ad libraries evolve over
time?
We manually analyzed release notes
32The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
Release notes of the 163 released
versions of the studied ad libraries
over a period of 33 months
Ad library developers are constantly updating their
ad libraries to support the Android version
33The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
๏ƒ˜ Android is updated approximately every 6 months
๏ƒ˜ Ad library developers support the updated features of Android version
๏ƒ˜ Ad library developers support older Android version to ensure that their
libraries work on many devices
๏ƒ˜ The median number of days required to support for the newer Android
version is 49 days
Ad library developers are constantly updating their
ad libraries to support the Android version
34The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
Kitkat
Lollipop
MarshMallow
Nougat
Oreo
Pie
๏ƒ˜ Android is updated approximately
every 6 months
๏ƒ˜ Support the latest Android
version (Target SDK version)
๏ƒ˜ Support older Android version to
ensure ad libraries work on many
devices
โ€œLowered our libraryโ€™s minimum SDK version to fix build issues with apps
that support earlier versions. โ€
The most occurring driver for releasing a version is
to add or improve โ€œvideo streamingโ€ ads
35The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
We identified four main features related to video streaming ads
(1) Offering rewarded video ads
(2) Adding video control
(3) Handing native video ads
(4) Prefetching video ads
The most occurring driver for releasing a version is
to add or improve โ€œvideo streamingโ€ ads
36The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
We identified four main features related to video streaming ads
(1) Offering rewarded video ads
(2) Adding video control
(3) Handing native video ads
(4) Prefetching video ads
Ad
The most occurring driver for releasing a version is
to add or improve โ€œvideo streamingโ€ ads
37The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
We identified four main features related to video
streaming ads
(1) Offering rewarded video ads
(2) Adding video control
(3) Handing native video ads
(4) Prefetching video ads
App context Native
Video ad
The most occurring driver for releasing a version is
to add or improve โ€œvideo streamingโ€ ads
38The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
We identified four main features related to video streaming ads
(1) Offering rewarded video ads
(2) Adding video control
(3) Handing native video ads
(4) Prefetching video ads
A longitudinal study of popular ad libraries
39The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
RQ1: How often are ad libraries released, and how large are
these releases?
RQ2: What drives ad library developers to release a new
version?
RQ3: How did the architecture of ad libraries evolve over
time?
We derive the reference architecture of ad libraries
40The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1
Generating a
conceptual
architecture
of each
studied ad
library
Generating a
concrete
architecture
of each
studied ad
library
Refining the
conceptual
architecture
of each
studied ad
library
Deriving the
reference
architecture
of ad libraries
41
Our derived reference architecture of ad libraries
consists of five main components
Over time, the studied ad libraries converged
towards our derived reference architecture
42
๏ƒ˜ Ad libraries added many new components during our study period
๏ƒ˜ For example, the Vungle ad library added 3 new components
โ€ข A mediation component
โ€ข A native video ads component
โ€ข An interactive ad component
Take-home: (1) ad libraries are actively evolving, and
(2) the reference architecture of ad libraries can
serve as a template for creating a new or evolving an
existing ad library
43
44

More Related Content

Similar to Studying the Integration Practices and the Evolution of Ad Libraries in the Google Play Store

[WSO2 Integration Summit London 2019] The Composable Enterprise
[WSO2 Integration Summit London 2019] The Composable Enterprise[WSO2 Integration Summit London 2019] The Composable Enterprise
[WSO2 Integration Summit London 2019] The Composable EnterpriseWSO2
ย 
Core principles for successful Ad monetization / Vlad Muntean (Google)
Core principles for successful Ad monetization / Vlad Muntean (Google)Core principles for successful Ad monetization / Vlad Muntean (Google)
Core principles for successful Ad monetization / Vlad Muntean (Google)DevGAMM Conference
ย 
Analyzing ad library updates in android apps
Analyzing ad library updates in android appsAnalyzing ad library updates in android apps
Analyzing ad library updates in android appsLeMeniz Infotech
ย 
How to Develop an Enterprise Content Syndication Strategy
How to Develop an Enterprise Content Syndication StrategyHow to Develop an Enterprise Content Syndication Strategy
How to Develop an Enterprise Content Syndication StrategyScott Abel
ย 
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...Konveyor Community
ย 
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...Oleksandr Zaitsev
ย 
Recommendation for new users at Criteo
Recommendation for new users at CriteoRecommendation for new users at Criteo
Recommendation for new users at CriteoOlivier Koch
ย 
Using Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareUsing Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareMartin Chapman
ย 
Supply chain management
Supply chain managementSupply chain management
Supply chain managementiWant tutor
ย 
Chapter 2(1) system development life .ppt
Chapter 2(1) system development life .pptChapter 2(1) system development life .ppt
Chapter 2(1) system development life .pptDoaaRezk5
ย 
Implementation Of A Pre Study Phase Essay
Implementation Of A Pre Study Phase EssayImplementation Of A Pre Study Phase Essay
Implementation Of A Pre Study Phase EssayAshley Thomas
ย 
Tweaking Open Source
Tweaking Open SourceTweaking Open Source
Tweaking Open SourceNelson Gomes
ย 
Question 11.1 You are working on a DevOps project that involves .pdf
Question 11.1 You are working on a DevOps project that involves .pdfQuestion 11.1 You are working on a DevOps project that involves .pdf
Question 11.1 You are working on a DevOps project that involves .pdffarhanafurniture
ย 
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...Au Gai
ย 
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...Mark Birbeck
ย 
J. Phenix Streamlining Ops and Maximizing Revenue from Ad Network Social De...
J.  Phenix  Streamlining Ops and Maximizing Revenue from Ad Network Social De...J.  Phenix  Streamlining Ops and Maximizing Revenue from Ad Network Social De...
J. Phenix Streamlining Ops and Maximizing Revenue from Ad Network Social De...Mediabistro
ย 
why google stores billions of lines of code in a single repository
why google stores billions of lines of code in a single repositorywhy google stores billions of lines of code in a single repository
why google stores billions of lines of code in a single repositorymustafa sarac
ย 
EvolutioninSPL_PanthShah
EvolutioninSPL_PanthShahEvolutioninSPL_PanthShah
EvolutioninSPL_PanthShahPanth Shah
ย 

Similar to Studying the Integration Practices and the Evolution of Ad Libraries in the Google Play Store (20)

[WSO2 Integration Summit London 2019] The Composable Enterprise
[WSO2 Integration Summit London 2019] The Composable Enterprise[WSO2 Integration Summit London 2019] The Composable Enterprise
[WSO2 Integration Summit London 2019] The Composable Enterprise
ย 
Core principles for successful Ad monetization / Vlad Muntean (Google)
Core principles for successful Ad monetization / Vlad Muntean (Google)Core principles for successful Ad monetization / Vlad Muntean (Google)
Core principles for successful Ad monetization / Vlad Muntean (Google)
ย 
Analyzing ad library updates in android apps
Analyzing ad library updates in android appsAnalyzing ad library updates in android apps
Analyzing ad library updates in android apps
ย 
BUDDY White Paper
BUDDY White PaperBUDDY White Paper
BUDDY White Paper
ย 
How to Develop an Enterprise Content Syndication Strategy
How to Develop an Enterprise Content Syndication StrategyHow to Develop an Enterprise Content Syndication Strategy
How to Develop an Enterprise Content Syndication Strategy
ย 
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
[Konveyor] migrate and modernize your application portfolio to kubernetes wit...
ย 
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...
How Libraries Evolve. A Survey of Two Industrial Companies and an Open-Source...
ย 
Recommendation for new users at Criteo
Recommendation for new users at CriteoRecommendation for new users at Criteo
Recommendation for new users at Criteo
ย 
Using Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research SoftwareUsing Microservices to Design Patient-facing Research Software
Using Microservices to Design Patient-facing Research Software
ย 
Supply chain management
Supply chain managementSupply chain management
Supply chain management
ย 
Chapter 2(1) system development life .ppt
Chapter 2(1) system development life .pptChapter 2(1) system development life .ppt
Chapter 2(1) system development life .ppt
ย 
Unit 2
Unit 2Unit 2
Unit 2
ย 
Implementation Of A Pre Study Phase Essay
Implementation Of A Pre Study Phase EssayImplementation Of A Pre Study Phase Essay
Implementation Of A Pre Study Phase Essay
ย 
Tweaking Open Source
Tweaking Open SourceTweaking Open Source
Tweaking Open Source
ย 
Question 11.1 You are working on a DevOps project that involves .pdf
Question 11.1 You are working on a DevOps project that involves .pdfQuestion 11.1 You are working on a DevOps project that involves .pdf
Question 11.1 You are working on a DevOps project that involves .pdf
ย 
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...
Intelligent Software Updates: Leveraging the Software Ecosystem to Support wh...
ย 
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
ย 
J. Phenix Streamlining Ops and Maximizing Revenue from Ad Network Social De...
J.  Phenix  Streamlining Ops and Maximizing Revenue from Ad Network Social De...J.  Phenix  Streamlining Ops and Maximizing Revenue from Ad Network Social De...
J. Phenix Streamlining Ops and Maximizing Revenue from Ad Network Social De...
ย 
why google stores billions of lines of code in a single repository
why google stores billions of lines of code in a single repositorywhy google stores billions of lines of code in a single repository
why google stores billions of lines of code in a single repository
ย 
EvolutioninSPL_PanthShah
EvolutioninSPL_PanthShahEvolutioninSPL_PanthShah
EvolutioninSPL_PanthShah
ย 

Recently uploaded

High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...soniya singh
ย 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
ย 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
ย 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
ย 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
ย 
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
ย 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
ย 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
ย 
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Service
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts ServiceCall Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Service
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Servicejennyeacort
ย 
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Callshivangimorya083
ย 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
ย 
Data Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationData Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationBoston Institute of Analytics
ย 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
ย 
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Callshivangimorya083
ย 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxBoston Institute of Analytics
ย 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
ย 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
ย 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
ย 

Recently uploaded (20)

High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
ย 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
ย 
Russian Call Girls Dwarka Sector 15 ๐Ÿ’“ Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 ๐Ÿ’“ Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Dwarka Sector 15 ๐Ÿ’“ Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Dwarka Sector 15 ๐Ÿ’“ Delhi 9999965857 @Sabina Modi VVIP MODE...
ย 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
ย 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
ย 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
ย 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
ย 
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
ย 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
ย 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
ย 
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Service
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts ServiceCall Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Service
Call Girls In Noida City Center Metro 24/7โœก๏ธ9711147426โœก๏ธ Escorts Service
ย 
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
ย 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
ย 
Data Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationData Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health Classification
ย 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
ย 
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call
๊งโค Greater Noida Call Girls Delhi โค๊ง‚ 9711199171 โ˜Ž๏ธ Hard And Sexy Vip Call
ย 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
ย 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
ย 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
ย 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
ย 

Studying the Integration Practices and the Evolution of Ad Libraries in the Google Play Store

  • 1. Studying the Integration Practices and the Evolution of Ad Libraries in the Google Play Store Md Ahasanuzzaman Supervisor: Prof. Ahmed E. Hassan
  • 2. 95% of 12.7 million of the Google Play Store apps are free-to-download 2 Google Play Store
  • 3. 3 App developers earn revenue through an in-app advertising model display earn Ads
  • 4. Ads are displayed in mobile apps using โ€œAd librariesโ€ that are provided by different ad networks 4 Advertising company (e.g., KFC) Ad network (e.g., Google) Ad libraryprovides App integrates Ads serves displays has contract with App user installs
  • 5. Prior research considers three perspectives for ad libraries 5 1) The updates of ad libraries 2) The cost of ad libraries 3) The security of ad libraries
  • 6. The research literature considers three perspectives for ad libraries 6 1) The updates of ad libraries 2) The cost of ad libraries 3) The security of ad libraries How frequently do app developers update ad libraries [Ruiz et al.] Why and when app developers update ad libraries [Derr et al.]
  • 7. The research literature considers three perspectives for ad libraries 7 1) The updates of ad libraries 2) The cost of ad libraries 3) The security of ad libraries The impact of ad libraries on app rating [Ruiz et al.] Hidden cost of ad libraries in performance, memory usage, and network usage [Gui et al.]
  • 8. The research literature considers three perspectives for ad libraries 8 1) The updates of ad libraries 2) The cost of ad libraries 3) The security of ad libraries Changes in the requested permissions of ad libraries over time [Book et al.] What types of permissions are requested by ad libraries [Derr et al.]
  • 9. 9 Prior work does not examine the integration of ad libraries and their evolution App Ad libraries
  • 10. Thesis statement 10 Studying the integration practices of ad libraries and the evolution of these libraries can help ad library developers understand the current challenges of developing such libraries and possible improvements for these libraries
  • 11. We study ad libraries along two perspectives 11 The integration practices of ad libraries1 The evolution of ad libraries2 [Under review in TSE] [Under major revision in EMSE]
  • 12. To study how app developers integrate ad libraries, we analyzed Android apps from the Google Play Store 12 Google Play 1,840 top free-to-download Android mobile apps 35,462 updates over a period of 18 months from April 20th 2016 to September 20th 2017 Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
  • 13. Examples of the 63 identified ad libraries 13Ad library integration practices (under review in TSE)1 The evolution of ad libraries2
  • 14. Ad libraries are not only used for serving ads but also for analytical purposes 14Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 29.3 % 8.4 % 62.3% Apps did not integrate ad libraries Apps integrate ad libraries for displaying ads Apps integrate ad libraries for solely analytical purposes
  • 15. App developers integrate multiple ad libraries 15Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 ๏ƒ˜ As much as 19 ad libraries can be integrated ๏ƒ˜ 60% of the ad-displaying apps integrate multiple ad libraries
  • 16. Apps with a large number of downloads are more likely to integrate multiple ad libraries 16Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 Multiple-adsratio Multiple-ads ratio = # ๐‘œ๐‘“ ๐‘Ž๐‘๐‘๐‘  ๐‘ค๐‘–๐‘กโ„Ž ๐‘š๐‘ข๐‘™๐‘ก๐‘–๐‘๐‘™๐‘’ ๐‘Ž๐‘‘ ๐‘™๐‘–๐‘๐‘Ÿ๐‘Ž๐‘–๐‘Ÿ๐‘’๐‘  # ๐‘œ๐‘“ ๐‘Ž๐‘๐‘๐‘  ๐‘ค๐‘–๐‘กโ„Ž ๐‘Ž ๐‘ ๐‘–๐‘›๐‘”๐‘™๐‘’ ๐‘Ž๐‘‘ ๐‘™๐‘–๐‘๐‘Ÿ๐‘Ž๐‘Ÿ๐‘ฆ
  • 17. 17 Challenge: How to manage multiple ad libraries?
  • 18. 18Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 Select a statistically representat- ive sample of 62 apps Generate a static call graph for each selected app Manually investigate every selected app We manually studied apps to identify common strategies for integrating multiple ad libraries Identify 4 common strategies Derive a set of rules to automatically identify each strategy
  • 19. Identified 4 common strategies for integrating multiple ad libraries 19 Easy to integrate multiple ad libraries Dynamic and accurate estimates of ad revenue Does not support all existing ad libraries Less transparent process for serving an ad (1) External-mediation strategy (1) External-mediation (2) Self-mediation (3) Scattered (4) Mixed
  • 20. Identified 4 common strategies for integrating multiple ad libraries 20 Integrate any existing ad library More control over selecting an ad library One must write self-mediator Ordering of ad libraries is static (2)Self-mediation strategy (1) External-mediation (2) Self-mediation (3) Scattered (4) Mixed
  • 21. Identified 4 common strategies for integrating multiple ad libraries 21 (3) Scattered strategy Quick integration of ad libraries Select different ad formats based on app event More effort to maintain code May lead to lower ad revenue (1) External-mediation (2) Self-mediation (3) Scattered (4) Mixed
  • 22. Identified 4 common strategies for integrating multiple ad libraries 22 (4) Mixed strategy Integration of many ad libraries that are not supported by external- ad mediators Might cause ad synchronizing issues (1) External-mediation (2) Self-mediation (3) Scattered (4) Mixed
  • 23. The currently available external-ad-mediators are not satisfying their needs 23Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 ๏ƒ˜ 75% of the apps use the mixed or self-mediation strategies ๏ƒ˜ Hence, app developers must write their own centralized packages (self-mediator) ๏ƒ˜ Only 20% of the identified ad libraries are supported by the external- ad-mediators
  • 24. Ad library integration practices (under review in TSE)1 The evolution of ad libraries2 Take-home: ad library developers need to better facilitate the integration of multiple ad libraries 24
  • 25. We study ad libraries along two different perspectives 25 The integration practices of ad libraries1 The evolution of ad libraries2 [Under review in TSE] [Under major revision in EMSE]
  • 26. We selected the top eight most popular ad libraries from the top free-to-download apps 26The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 Google Play 1,840 top free-to-download Android mobile apps We downloaded the release notes and the Jars of the 163 released versions of the 8 most popular ad libraries over a period of 33 months
  • 27. 27The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 We selected 8 popular ad libraries for our study mobile ad network
  • 28. A longitudinal study of popular ad libraries 28The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 RQ1: How often are ad libraries released, and how large are these releases? RQ2: What drives ad library developers to release a new version? RQ3: How did the architecture of ad libraries evolve over time?
  • 29. The studied ad libraries had a median release interval of approximately one month 29 81 67 37 34 30 30 23 2134
  • 30. We identified 4 trends in the size evolution of the studied ad libraries 30The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 (1) Explosive growth (2) Stable growth (3) Shrinkage (4) Fluctuating size mobile ad network
  • 31. A longitudinal study of popular ad libraries 31The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 RQ1: How often are ad libraries released, and how large are these releases? RQ2: What drives ad library developers to release a new version? RQ3: How did the architecture of ad libraries evolve over time?
  • 32. We manually analyzed release notes 32The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 Release notes of the 163 released versions of the studied ad libraries over a period of 33 months
  • 33. Ad library developers are constantly updating their ad libraries to support the Android version 33The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 ๏ƒ˜ Android is updated approximately every 6 months ๏ƒ˜ Ad library developers support the updated features of Android version ๏ƒ˜ Ad library developers support older Android version to ensure that their libraries work on many devices ๏ƒ˜ The median number of days required to support for the newer Android version is 49 days
  • 34. Ad library developers are constantly updating their ad libraries to support the Android version 34The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 Kitkat Lollipop MarshMallow Nougat Oreo Pie ๏ƒ˜ Android is updated approximately every 6 months ๏ƒ˜ Support the latest Android version (Target SDK version) ๏ƒ˜ Support older Android version to ensure ad libraries work on many devices โ€œLowered our libraryโ€™s minimum SDK version to fix build issues with apps that support earlier versions. โ€
  • 35. The most occurring driver for releasing a version is to add or improve โ€œvideo streamingโ€ ads 35The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 We identified four main features related to video streaming ads (1) Offering rewarded video ads (2) Adding video control (3) Handing native video ads (4) Prefetching video ads
  • 36. The most occurring driver for releasing a version is to add or improve โ€œvideo streamingโ€ ads 36The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 We identified four main features related to video streaming ads (1) Offering rewarded video ads (2) Adding video control (3) Handing native video ads (4) Prefetching video ads Ad
  • 37. The most occurring driver for releasing a version is to add or improve โ€œvideo streamingโ€ ads 37The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 We identified four main features related to video streaming ads (1) Offering rewarded video ads (2) Adding video control (3) Handing native video ads (4) Prefetching video ads App context Native Video ad
  • 38. The most occurring driver for releasing a version is to add or improve โ€œvideo streamingโ€ ads 38The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 We identified four main features related to video streaming ads (1) Offering rewarded video ads (2) Adding video control (3) Handing native video ads (4) Prefetching video ads
  • 39. A longitudinal study of popular ad libraries 39The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 RQ1: How often are ad libraries released, and how large are these releases? RQ2: What drives ad library developers to release a new version? RQ3: How did the architecture of ad libraries evolve over time?
  • 40. We derive the reference architecture of ad libraries 40The evolution of ad libraries (major revision in EMSE)2Ad library integration practices1 Generating a conceptual architecture of each studied ad library Generating a concrete architecture of each studied ad library Refining the conceptual architecture of each studied ad library Deriving the reference architecture of ad libraries
  • 41. 41 Our derived reference architecture of ad libraries consists of five main components
  • 42. Over time, the studied ad libraries converged towards our derived reference architecture 42 ๏ƒ˜ Ad libraries added many new components during our study period ๏ƒ˜ For example, the Vungle ad library added 3 new components โ€ข A mediation component โ€ข A native video ads component โ€ข An interactive ad component
  • 43. Take-home: (1) ad libraries are actively evolving, and (2) the reference architecture of ad libraries can serve as a template for creating a new or evolving an existing ad library 43
  • 44. 44