GDPR Consent Message for Admob

GDPR Consent Message for Admob

Tiempo de lectura: 2 minutos Pixabay Photo Let’s see how to create the GDPR consent message for Admob. By clicking the first option, the following informative window will appear with the next steps to perform. Next, we need to configure the GDPR-compliant consent message. In the application section within the message configuration, we must select the applications where we want … Read more

Adding AdMob’s ‘Interstitial Videos’ Ad with React Native and Expo.

Adding AdMob’s ‘Interstitial Videos’ Ad with React Native and Expo.

Tiempo de lectura: < 1 minuto Reading time: < 1 minute In today’s tutorial, I’m going to show you how to load a full-screen Interstitial video. The first thing we need to do is set up AdMob in React Native. Add AdMob ads with React Native (Banner) Once it’s set up, we can use this component to display the ads: import ... Read more

Fixing ‘Ad is already loaded’ error when using AdMobRewarded or AdMobInterstitial in React Native.

Fixing ‘Ad is already loaded’ error when using AdMobRewarded or AdMobInterstitial in React Native.

Tiempo de lectura: < 1 minuto Reading time: < 1 minute If you see the message ‘Ad is already loaded’ when running the application on our device or emulator, it means there are issues loading the ad we requested from AdMob. This occurs because the ad is requested once, and when requested a second time, it fails. const reward = async ... Read more

Connect a WordPress Website with AdSense to Display Automatic Ads

Connect a WordPress Website with AdSense to Display Automatic Ads

Tiempo de lectura: 3 minutos Reading time: 3 minutes Good afternoon, in this post, I’m going to explain how to connect AdSense to our WordPress website with automatic ads to monetize it. Below, I’ll detail the steps you need to follow: In the WordPress Control menu, go to the Plugins option and click on “add new”. Search for “Site Kit … Read more