Hi there,
Thanks for reaching out to the GMA SDK Forum.
Have you checked the native RecyclerView Example in this page in order to check up on how to properly recycle AdViews inside a Recycler View?
For your concern where same AdMob native ad displayed multiple times in a RecyclerView and to see the impression count issues, could you provide the following details so that our team can verify the behavior observed on your end?
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply via reply privately to author option. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
1. Navigate to
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
Regards,
|
||||||
|
||||||
Hi Sule,
Thank you for your response.
Since you mentioned that you're testing the single native ad object, you may use the NativeAdView class corresponds to a single native ad. The ad view classes also provide methods used to register the view used for each individual asset, and one to register the NativeAd object itself. Registering the views in this way allows the SDK to automatically handle tasks such as:
Since the recording impressions are automatically being handled, the impression that being counted are when the first pixel is visible on the screen.
Regards,
|
||||||