googleads / googleads-mobile-android-examples

googleads-mobile-android
Apache License 2.0
1.67k stars 1.86k forks source link

Is it possible to disk cache the NativeCustomFormatAd instance responded to via Google Ad Manager so that it can be retrieved and used when needed? #673

Closed jin-jobs closed 2 months ago

jin-jobs commented 2 months ago

I am using Google Ad Manager to publish ads with native templates type to Android, iOS App. We want to use the prefetching technique to display these ads in a feed-type UI. Is there any way to disk cache the ad instances of NativeCustomFormatAd type received as ad response? Or should I just do memory caching only?

NVentimiglia commented 2 months ago

@jin-jobs

We do not have a disk based cache. You will need to use an in-memory cache.