หน้านี้จะครอบคลุมการย้ายข้อมูลสำหรับเวอร์ชันปัจจุบันและก่อนหน้า
ย้ายข้อมูลจาก 10 ไปยัง v11
เป้าหมายการทำให้ใช้งานได้ขั้นต่ำ
เพิ่มเป้าหมายการทำให้ใช้งานได้ขั้นต่ำเป็น iOS 12 แล้ว
เวอร์ชันต่ำสุดของ Xcode
เวอร์ชัน Xcode ขั้นต่ำที่รองรับได้รับการเพิ่มเป็น 15.1
โฆษณาหยุดแสดงใน iOS 12
Google Mobile Ads SDK เวอร์ชัน 11.0.0 แสดงโฆษณาบนอุปกรณ์ที่ใช้ iOS 13 เท่านั้น และสูงกว่า
นำทรัพยากร Dependency ของ GoogleAppMeasurement ออกแล้ว
ในเวอร์ชัน 11.0.0 ทรัพยากร Dependency บน
GoogleAppMeasurement
ได้รับการ
ลบแล้ว ทรัพยากร Dependency นี้ที่ทำให้ระบบเปิด/ปิดเมตริกผู้ใช้ใน AdMob จะ
ปิดให้บริการในช่วงต้นปี 2024 ถึง
รวบรวมเมตริกผู้ใช้ใน AdMob ต่อไป
ลิงก์แอป AdMob กับ Firebase และ
ผสานรวม
SDK ของ Google Analytics สําหรับ Firebase ลงใน
แอปของคุณ
การเปลี่ยนแปลงการนำเสนอโฆษณาแบบเต็มหน้าจอ
การเปลี่ยนแปลงต่อไปนี้ส่งผลต่อรูปแบบโฆษณาต่างๆ
- โฆษณาเปิดแอป
- โฆษณาคั่นระหว่างหน้า
- ได้รับรางวัลแล้ว
- โฆษณาคั่นระหว่างหน้าที่มีการให้รางวัล
พารามิเตอร์ตัวควบคุมการดูใน -canPresentFromRootViewController:error:
และ
-presentFromRootViewController:
เป็นค่าว่าง หากค่านับถอยหลัง โฆษณาคือ
ที่แสดงจากตัวควบคุมมุมมองด้านบนสุดในลำดับชั้นตัวควบคุมการดู
นำวิธีการออกแล้ว
เรานำวิธีการต่อไปนี้ออกแล้ว
ประเภท v11.0.0 | วิธีการ | หมายเหตุ |
---|---|---|
GADAppOpenAd | load(withAdUnitID adUnitID: String, request: GADRequest?, orientation: UIInterfaceOrientation) |
โปรดใช้ load(withAdUnitID adUnitID: String, request: GADRequest?) แทน |
GADMediationBannerAdEventDelegate | willBackgroundApplication() |
ไม่มีการเปลี่ยนทดแทน |
GADMediationInterstitialAdEventDelegate | willBackgroundApplication() |
ไม่มีการเปลี่ยนทดแทน |
GADMediationNativeAdEventDelegate | willBackgroundApplication() |
ไม่มีการเปลี่ยนทดแทน |
GADMediationRewardedAdEventDelegate | didRewardUser(with reward: GADAdReward) |
โปรดใช้ didRewardUser() แทน |
GADMediatedUnifiedNativeAdNotificationSource | mediatedNativeAdWillLeaveApplication(_ mediatedNativeAd: GADMediatedUnifiedNativeAd) |
ไม่มีการเปลี่ยนทดแทน |
GADRequestConfiguration | setSameAppKeyEnabled(_ enabled: Bool) |
โปรดใช้ setPublisherFirstPartyIDEnabled(_ enabled: Bool) แทน |
tagForUnderAge(ofConsent underAgeOfConsent: Bool) |
โปรดใช้พร็อพเพอร์ตี้ tagForUnderAgeOfConsent แทน |
|
tag(forChildDirectedTreatment childDirectedTreatment: Bool) |
โปรดใช้พร็อพเพอร์ตี้ tagForChildDirectedTreatment แทน |
นำพร็อพเพอร์ตี้ออกแล้ว
นำพร็อพเพอร์ตี้ต่อไปนี้ออกแล้ว
คลาส v11.0.0 | พร็อพเพอร์ตี้ | หมายเหตุ |
---|---|---|
GADMediationAdConfiguration | hasUserLocation | ไม่มีการเปลี่ยนทดแทน |
userLatitude | ||
userLongitude | ||
userLocationAccuracyInMeters | ||
childDirectedTreatment | โปรดใช้ GADMobileAds.sharedInstance.requestConfiguration.tagForChildDirectedTreatment แทน |
|
GADResponseInfo | adNetworkClassName | โปรดใช้ adNetworkClassName จาก loadedAdNetworkResponseInfo แทน |
นำ GADAdFormatUnknown ออกแล้ว
นำ GADAdFormatUnknown
ออกแล้วโดยไม่มีการแทนที่
การเปลี่ยนแปลงเวอร์ชันของการบันทึก SDK
เวอร์ชัน 11.0.0 จะนำ sdkVersion
ออก วิธีบันทึกเวอร์ชัน Google Mobile Ads SDK
ใช้ versionNumber
แทน
เวอร์ชัน 10.0.0
GADMobileAds.sharedInstance().sdkVersion
เวอร์ชัน 11.0.0
GADGetStringFromVersionNumber(GADMobileAds.sharedInstance().versionNumber)
การเปลี่ยนแปลงการจัดการข้อผิดพลาด GADAdLoader
ตั้งแต่เวอร์ชัน 11.0.0 เป็นต้นไป GADAdLoader
จะไม่ส่งคำขอโฆษณาหาก
delegate
ไม่ตรงกับประเภทโฆษณาที่ขอ Delegate Protocol ก่อนหน้านี้
ล้มเหลวหลังจากสร้างคำขอโฆษณา
การเปลี่ยนแปลงลักษณะการทดสอบ
ดูตารางที่แสดงเงื่อนไขที่อัปเดตในกรณีต่อไปนี้
พร็อพเพอร์ตี้จะแสดง true
ระดับ | พร็อพเพอร์ตี้ |
---|---|
GADMediationAdConfiguration | isTestRequest |
GADCustomEventRequest | isTesting |
v10.0.0 | v11.0.0 |
|
|
ย้ายข้อมูลจาก v9 ไปยัง v10
โฆษณาจะหยุดแสดงใน iOS 11
SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google เวอร์ชัน 10.0.0 จะแสดงโฆษณาบนอุปกรณ์ที่ใช้ iOS 12 ขึ้นไปเท่านั้น
การอัปเกรดเป็น SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google เวอร์ชัน 10.0.0 จะไม่ทำให้แอปในอุปกรณ์ iOS 11 และ iOS 10 เสียหาย แต่จะไม่มีการแสดงโฆษณาในอุปกรณ์ดังกล่าว
ข้อกำหนดของรหัสแอป Ad Manager
ตอนนี้แอป Ad Manager ทั้งหมดต้องมีรหัสแอป Ad Manager ใน Info.plist
และต้องอยู่ในรูปแบบ ca-app-pub-################~##########
ดูรายละเอียดเพิ่มเติมได้ที่อัปเดต Info.plist
ข้อกำหนดของ GoogleAppMeasurement.xcframework
ตอนนี้แอป Ad Manager ทั้งหมดต้องใช้ GoogleAppMeasurement.xcframework หากติดตั้ง SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google ผ่าน Cocoapods หรือ Swift Package Manager คุณไม่จำเป็นต้องดำเนินการใดๆ เพิ่มเติม หากคุณติดตั้งเฟรมเวิร์กด้วยตนเอง โปรดดูรายละเอียดเพิ่มเติมในการดาวน์โหลดด้วยตนเอง
ระบบไม่รองรับการสร้างด้วยบิตโค้ดอีกต่อไป
ตอนนี้คุณต้องปิดใช้บิตโค้ดในแอปบนอุปกรณ์เคลื่อนที่เพื่อผสานรวม SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google
นำประเภทออกแล้ว
Type | Notes |
---|---|
GADGender | เปลี่ยนไม่ได้ |
GADMRewardBasedVideoAdNetworkAdapterProtocol | อะแดปเตอร์สื่อกลางที่มีการให้รางวัลทั้งหมดที่ระบุไว้ในส่วน เลือกเครือข่ายได้หยุดใช้โปรโตคอลเหล่านี้มานานกว่า 1 ปีแล้ว ใช้ GADMediationAdapter สำหรับสื่อกลางและเหตุการณ์ที่กำหนดเอง |
GADMRewardBasedVideoAdNetworkConnectorProtocol |
นำพร็อพเพอร์ตี้ออกแล้ว
ระบบได้นำที่พักต่อไปนี้ออกโดยไม่มีการแทนที่
คลาส v10.0.0 | พร็อพเพอร์ตี้ |
---|---|
GADMediationAdRequest | userBirthday |
userGender | |
userHasLocation | |
userLatitude | |
userLongitude | |
userLocationAccuracyInMeters | |
userLocationDescription | |
GADCustomEventRequest | userHasLocation |
userLatitude | |
userLongitude | |
userLocationAccuracyInMeters | |
userLocationDescription |
ย้ายข้อมูลจาก v8 ไปยัง v9
โฆษณาจะหยุดแสดงใน iOS 10
SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google เวอร์ชัน 9.0.0 รองรับ iOS ขั้นต่ำคือ iOS 11
การอัปเกรดเป็น SDK โฆษณาในอุปกรณ์เคลื่อนที่ของ Google เวอร์ชัน 9.0.0 จะไม่ทำให้แอปในอุปกรณ์ iOS 10 เสียหาย แต่จะไม่มีโฆษณาในอุปกรณ์เหล่านั้น
การบังคับใช้การควบคุมแถบสถานะที่เข้มงวดขึ้น
ตั้งแต่เวอร์ชัน 9.0.0 เป็นต้นไป เมื่อคุณนำเสนอโฆษณารูปแบบเต็มหน้าจอ แอปของคุณควรดูแลให้โฆษณาควบคุมการแสดงแถบสถานะได้ หากไม่ปฏิบัติตาม คุณจะเห็นข้อความแสดงข้อผิดพลาดในบันทึก
คุณอาจไม่จำเป็นต้องทำการเปลี่ยนแปลงใดๆ เพื่อให้มั่นใจได้ถึงปัญหานี้ ทั้งนี้ขึ้นอยู่กับเลย์เอาต์เฉพาะของตัวควบคุมมุมมองในแอป พิจารณาว่าจำเป็นต้องตั้งค่าพร็อพเพอร์ตี้ childViewControllerForStatusBarHidden
ใน rootViewController
ของโฆษณาหรือไม่
เปลี่ยนชื่อ adDidOfferFullScreenContent: เป็น adwillงานนำเสนอFullScreenContent
โดยไม่มีการเปลี่ยนแปลงลักษณะการทำงาน ระบบจะเรียกใช้เมธอดมอบสิทธิ์ก่อนที่โฆษณาจะแสดง ชื่อเมธอดใหม่จะสะท้อนถึงฟังก์ชันการทำงานของเมธอดได้ดียิ่งขึ้น
นำ API การตั้งค่าตำแหน่งออกจาก GADRequest
- (void)setLocationWithLatitude:longitude:accuracy:
ถูกลบออกจาก
GADRequest
เนื่องจาก Google ไม่ได้ใช้ข้อมูลตำแหน่งเพื่อกำหนดเป้าหมายโฆษณา ใช้ API ของบุคคลที่สามเพื่อให้ข้อมูลกับเครือข่ายโฆษณาของบุคคลที่สาม หากจำเป็น
การเลิกใช้งานอินเทอร์เฟซเหตุการณ์ที่กําหนดเอง
เหตุการณ์ที่กําหนดเองช่วยให้ผู้เผยแพร่โฆษณาที่ใช้ Ad Manager สื่อกลางสามารถเพิ่มสื่อกลาง Waterfall สําหรับเครือข่ายโฆษณาที่ไม่ได้เป็นหนึ่งในเครือข่ายโฆษณาที่รองรับได้
โปรโตคอลเหตุการณ์ที่กำหนดเองทั้งหมดเลิกใช้งานแล้ว แต่ให้ใช้โปรโตคอล GADMediationAdapter
และ GADMediationAdEventDelegate
ที่มีอยู่แทนเพื่อให้มีฟังก์ชันการทำงานเหมือนกัน การเปลี่ยนแปลงนี้ช่วยปรับปรุงความชัดเจน และช่วยให้คุณสร้างเหตุการณ์ที่กำหนดเองสำหรับโฆษณาที่มีการให้รางวัลและโฆษณา Interscroller ที่ก่อนหน้านี้ไม่เคยมีให้บริการมาก่อนได้
API
ตารางด้านล่างแสดง API ของอะแดปเตอร์สื่อกลางที่สอดคล้องกับ API เหตุการณ์ที่กำหนดเอง ซึ่งควรใช้ตั้งแต่เวอร์ชัน 9.0.0 เป็นต้นไป
v8 | v9 | |
---|---|---|
GADCustomEventBanner GADCustomEventInterstitial GADCustomEventNativeAd |
GADMediationAdapter | GADMediationBannerAd GADMediationInterstitialAd GADMediationInterscrollerAd GADMediationRewardedAd GADMediationNativeAd |
delegate
|
ตัวแฮนเดิลการดำเนินการโหลดเสร็จสมบูรณ์ของแต่ละฟังก์ชันการโหลดของ GADMediationAdapter คลาสจะแสดงการมอบสิทธิ์กลับมา
|
|
-init |
-init |
|
-requestBannerAd:parameter: |
-loadBannerForAdConfiguration: |
|
-requestInterstitialAdWith |
-loadInterstitialFor |
|
-requestNativeAdWithParameter:
|
-loadNativeAdFor |
|
ไม่มีข้อมูล | -loadInterscrollerAdFor |
|
ไม่มีข้อมูล | -loadRewardedAdFor |
|
-presentFromRootViewController:
|
-presentFromViewController: |
|
-handlesUserClicks |
-handlesUserClicks |
|
-handlesUserImpressions |
-handlesUserImpressions |
วิธีการมอบอำนาจ
ตารางด้านล่างแสดงวิธีมอบสิทธิ์เหตุการณ์โฆษณาสื่อกลางที่เกี่ยวข้องสำหรับเมธอดการมอบสิทธิ์เหตุการณ์ที่กําหนดเองที่ควรจะใช้ตั้งแต่เวอร์ชัน 9.0.0 เป็นต้นไป
v8 | v9 | |
---|---|---|
GADCustomEventBannerDelegate GADCustomEventInterstitialDelegate GADCustomEventNativeAdDelegate |
GADMediationAdEventDelegate | โฆษณาสื่อกลาง |
-customEventBanner:didReceiveAd: -customEventInterstitialDidReceiveAd:
|
สถานะการโหลดโฆษณาจะรวมอยู่ในตัวแฮนเดิลการโหลดที่สมบูรณ์ของฟังก์ชันการโหลดแต่ละรายการในคลาส GADMediationAdapter
|
|
-customEventBanner:didFailAd: -customEventInterstitial:didFailAd:
|
||
-customEventBannerWasClicked: -customEventInterstitialWasClicked:
|
-reportClick |
|
-customEventBannerWill -customEventInterstitialWill
|
-willPresentFullScreenView |
|
-customEventBannerWill -customEventInterstitialWill
|
-willDismissFullScreenView |
|
-customEventBannerDid -customEventInterstitialDid
|
-didDismissFullScreenView |
|
-customEventBannerWill -customEventInterstitialWill
|
-willBackgroundApplication |
|
viewControllerFor |
-[GADMediationBannerAd view] |
วิธีการและค่าคงที่อื่นๆ ที่ถูกนำออก/แทนที่
การเปลี่ยนแปลงเมธอด ค่าคงที่ หรือพร็อพเพอร์ตี้ | |
---|---|
ค่าคงที่ที่มีคำนำหน้า kGAD-
|
นำออกแล้ว ใช้ค่าคงที่นำหน้า GAD-
|
GADAdNetworkResponseInfo
|
นำ credentials ออกแล้ว โปรดใช้ adUnitMapping แทน
|
GAMRequest
|
kGAMSimulatorID ใน GAMRequest เลิกใช้งานแล้ว
ใช้ GADSimulatorID ใน GADRequestConfiguration แทน
|
GADCustomNativeAd
|
mediaView ใน GADCustomNativeAd เลิกใช้งานแล้ว
โปรดใช้ mediaContent แทน
|
API การซื้อในแอปใน GoogleMobileAds |
นำ API inAppPurchase ใน GoogleMobileAds ออกแล้ว
|
ย้ายข้อมูลจาก v7 ไปยัง v8
Google Mobile Ads SDK เวอร์ชัน 8.0.0 มีการเปลี่ยนแปลงที่สำคัญ 2-3 อย่าง การเปลี่ยนชื่อและการนำ API ออกบางส่วน
การอัปเดต API รูปแบบเต็มหน้าจอ
เริ่มตั้งแต่เวอร์ชัน 8.0.0 เป็นต้นไป โฆษณาคั่นระหว่างหน้าและโฆษณาที่มีการให้รางวัลจะใช้ สไตล์โฆษณาเพื่อให้สอดคล้องกันมากขึ้น API โฆษณาแบบเต็มหน้าจอใหม่นี้มี ข้อแตกต่างที่สำคัญจาก API โฆษณาแบบเต็มหน้าจอเวอร์ชัน 7 ได้แก่
เมธอดของคลาสแบบคงที่
load
วิธีโหลด/แสดงโฆษณาแบบเต็มหน้าจอก่อนหน้านี้มีดังนี้
- สร้างอินสแตนซ์ออบเจ็กต์โฆษณาและเก็บข้อมูลอ้างอิงไว้
- กำหนดผู้รับมอบสิทธิ์ที่จัดการโหลดและแสดง Callback
- โหลดโฆษณา
- ตรวจสอบว่าโฆษณาโหลดโดยใช้
isReady
หรือไม่ - แสดงโฆษณา
ในเวอร์ชัน 8 แนวทางการเปลี่ยนแปลงเล็กน้อย ยกเลิกการโหลด Callback แล้ว ของผู้ที่ได้รับมอบสิทธิ์ แต่จะส่งเข้าไปในเมธอด
load
แทน เครื่องจัดการการทำงานเสร็จสมบูรณ์:- เรียกเมธอดการโหลดแบบคงที่ในคลาสโฆษณาและแจ้งการโหลดจนเสร็จสมบูรณ์ เครื่องจัดการ
- ใน Callback ที่โหลดเสร็จสมบูรณ์ ให้ใช้การอ้างอิงโฆษณาที่โหลดซึ่ง ส่งคืนแล้ว
- กำหนดผู้รับมอบสิทธิ์ที่จัดการ Callback ของรายการ
- แสดงโฆษณา
แนวทางใหม่จะให้ประโยชน์ดังต่อไปนี้
- จะไม่มีการอ้างอิงไปยังโฆษณาที่ไม่โหลด
- คุณไม่ต้องยึดออบเจ็กต์โฆษณาไว้ขณะโหลด
เหตุการณ์โฆษณาที่สอดคล้องกัน
ประเภทของกิจกรรม API ที่มีอยู่ API V8 เหตุการณ์การโหลด GADInterstitialDelegate
หรือ วันที่GADRewardedAdDelegate
GAMInterstitialAdLoadCompletionHandler
หรือ วันที่GADRewardedAdLoadCompletionHandler
กิจกรรมการนำเสนอ GADFullScreenContentDelegate
ก่อนหน้านี้ หากต้องการฟังเหตุการณ์โฆษณา คุณจะต้องลงทะเบียนชั้นเรียนที่ จะใช้
GADInterstitialDelegate
ไปยังพร็อพเพอร์ตี้ผู้รับมอบสิทธิ์ของโฆษณาคั่นระหว่างหน้า หรือลงทะเบียนคลาสที่ จะใช้GADRewardedAdDelegate
ไปยังพร็อพเพอร์ตี้ผู้รับมอบสิทธิ์ของโฆษณาที่มีการให้รางวัล ทั้งนี้ขึ้นอยู่กับรูปแบบใด ที่คุณใช้อยู่ ผู้รับมอบสิทธิ์เดียวกันนี้มีวิธีที่เกี่ยวข้องกับทั้งการโหลดและ การนำเสนอโฆษณาเมื่อใช้เวอร์ชัน 8 เหตุการณ์การโหลดและการนำเสนอจะแยกจากกัน ตอนนี้คุณสามารถ ลงทะเบียน
GADFullScreenContentDelegate
ทุกครั้งก่อนที่จะแสดงโฆษณา แทนที่จะต้องตั้งค่าโฆษณา ตัวแทนก่อนที่จะโหลดโฆษณา เหตุการณ์การโหลดโฆษณา ซึ่งมีความเฉพาะเจาะจงสำหรับแต่ละเหตุการณ์ ย้ายไปยังตัวแฮนเดิลการเสร็จสิ้นการโหลดตัวเดียวที่ส่งผ่านในเมธอดการโหลด
โฆษณาคั่นระหว่างหน้า
โหลดโฆษณา
ข้อมูลโค้ดด้านล่างแสดงวิธีโหลดโฆษณาคั่นระหว่างหน้าและรอฟัง เหตุการณ์เมื่อโฆษณาสำเร็จหรือโหลดไม่สำเร็จ
v7
Swift
import GoogleMobileAds import UIKit class ViewController: UIViewController, GADInterstitialDelegate { var interstitial: DFPInterstitial! override func viewDidLoad() { super.viewDidLoad() interstitial = DFPInterstitial(adUnitID: "/21775744923/example/interstitial") interstitial.delegate = self let request = GAMRequest() interstitial.load(request) } /// Tells the delegate an ad request succeeded. func interstitialDidReceiveAd(_ ad: DFPInterstitial) { print("Interstitial ad loaded.") } /// Tells the delegate an ad request failed. func interstitial(_ ad: DFPInterstitial, didFailToReceiveAdWithError error: GADRequestError) { print("Interstitial ad failed to load with error: \(error.localizedDescription)") } }
Objective-C
@import GoogleMobileAds; @import UIKit; @interface ViewController ()@property(nonatomic, strong) DFPInterstitial *interstitial; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.interstitial = [[DFPInterstitial alloc] initWithAdUnitID:@"/21775744923/example/interstitial"]; self.interstitial.delegate = self; GAMRequest *request = [GAMRequest request]; [self.interstitial loadRequest:request]; } /// Tells the delegate an ad request succeeded. - (void)interstitialDidReceiveAd:(DFPInterstitial *)ad { NSLog(@"Insterstitial ad loaded."); } /// Tells the delegate an ad request failed. - (void)interstitial:(DFPInterstitial *)ad didFailToReceiveAdWithError:(GADRequestError *)error { NSLog(@"Interstitial ad failed to load with error: %@", [error localizedDescription]); }
v8
Swift
import GoogleMobileAds import UIKit class ViewController: UIViewController, GADFullScreenContentDelegate { var interstitial: GAMInterstitialAd? override func viewDidLoad() { super.viewDidLoad() let request = GAMRequest() GAMInterstitialAd.load(withAdUnitID:"ca-app-pub-8123415297019784/4985798738", request: request, completionHandler: { (ad, error) in if let error = error { print("Failed to load interstitial ad with error: \(error.localizedDescription)") return } self.interstitial = ad self.interstitial.fullScreenContentDelegate = self } ) } }
Objective-C
@import GoogleMobileAds; @import UIKit; @interface ViewController ()@property(nonatomic, strong) GAMInterstitialAd *interstitial; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; GAMRequest *request = [GAMRequest request]; [GAMInterstitialAd loadWithAdUnitID:@"/21775744923/example/interstitial" request:request completionHandler:^(GAMInterstitialAd *ad, NSError *error) { if (error) { NSLog(@"Failed to load interstitial ad with error: %@", [error localizedDescription]); return; } self.interstitial = ad; self.interstitial.fullScreenContentDelegate = self; }]; }
โฆษณาแบบดิสเพลย์
v7
Swift
func showInterstitial() { ... if interstitial.isReady { interstitial.present(fromRootViewController: self) } else { print("Ad wasn't ready") } }
Objective-C
- (void)showInterstitial: { ... if (self.interstitial.isReady) { [self.interstitial presentFromRootViewController:self]; } else { NSLog(@"Ad wasn't ready"); } }
v8
Swift
func showInterstitial() { ... if let ad = interstitial { ad.present(fromRootViewController: self) } else { print("Ad wasn't ready") } }
Objective-C
- (void)showInterstitial: { ... if (self.interstitial) { [self.interstitial presentFromRootViewController:self]; } else { NSLog(@"Ad wasn't ready"); } }
เหตุการณ์โฆษณาการนำเสนอ
ข้อมูลโค้ดด้านล่างแสดงวิธีจัดการ Callback เมื่อโฆษณา แสดง (ไม่ว่าจะสำเร็จหรือไม่สำเร็จ) และเมื่อปิดไป
v7
Swift
override func viewDidLoad() { super.viewDidLoad() interstitial = DFPInterstitial(adUnitID: "/21775744923/example/interstitial") interstitial.delegate = self ... } /// Tells the delegate that an interstitial will be presented. func interstitialWillPresentScreen(_ ad: DFPInterstitial) { print("Interstitial ad will be presented.") } /// Tells the delegate the interstitial is to be animated off the screen. func interstitialWillDismissScreen(_ ad: DFPInterstitial) { print("Interstitial ad will be dismissed.") } /// Tells the delegate the interstitial had been animated off the screen. func interstitialDidDismissScreen(_ ad: DFPInterstitial) { print("Interstitial ad dismissed.") } /// Tells the delegate that a user click will open another app /// (such as the App Store), backgrounding the current app. /// /// This is not a reliable callback for an ad click event and is removed in /// version 8. If you wish to listen to an ad causing a user to leave the app, /// use applicationWillResignActive: or sceneWillResignActive: instead. func interstitialWillLeaveApplication(_ ad: DFPInterstitial) { print("Interstitial ad will leave application.") }
Objective-C
- (void)viewDidLoad { [super viewDidLoad]; self.interstitial = [[DFPInterstitial alloc] initWithAdUnitID:"/21775744923/example/interstitial"]; self.interstitial.delegate = self; ... } /// Tells the delegate that an interstitial will be presented. - (void)interstitialWillPresentScreen:(DFPInterstitial *)ad { NSLog(@"Interstitial ad will be presented."); } /// Tells the delegate the interstitial is to be animated off the screen. - (void)interstitialWillDismissScreen:(DFPInterstitial *)ad { NSLog(@"Interstitial ad will be dismissed."); } /// Tells the delegate the interstitial had been animated off the screen. - (void)interstitialDidDismissScreen:(DFPInterstitial *)ad { NSLog(@"Interstitial ad dismissed."); } /// Tells the delegate that a user click will open another app /// (such as the App Store), backgrounding the current app. /// /// This is not a reliable callback for an ad click event and is removed in /// version 8. If you wish to listen to an ad causing a user to leave the app, /// use applicationWillResignActive: or sceneWillResignActive: instead. - (void)interstitialWillLeaveApplication:(DFPInterstitial *)ad { NSLog(@"Interstitial ad will leave application."); }
v8
Swift
override func viewDidLoad() { super.viewDidLoad() let request = GAMRequest() GAMInterstitialAd.load(withAdUnitID:"ca-app-pub-8123415297019784/4985798738", request: request, completionHandler: { (ad, error) in if let error = error { print(error.localizedDescription) return } self.interstitial = ad self.interstitial.fullScreenContentDelegate = self } ) } func adDidPresentFullScreenContent(_ ad: GADFullScreenPresentingAd) { print("Ad did present full screen content.") } func ad(_ ad: GADFullScreenPresentingAd, didFailToPresentFullScreenContentWithError error: Error) { print("Ad failed to present full screen content with error \(error.localizedDescription).") } func adDidDismissFullScreenContent(_ ad: GADFullScreenPresentingAd) { print("Ad did dismiss full screen content.") }
Objective-C
- (void)viewDidLoad { [super viewDidLoad]; GAMRequest *request = [GAMRequest request]; [GAMInterstitialAd loadWithAdUnitID:@"/21775744923/example/interstitial" request:request completionHandler:^(GAMInterstitialAd *ad, NSError *error) { if (error) { NSLog(@"interstitial:didFailToReceiveAdWithError: %@", [error localizedDescription]) return; } self.interstitial = ad; self.interstitial.fullScreenContentDelegate = self; }]; } - (void)adDidPresentFullScreenContent:(id)ad { NSLog(@"Ad did present full screen content."); } - (void)ad:(id )ad didFailToPresentFullScreenContentWithError:(NSError *)error { NSLog(@"Ad failed to present full screen content with error %@.", [error localizedDescription]); } - (void)adDidDismissFullScreenContent:(id )ad { NSLog(@"Ad did dismiss full screen content."); }
ได้รับรางวัลแล้ว
โหลดโฆษณา
v7
Swift
import GoogleMobileAds import UIKit class ViewController: UIViewController, GADRewardedAdDelegate { /// The rewarded ad. var rewardedAd: GADRewardedAd? override func viewDidLoad() { super.viewDidLoad() rewardedAd = GADRewardedAd(adUnitID: "ca-app-pub-3940256099942544/1712485313") rewardedAd.delegate = self rewardedAd?.load(GAMRequest()) { error in if let error = error { print("Rewarded ad failed to load with error: \(error.localizedDescription)") } else { print("Rewarded ad loaded.") } } } }
Objective-C
@import GoogleMobileAds; @import UIKit; @interface ViewController ()@property(nonatomic, strong) GADRewardedAd *rewardedAd; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.rewardedAd = [[GADRewardedAd alloc] initWithAdUnitID:@"ca-app-pub-3940256099942544/1712485313"]; self.rewardedAd.delegate = self; GAMRequest *request = [GAMRequest request]; [self.rewardedAd loadRequest:request completionHandler:^(GADRequestError * _Nullable error) { if (error) { NSLog(@"Rewarded ad failed to load with error: %@", [error localizedDescription]); } else { NSLog(@"Rewarded ad loaded."); } }]; }
v8
Swift
import GoogleMobileAds import UIKit class ViewController: UIViewController, GADFullScreenContentDelegate { /// The rewarded ad. var rewardedAd: GADRewardedAd? override func viewDidLoad() { super.viewDidLoad() let request = GAMRequest() GADRewardedAd.load(withAdUnitID: "ca-app-pub-8123415297019784/9501821136", request: request, completionHandler: { (ad, error) in if let error = error { print("Rewarded ad failed to load with error: \(error.localizedDescription)") return } self.rewardedAd = ad self.rewardedAd?.fullScreenContentDelegate = self } ) } }
Objective-C
@import GoogleMobileAds; @import UIKit; @interface ViewController ()@property(nonatomic, strong) GADRewardedAd *rewardedAd; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; GAMRequest *request = [GAMRequest request]; [GADRewardedAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/1712485313" request:request completionHandler:^(GADRewardedAd *ad, NSError *error) { if (error) { NSLog(@"Rewarded ad failed to load with error: %@", [error localizedDescription]); return; } self.rewardedAd = ad; NSLog(@"Rewarded ad loaded."); self.rewardedAd.fullScreenContentDelegate = self; }
แสดงโฆษณาและจัดการรางวัล
โฆษณาที่มีการให้รางวัลกำหนดให้คุณจัดการกิจกรรมเมื่อผู้ใช้ได้รับรางวัล ด้วย
เวอร์ชัน 7 ของ GADRewardedAd
API คุณใช้
rewardedAd:userDidEarnReward:
เป็นส่วนหนึ่งของโปรโตคอล GADRewardedAdDelegate
สำหรับเวอร์ชัน 8 คุณใช้ GADUserDidEarnRewardHandler
เพื่อ
แสดงโฆษณา
v7
Swift
func showRewardedAd() { ... if rewardedAd.isReady { rewardedAd.present(fromRootViewController: self delegate:self) } else { print("Ad wasn't ready") } } /// Tells the delegate that the user earned a reward. func rewardedAd(_ rewardedAd: GADRewardedAd, userDidEarnReward: GADAdReward) { // TODO: Reward the user. }
Objective-C
- (void)showRewardedAd: { ... if (self.rewardedAd.isReady) { [self.rewardedAd presentFromRootViewController:self delegate:self]; } else { NSLog(@"Ad wasn't ready"); } } /// Tells the delegate that the user earned a reward. - (void)rewardedAd:(GADRewardedAd *)rewardedAd userDidEarnReward:(GADAdReward *)reward { // TODO: Reward the user. }
v8
Swift
func showRewardedAd() { ... if let ad = rewardedAd { ad.present(fromRootViewController: self, userDidEarnRewardHandler: { let reward = ad.adReward // TODO: Reward the user. } ) } else { print("Ad wasn't ready") } }
Objective-C
- (void)showRewardedAd: { ... if (self.rewardedAd) { [self.rewardedAd presentFromRootViewController:self userDidEarnRewardHandler:^ { GADAdReward *reward = self.rewardedAd.adReward; // TODO: Reward the user. }]; } else { NSLog(@"Ad wasn't ready"); } }
เหตุการณ์โฆษณาการนำเสนอ
เมื่อใช้ GADRewardedAd
API คุณจะส่ง GADRewardedAdDelegate
ไปยังเมธอด
ที่แสดงโฆษณา เมื่อใช้ GADRewardedAd
API คุณจะตั้งค่า
GADFullscreenContentDelegate
เป็นพร็อพเพอร์ตี้บนโฆษณาก่อนที่จะแสดง
โฆษณาของคุณ
v7
Swift
func showRewardedAd() { ... if rewardedAd.isReady { rewardedAd.present(fromRootViewController: self delegate:self) } else { print("Ad wasn't ready") } } /// Tells the delegate that the rewarded ad was presented. func rewardedAdDidPresent(_ rewardedAd: GADRewardedAd) { print("Rewarded ad presented.") } /// Tells the delegate that the rewarded ad was dismissed. func rewardedAdDidDismiss(_ rewardedAd: GADRewardedAd) { print("Rewarded ad dismissed.") } /// Tells the delegate that the rewarded ad failed to present. func rewardedAd(_ rewardedAd: GADRewardedAd, didFailToPresentWithError error: Error) { print("Rewarded ad failed to present with error: \(error.localizedDescription).") }
Objective-C
- (void)showRewardedAd: { ... if (self.rewardedAd.isReady) { [self.rewardedAd presentFromRootViewController:self delegate:self]; } else { NSLog(@"Ad wasn't ready"); } } /// Tells the delegate that the rewarded ad was presented. - (void)rewardedAdDidPresent:(GADRewardedAd *)rewardedAd { NSLog(@"Rewarded ad presented."); } /// Tells the delegate that the rewarded ad failed to present. - (void)rewardedAd:(GADRewardedAd *)rewardedAd didFailToPresentWithError:(NSError *)error { NSLog(@"Rewarded ad failed to present with error: %@", [error localizedDescription]); } /// Tells the delegate that the rewarded ad was dismissed. - (void)rewardedAdDidDismiss:(GADRewardedAd *)rewardedAd { NSLog(@"Rewarded ad dismissed."); }
v8
Swift
override func viewDidLoad() { super.viewDidLoad() let request = GAMRequest() GADRewardedAd.load(withAdUnitID: "ca-app-pub-8123415297019784/9501821136", request: request, completionHandler: { (ad, error) in if let error = error { print(error.localizedDescription) return } self.rewardedAd = ad self.rewardedAd?.fullScreenContentDelegate = self } ) } /// Tells the delegate that the rewarded ad was presented. func adDidPresentFullScreenContent(_ ad: GADFullScreenPresentingAd) { print("Rewarded ad presented.") } /// Tells the delegate that the rewarded ad was dismissed. func adDidDismissFullScreenContent(_ ad: GADFullScreenPresentingAd) { print("Rewarded ad dismissed.") } /// Tells the delegate that the rewarded ad failed to present. func ad(_ ad: GADFullScreenPresentingAd, didFailToPresentFullScreenContentWithError error: Error) { print("Rewarded ad failed to present with error: \(error.localizedDescription).") }
Objective-C
- (void)viewDidLoad { [super viewDidLoad]; GAMRequest *request = [GAMRequest request]; [GADRewardedAd loadWithAdUnitID:@"ca-app-pub-3940256099942544/1712485313" request:request completionHandler:^(GADRewardedAd *ad, NSError *error) { if (error) { NSLog(@"Rewarded ad failed to load with error: %@", [error localizedDescription]); return; } self.rewardedAd = ad; NSLog(@"Rewarded ad loaded."); self.rewardedAd.fullScreenContentDelegate = self; } /// Tells the delegate that the rewarded ad was presented. - (void)adDidPresentFullScreenContent:(id)ad { NSLog(@"Rewarded ad presented."); } /// Tells the delegate that the rewarded ad failed to present. - (void)ad:(id )ad didFailToPresentFullScreenContentWithError:(NSError *)error { NSLog(@"Rewarded ad failed to present with error: %@", [error localizedDescription]); } /// Tells the delegate that the rewarded ad was dismissed. - (void)adDidDismissFullScreenContent:(id )ad { NSLog(@"Rewarded ad dismissed."); }
การนำ GADมีการให้รางวัลBasedVideoAd API เดิมออก
ใหม่
GADRewardedAd
API เปิดตัวครั้งแรกในเดือนมีนาคม 2019 ซึ่งเป็นรูปแบบที่มีการให้รางวัลมากกว่า
API มานานกว่า 18 เดือน ซึ่งมีประสิทธิภาพดีขึ้นเมื่อเทียบกับรุ่นเดิม
GADRewardedBasedVideoAd
API ซึ่งรวมถึงความสามารถในการโหลดมากกว่า 1 รายการ
ที่มีการให้รางวัลครั้งละ 1 รายการ
ระบบจะนำ GADRewardedBasedVideoAd
API เดิมออกใน SDK เวอร์ชัน 8.0.0
การเลิกใช้งานแบนเนอร์อัจฉริยะเพื่อเปลี่ยนไปใช้แบนเนอร์แบบปรับขนาดได้
โฆษณาแบนเนอร์อัจฉริยะเลิกใช้งานแล้ว เพื่อใช้แบนเนอร์แบบปรับขนาดได้ แบนเนอร์แบบปรับขนาดได้จะให้ประสิทธิภาพที่เหนือกว่าและมีความยืดหยุ่นมากขึ้น การตั้งค่าความกว้างของโฆษณา หากคุณต้องการใช้แบนเนอร์แบบเต็มความกว้างต่อไป คุณสามารถ คุณก็ยังทำได้โดยใช้แบนเนอร์แบบปรับขนาดได้ ดังที่แสดงในข้อมูลโค้ดต่อไปนี้
Swift
class ViewController: UIViewController { override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) // Note: The safe area is not known until viewWillAppear. let adSize = getFullWidthAdaptiveAdSize() } func getFullWidthAdaptiveAdSize() -> GADAdSize { // Here safe area is taken into account, hence the view frame is used after the // view has been laid out. let frame = { () -> CGRect in if #available(iOS 11.0, *) { return view.frame.inset(by: view.safeAreaInsets) } else { return view.frame } }() return GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(frame.size.width) } }
Objective-C
@implementation ViewController - (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; // Note: The safe area is not known until viewWillAppear. GADAdSize adSize = [self getFullWidthAdaptiveAdSize]; } - (GADAdSize)getFullWidthAdaptiveAdSize { CGRect frame = self.view.frame; // Here safe area is taken into account, hence the view frame is used after // the view has been laid out. if (@available(iOS 11.0, *)) { frame = UIEdgeInsetsInsetRect(self.view.frame, self.view.safeAreaInsets); } return GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(frame.size.width); } @end
ออกจากการนำ Callback ของแอปพลิเคชันออก
willLeaveApplication
การติดต่อกลับสำหรับรูปแบบโฆษณาทั้งหมดได้รับการ
ถูกนำออกเพื่อให้
applicationDidEnterBackground:
และ
sceneDidEnterBackground:
การใช้ API ระดับระบบปฏิบัติการจะแจ้งให้คุณทราบเมื่อใดก็ตามที่ผู้ใช้ออกจากแอปโดยไม่คํานึงถึง
เป็นผลมาจากการโต้ตอบกับโฆษณาหรือไม่
โปรดทราบว่า willLeaveApplication
การติดต่อกลับไม่ได้มีเจตนาที่จะเป็น
เครื่องจัดการการคลิกโฆษณา และใช้ Callback นี้เพื่อรายงานการคลิกไม่ได้
สร้างเมตริกที่แม่นยำ เช่น การคลิกที่ตัวเลือกโฆษณาอื่นๆ
ที่เปิดเบราว์เซอร์ภายนอกเรียกใช้ Callback แต่ไม่ได้นับ
คลิก
การเปลี่ยนชื่อชั้นเรียน
ตารางด้านล่างแสดงชื่อคลาสเฉพาะที่มีการเปลี่ยนแปลงหรือถูกนำออกใน เวอร์ชัน 8 โดยสรุปได้ดังนี้
- ระบบเปลี่ยนชื่อชั้นเรียนทั้งหมดที่เกี่ยวข้องกับ
GADUnifiedNativeAd
เป็นGADNativeAd
GADRewardBasedVideoAd
,GADNativeExpressAdView
และGADInstreamAd
มี ถูกนำออกแล้ว- ชั้นเรียนทั้งหมดที่มีคำนำหน้า
DFP
ถูกแทนที่ด้วยคำนำหน้าGAM
คลาส v7.68.0 | คลาส v8.0.0 |
---|---|
DFPBannerView | GAMBannerView |
DFPBannerViewOptions | GAMBannerViewOptions |
DFPInterstitial | GAMInterstitialAd |
DFPRequest | GAMRequest |
GADRequestError | NSError |
GADUnifiedNativeAdView | GADNativeAdView |
โฆษณาเนทีฟแบบรวม GAD | GADNativeAd |
GADUnifiedNativeAdAssetIdentifiers | GADNativeAdAssetIdentifiers |
GADUnifiedNativeAdDelegate | GADNativeAdDelegate |
GADUnifiedNativeAdUnconfirmedClickDelegate | GADNativeAdUnconfirmedClickDelegate |
GADNativeCustomTemplateAd | GADCustomNativeAd |
GADNativeCustomTemplateAdLoaderDelegate | GADCustomNativeAdLoaderDelegate |
GADNativeAdDelegate | GADCustomNativeAdDelegate |
GADInAppPurchase | นำออกแล้ว |
GADInterstitial | GADInterstitialAd |
GADNativeExpressAdView | นำออกแล้ว |
GADRewardBasedVideoAd | นำออกแล้ว |
GADInstreamAd | นำออกแล้ว |
GADInstreamAdView | นำออกแล้ว |
วิธีการที่ถูกลบ/แทนที่
ตารางด้านล่างแสดงการเปลี่ยนแปลงที่เฉพาะเจาะจงในเวอร์ชัน 8 โดยสรุปได้ดังนี้
- โดยได้นำเมธอดและพร็อพเพอร์ตี้ที่เลิกใช้งานแล้วก่อนหน้านี้ออกแล้ว
- นำวิธีการมอบสิทธิ์
-willLeaveApplication:
รายการสำหรับทุกรูปแบบออกแล้ว - ชื่อระดับเครือข่ายโฆษณาได้ย้ายไปที่พร็อพเพอร์ตี้
GADResponseInfo
แล้ว - ตัวระบุอุปกรณ์ทดสอบย้ายไปยัง
GADRequestConfiguration
แล้ว
คลาส v7.68.0 | API เวอร์ชัน 7.68.0 | API เวอร์ชัน 8.0.0 | หมายเหตุ |
---|---|---|---|
GADMobileAds | +configureWithApplicationID: | -startWithCompletionHandler: | ตอนนี้รหัสแอปได้รับการตั้งค่าใน Info.plist แล้ว |
+disableAutomatedInApp |
-disableAutomatedInApp |
||
+disableSDKCrashReporting | -disableSDKCrashReporting | ||
GADRequest | testDevices | GADRequestConfiguration |
พร็อพเพอร์ตี้ testDeviceIdentifiers จะมีผลกับคำขอโฆษณาทั้งหมด ในขณะที่ มีการตั้งค่าพร็อพเพอร์ตี้เก่า testDevices ตามคำขอ |
gender | นำออกแล้ว | ||
วันเกิด | นำออกแล้ว | ||
+sdkVersion | GADMobileAds.sharedInstance |
||
-setBirthday |
นำออกแล้ว | ||
-setLocationWithDescription: | -setLocationWith |
||
-tagForChildDirectedTreatment: | [GADMobileAds.sharedInstance.requestConfiguration tagForChildDirectedTreatment] | ||
GADErrorCode | kGADError* | GADError* | คำนำหน้า k ถูกตัดออกจากค่าคงที่ของรหัสข้อผิดพลาดทั้งหมด
|
GADBannerView | hasAutoRefreshed | autoloadEnabled | |
inAppPurchaseDelegate | นำออกแล้ว | ||
mediatedAdView | นำออกแล้ว | ||
adNetworkClassName | responseInfo |
||
DFPBannerView | -setValidAdSizesWithSizes: | -setValidAdSizes: | |
DFPBannerViewOptions | -adSizeDelegate | นำออกแล้ว | |
GADBannerViewDelegate | -adViewDidReceiveAd: | -bannerViewDidReceiveAd: | |
-adView:didFailToReceive |
-bannerView:didFailToReceive |
||
-adViewWillPresentScreen: | -bannerViewWillPresentScreen: | ||
-adViewWillDismissScreen: | -bannerViewWillDismissScreen: | ||
-adViewDidDismissScreen: | -bannerViewDidDismissScreen: | ||
-adViewWillLeaveApplication: | นำออกแล้ว | ||
GADNativeCustomTemplateAd | templateID | GADCustomNativeAd.formatID | |
-performClickOnAssetWithKey: |
-performClickOnAssetWithKey: | ||
GADNativeAdImageAd |
preferredImageOrientation | GADNativeAdMediaAdOptions |
|
GADInterstitial | inAppPurchaseDelegate | นำออกแล้ว | |
isReady | นำออกแล้ว | ใช้ canOfferFrom |
|
hasBeenUsed | นำออกแล้ว | ||
-init | -initWithAdUnitID: | ||
-setAdUnitID: | -initWithAdUnitID: | ||
adNetworkClassName | responseInfo |
||
-interstitialWill |
นำออกแล้ว | ||
โฆษณาเนทีฟแบบรวม GAD | videoController | mediaContent.videoController | |
adNetworkClassName | responseInfo |