privacy-tech-lab / gpc-android

Code and dynamic analysis scripts for GPC on Android
https://privacytechlab.org/
MIT License
5 stars 1 forks source link

Integrate an Ad API into our dummy app #37

Closed bella-tassone closed 3 years ago

bella-tassone commented 3 years ago

Much of the functionality of our library is related to intercepting HTTP requests of ad-providers (issue #36), and modifying those requests to reflect users' opinion on being tracked. In order to make our 'dummy' app more realistic/similar to those of app developers, we should integrate some Ad API into our own app! This will better showcase the functionality of the library.

bella-tassone commented 3 years ago

This page on implementing Google AdMob might be useful!

bella-tassone commented 3 years ago

Although a specific ad format (banner, interstitial, native, etc.) has not been implemented yet, the Mobile Ads SDK has been successfully imported. As such, along with the fact that this issue is not super relevant right now (#38 is our main concern), I will currently be closing this issue, perhaps to be opened again later.