feat(admob): track next-gen interstitial response loading - #3986
Closed
polmiro wants to merge 1 commit into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## add-next-gen-admob-suspend-loading #3986 +/- ##
===================================================================
Coverage 82.74% 82.74%
===================================================================
Files 429 429
Lines 17572 17572
Branches 2657 2657
===================================================================
Hits 14540 14540
Misses 2139 2139
Partials 893 893 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
polmiro
force-pushed
the
add-next-gen-admob-suspend-loading
branch
from
August 18, 2026 13:51
063a936 to
7ba09ad
Compare
polmiro
force-pushed
the
add-next-gen-admob-response-loading
branch
from
August 18, 2026 13:56
7c4aa9d to
578f5af
Compare
polmiro
force-pushed
the
add-next-gen-admob-suspend-loading
branch
from
August 19, 2026 07:47
7ba09ad to
837f78c
Compare
polmiro
force-pushed
the
add-next-gen-admob-response-loading
branch
from
August 19, 2026 07:50
578f5af to
72b5c15
Compare
Member
Author
|
Folded into #3985. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds callback-based Google Mobile Ads Next-Gen interstitial loading from server-to-server ad responses, including RevenueCat load tracking and lifecycle callback wiring.
adUnitIdis required because the opaque response and failed-load result do not expose a reliable ad unit ID for RevenueCat attribution.Validation:
:feature:admob-next-gen:testDefaultsDebugUnitTest,detektAll, andscripts/api-check.sh.