Skip to content

Commit 84975b8

Browse files
Nicholas Ventimigliamaddevrelgithubbot
authored andcommitted
Corrected Broken AppOpen AdUnitId.
PiperOrigin-RevId: 583164175
1 parent d1cabf7 commit 84975b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Objective-C/admob/AppOpenExample/AppOpenExample/AppOpenAdManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ - (void)loadAd {
7878
}
7979
_isLoadingAd = YES;
8080
NSLog(@"Start loading app open ad.");
81-
[GADAppOpenAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/5662855259"
81+
[GADAppOpenAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/5575463023"
8282
request:[GADRequest request]
8383
orientation:UIInterfaceOrientationPortrait
8484
completionHandler:^(GADAppOpenAd * _Nullable appOpenAd, NSError * _Nullable error) {

Swift/admob/AppOpenExample/AppOpenExample/AppOpenAdManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class AppOpenAdManager: NSObject {
6767
isLoadingAd = true
6868
print("Start loading app open ad.")
6969
GADAppOpenAd.load(
70-
withAdUnitID: "ca-app-pub-3940256099942544/5662855259",
70+
withAdUnitID: "ca-app-pub-3940256099942544/5575463023",
7171
request: GADRequest(),
7272
orientation: UIInterfaceOrientation.portrait
7373
) { ad, error in

0 commit comments

Comments
 (0)