We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efe0dd commit 1e787e5Copy full SHA for 1e787e5
README.md
@@ -15,7 +15,7 @@ Note: It does not track 'Viewable Video Impression'. It only tracks viewable imp
15
16
```javascript
17
oav = new OpenAdViewability();
18
-oav.checkViewability(ad_elem, function(check){
+oav.checkViewability(ad_element, function(check){
19
if(check.viewabilityStatus){
20
// Your code here
21
}
0 commit comments