搭配使用 Google Mobile Ads SDK 和 Open Measurement
Open Measurement 是 IAB 標準,可讓發布商使用第三方可視度評估服務供應商,驗證曝光和點擊評估。Google Mobile Ads SDK 18.1.0 以上版本支援 Open Measurement。這個版本和 Google Mobile Ads SDK 的後續版本會整合 Open Measurement (OM) SDK,以便啟用第三方可視度評估功能。
Google Mobile Ads SDK 支援 OM SDK 1.4 版。
必要條件
* Google Mobile Ads SDK 18.1.0 以上版本。
導入 Open Measurement
Google Mobile Ads SDK 會自動使用 "Google" 做為公開評估合作夥伴名稱,為所有使用 Google Mobile Ads SDK 放送的廣告導入公開評估功能。
如要使用第三方可視度評估服務供應商,請在 AdMob 使用者介面中設定該供應商,並設定委刊項以使用該可視度評估服務供應商。詳情請參閱「設定行動應用程式可視度評估服務供應商」。
確保透明疊加層不會遮蔽內容
如要避免廣告遭到遮蔽,遮蔽廣告的畫面必須具備下列其中一種設定:
visibility = View.GONE
或 visibility = View.INVISIBLE
無論遮蔽的檢視畫面是否有透明背景,決定檢視畫面是否會遮蔽廣告的關鍵,是檢視畫面的 Alpha 和可見度值。
如果 Open Measurement SDK 偵測到廣告上有遮蔽物,可能會影響可視度供應商是否會將曝光視為可視。如要修正這個問題,請將檢視畫面的 alpha 值設為 0
,或將可見度設為 View.GONE
或 View.INVISIBLE
。
疑難排解
導入 Open Measurement 時,請注意下列事項:
您必須向中介服務合作夥伴確認,他們是否支援針對所顯示廣告採用開放式評估功能。
遭到重疊檢視畫面遮蓋的廣告,可能無法記錄可視度。詳情請參閱「確保透明覆疊層不會遮蔽畫面」。
在測試裝置 (包括 Android 模擬器) 上,系統會偵測到「Test Ad」標籤不會阻擋廣告檢視畫面。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-21 (世界標準時間)。
[null,null,["上次更新時間:2025-02-21 (世界標準時間)。"],[[["Open Measurement is an IAB standard allowing publishers to use third-party verification for impressions and clicks, supported by the Google Mobile Ads SDK for Android (version 18.1.0 and later)."],["The Mobile Ads SDK integrates with the Open Measurement SDK (OM SDK) to enable third-party viewability measurements for Banner, Interstitial, Rewarded, and Native ad formats."],["Ensure any transparent overlays on top of ads have `alpha = 0` or `visibility = View.GONE/INVISIBLE` to avoid obstructing viewability measurements."],["Open Measurement requires the Google Play Services SDK on devices and is not supported for AdMob campaigns; check with mediation partners for their support."]]],["The Google Mobile Ads SDK, version 18.1.0 and later, supports Open Measurement (OM) using the OM SDK 1.4, enabling third-party viewability verification for impressions and clicks. To use this, configure your desired provider in the AdMob UI and set line items accordingly. Ensure overlaying views do not obstruct ads by setting their alpha to 0 or visibility to GONE/INVISIBLE. Note that AdMob campaigns and some mediation partners do not have OM support. The \"Test Ad\" label is not considered obstructing on test devices.\n"]]