AI-generated Key Takeaways
-
Improper SDK integration for bidding partners can lead to fewer ad requests and missing
a3p
parameters in subsequent requests. -
Ensure proper AdMob UI configuration including integration guide steps and ad unit mappings.
-
Verify correct app ID, ad unit ID matching, SDK initialization, and adapter readiness in your app code.
-
Utilize the most recent adapter and SDK versions for the specific ad source integration.
When integrating a bidding partner that requires their SDK, the following symptoms indicate an improper integration:
- The Ads Activity report shows significantly fewer ad requests to that partner than you expect.
- The
a3p
parameter in any request after the first ad request is missing.
Follow this checklist to make sure your setup is correct:
In the AdMob UI:
Confirm that you have followed the specific partner's integration guide to configure third-party bidding demand.
Confirm that you have an ad unit mapping for each creative format.
In your app code:
- Update the Unity editor settings with the same app ID that your ad unit mapping targets.
Make sure your ad unit IDs match those in the AdMob UI as they must match exactly.
Initialize the Google Mobile Ads SDK and verify that the adapter status is
READY
prior to loading an ad.Use the latest version of the adapter and SDK binaries for the ad source you're trying to integrate with.