Skip to content

Commit

Permalink
Corrected Broken AppOpen AdUnitId.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583164175
  • Loading branch information
nventimigli authored and maddevrelgithubbot committed Nov 17, 2023
1 parent 5a002c9 commit 17cf397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public interface OnShowAdCompleteListener {
private class AppOpenAdManager {

private static final String LOG_TAG = "AppOpenAdManager";
private static final String AD_UNIT_ID = "ca-app-pub-3940256099942544/3419835294";
private static final String AD_UNIT_ID = "ca-app-pub-3940256099942544/9257395921";

private final GoogleMobileAdsConsentManager googleMobileAdsConsentManager =
GoogleMobileAdsConsentManager.getInstance(getApplicationContext());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.google.android.gms.ads.appopen.AppOpenAd
import com.google.android.gms.ads.appopen.AppOpenAd.AppOpenAdLoadCallback
import java.util.Date

private const val AD_UNIT_ID = "ca-app-pub-3940256099942544/3419835294"
private const val AD_UNIT_ID = "ca-app-pub-3940256099942544/9257395921"
private const val LOG_TAG = "MyApplication"

/** Application class that initializes, loads and show ads when activities change states. */
Expand Down

0 comments on commit 17cf397

Please sign in to comment.