-
Notifications
You must be signed in to change notification settings - Fork 74
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
BIDMACHINE_BIDDING : Invalid ad format in the verbose with the ApplovinBidMachineMediationAdapter #380
Comments
@jesphinpt - Can you provide the full unfiltered verbose log so we can look into the issue? To enable verbose logs, see here: https://developers.applovin.com/en/max/faq/how-to-enable-verbose-logging-in-the-applovin-sdk |
|
@jesphinpt I couldn’t locate the “Invalid ad format” error in the log you provided. However, I assume you encountered an exception in the development build when loading different ad types. From the log below, it appears you are using an older adapter version 3.0.1.0.0, which throws an exception when the ad format is not supported by BidMachine. We have updated the adapter to version 3.0.1.0.1, which converts that exception into an error log. Could you please upgrade the adapter and see if it resolves your issue?
Additionally, the BidMachine SDK appears to be version 2.7.0, which doesn’t match the adapter. Please ensure that the BidMachine SDK is not installed with a specified version. I recommend installing the AppLovinMediationBidMachineAdapter only, so that the correct BidMachine SDK version can be integrated automatically. |
MAX SDK Version
13.0.0
Device/Platform Info
iOS
Current Behavior
I am receiving the error with the BidMachine. Here I have added the
Expected Behavior
Need clarification why it showing in the app for me.
How to Reproduce
Add the Applovin SDK and BidMachine Mediation adapter.
Reproducible in the demo app?
Not Tested
Additional Info
No response
The text was updated successfully, but these errors were encountered: