NZME / react-native-ad-manager

Google Ad Manager bridge for React Native
MIT License
52 stars 61 forks source link

Question: What type of ads and how to refresh in infitite scroll #112

Open Ebeldev opened 1 year ago

Ebeldev commented 1 year ago

Hi,

We have a archive page and we want to show ads that are linked to our Google ad manager.

What should be the type of ad to select : native or banner ?

Since it goes in our feed, i guess it would be a native, but again not sure.

And if we choose native, the documentation is not clear on how to implement the native. Do we have to code the block ourself?

Finally, In a infinite loop, how can we refresh the ad if we only have one ad manager slot ?

Ebeldev commented 1 year ago

As I can see it updates itself by the library.

It takes the same ad unit, and different sizes.

What if we would need to change the add unit on the fly as we scroll?