Skip to content

Commit

Permalink
Corrected Broken AppOpen AdUnitId.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586345439
  • Loading branch information
nventimigli authored and maddevrelgithubbot committed Nov 29, 2023
1 parent d1cabf7 commit 9f1bf03
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 @@ -78,7 +78,7 @@ - (void)loadAd {
}
_isLoadingAd = YES;
NSLog(@"Start loading app open ad.");
[GADAppOpenAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/5662855259"
[GADAppOpenAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/5575463023"
request:[GADRequest request]
orientation:UIInterfaceOrientationPortrait
completionHandler:^(GADAppOpenAd * _Nullable appOpenAd, NSError * _Nullable error) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AppOpenAdManager: NSObject {
isLoadingAd = true
print("Start loading app open ad.")
GADAppOpenAd.load(
withAdUnitID: "ca-app-pub-3940256099942544/5662855259",
withAdUnitID: "ca-app-pub-3940256099942544/5575463023",
request: GADRequest(),
orientation: UIInterfaceOrientation.portrait
) { ad, error in
Expand Down

0 comments on commit 9f1bf03

Please sign in to comment.