Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppLovin Adapter Loading Time for SDK Bidding #524

Open
SarangGit opened this issue Jul 22, 2024 · 3 comments
Open

AppLovin Adapter Loading Time for SDK Bidding #524

SarangGit opened this issue Jul 22, 2024 · 3 comments

Comments

@SarangGit
Copy link

applovin

Using:
"react-native-google-mobile-ads": "^14.1.0"

App Level Build Gradle Additions:
implementation("com.google.android.gms:play-services-ads:23.2.0")
implementation("com.google.ads.mediation:applovin:12.5.0.1")

Loading Time for AppLovin Adapter is around 12 sec.

No Applovin app id in AndroidMenifest.xml

Someone please help. My app initial Load time is high because of this.

@AndroidDeveloperLB
Copy link

@SarangGit Did you fix this?
Talking with Applovin, they said a new beta version should reduce initialization time, but it's not used here yet, probably as it's unstable.
They pointed out to this place which they said is old:
https://github.com/googleads/googleads-mobile-android-mediation/blob/main/ThirdPartyAdapters/applovin/applovin/src/main/java/com/google/ads/mediation/applovin/AppLovinInitializer.java#L116

@SarangGit
Copy link
Author

SarangGit commented Feb 5, 2025

currently i m using

"react-native-google-mobile-ads": "14.4.2",

13.0.1.0

and yes now its taking only around 2-3 sec to load. Its better now.
@AndroidDeveloperLB

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented Feb 5, 2025

@SarangGit So maybe close the issue here...
That being said, know that according to my tests, Applovin takes the most.
2-3 seconds is still much more than the others, which usually take less than half a second.
They told me they will improve it on the next version. I don't know when.

I suggest you to always check how much time ad-sources take, because sometimes they have bugs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants