AI-generated Key Takeaways
- 
          
Open Measurement is an IAB standard for verifying ad viewability and click measurements using third-party providers.
 - 
          
The Google Mobile Ads SDK supports Open Measurement starting with version 18.1.0 and integrates with the Open Measurement (OM) SDK.
 - 
          
To use Open Measurement, you need Google Mobile Ads SDK 18.1.0 or higher, a completed quick start guide, and a configured viewability provider assigned to your line item in Ad Manager.
 - 
          
Transparent overlays that obscure an ad can impact viewability measurements unless their alpha is 0 or their visibility is GONE or INVISIBLE.
 - 
          
Custom native ad formats that don't render a video asset require a custom Open Measurement integration.
 
Open Measurement is an IAB standard that allows publishers to use third-party viewability providers to verify impressions and click measurements. Google Mobile Ads SDK supports Open Measurement starting with version 18.1.0. This and later versions of Google Mobile Ads SDK integrates with the Open Measurement (OM) SDK to enable third-party viewability measurement.
Google Mobile Ads SDK supports OM SDK version 1.4.
Prerequisites
* Google Mobile Ads SDK 18.1.0 or higher.- Complete Get started.
 
- A configured viewability provider assigned to your line item.
 
Implement Open Measurement
Google Mobile Ads SDK automatically implements Open Measurement using "Google" as the Open Measurement partner name for all ads served using the Google Mobile Ads SDK.
To use a third-party viewability provider, configure it in the Ad Manager UI, and configure your line items to use that viewability provider. For more details, see Configure a mobile app viewability provider.
Ensure that transparent overlays are non-obstructing
For an ad to not be considered blocked, the view that is obscuring the ad must have one of these settings:
alpha = 0, or,
visibility = View.GONEorvisibility = View.INVISIBLE
It doesn't matter if the obscuring view has a transparent background, the view's alpha and visibility values are what determine whether the view is blocking your ad.
If the Open Measurement SDK detects an obstruction over the ad, it could impact
whether a viewability provider considers the impression viewable. To fix this,
set your view's alpha to 0 or
set the visibility to View.GONE or View.INVISIBLE.
Troubleshooting
Be aware of the following when implementing Open Measurement:
You must check with the mediation partner to learn if they support Open Measurement for ads they render.
Ads that are obscured by overlaying views might not register viewability measurements. For more information, refer to Ensure that transparent overlays are non-obstructing.
On test devices, including the Android simulator, the Test Ad label is detected as non-obstructing to the ad view.