Skip to content

Commit f150813

Browse files
Matthew MoyaMatthew Moya
authored andcommitted
documentation
1 parent ca040bd commit f150813

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/lazy-load-plugin.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ In order to avoid the penalties imposed by loading slow creatives at load time,
1414
The AdJS Auto Render plugin delays the loading of the creative until the creative is in the viewport. This ensures that
1515
the creatives only load when the visitor is ready to see them.
1616

17+
## External Dependencies
18+
This Plugin utilizes IntersectionObserver which is only fully supported in modern browsers.
19+
If you require support for older browsers, please be sure to include a polyfill in your application.
20+
1721
## Installation
1822
Depending on your method of implementation, AdJS packages may be installed via different methods.
1923
Please follow the directions for your relevant method.

docs/refresh-plugin.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Viewability is a binary metric. Your creative will either generate a "viewable i
33

44
The AdJS refresh plugin helps you maximize your impressions per page by refreshing/fetching a new creative after your Ad has been considered as "viewed". By default the AutoRefresh Plugin will only refresh an Ad after 30 seconds of view time.
55

6+
## External Dependencies
7+
This Plugin utilizes IntersectionObserver which is only fully supported in modern browsers.
8+
If you require support for older browsers, please be sure to include a polyfill in your application.
9+
610
## Installation
711
Depending on your method of implementation, AdJS packages may be installed via different methods.
812
Please follow the directions for your relevant method.

0 commit comments

Comments
 (0)