Class AdMetrics
java.lang.Object
org.openqa.selenium.devtools.v150.ads.model.AdMetrics
Ad metrics for a page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe time-weighted average of the viewport ad count, measured across the duration of the page.The time-weighted average of the viewport ad density by area, measured across the duration of the page.The total ad CPU usage, in milliseconds.The total ad network bytes.The number of ads currently visible within the viewport.The viewport ad density by area, represented as a percentage (an integer between 0 and 100).
-
Constructor Details
-
AdMetrics
-
-
Method Details
-
getViewportAdDensityByArea
The viewport ad density by area, represented as a percentage (an integer between 0 and 100). -
getAverageViewportAdDensityByArea
The time-weighted average of the viewport ad density by area, measured across the duration of the page. -
getViewportAdCount
The number of ads currently visible within the viewport. -
getAverageViewportAdCount
The time-weighted average of the viewport ad count, measured across the duration of the page. -
getTotalAdCpuTime
The total ad CPU usage, in milliseconds. -
getTotalAdNetworkBytes
The total ad network bytes.
-