Open
Description
Type of issue
RewardedVideoAdUnit does not have available the activateInterstitialPrebidImpressionTracker or the InterstitialAdUnit.activatePrebidImpressionTracker documented here https://docs.prebid.org/prebid-mobile/pbm-api/android/android-sdk-integration-gam-original-api.html#impression-tracking.
Also a question may arise do we need this for the rewarded my assumption is yes since it follows the same principles as the interstitial and the renderer in the Bidding-Only scenario is the GAM adserver
Goals
- Go to -> https://docs.prebid.org/prebid-mobile/pbm-api/android/android-sdk-integration-gam-original-api.html#impression-tracking
- Search for how to Implement impression tracking for the rewarded or the interstitial
- Try the interstitial way
- Not available in the code API only method available is to register a view, but that's not how an Interstitial should track their impression according to the implementation already in place
Proposed Design
change the Rewarded Inheritance to InterstitialAdUnit or add a public method that interacts with the AdUnit protected properties