Skip to content

Commit

Permalink
Merge pull request #19 from basil79/ongoing
Browse files Browse the repository at this point in the history
edit readme
  • Loading branch information
basil79 authored Jan 25, 2023
2 parents 8ee291c + 5dc24ba commit acb712e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

# ima-wrapper

> Wrapper for IMA SDK HTML5.
> Wrapper for IMA SDK.
> IMA Wrapper is a convenience layer around the Google Interactive Media Ads (IMA SDK for HTML5)
NOTE: If you have already included the [ima3.js](//imasdk.googleapis.com/js/sdkloader/ima3.js) script in the page, the wrapper will check the IMA SDK client side version if it was included and use it, if not, the wrapper will try to load `ima3.js` from `//imasdk.googleapis.com/js/sdkloader/ima3.js`.
This SDK can be used to create a simple In-Stream/Out-Stream video player or to implement more complex scenarios such as: Creating multiple instances of the [IMA SDK](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side) to request multiple video ads at the same time (in parallel), VPAID integration and e.t.c.

NOTE: If you have already included the [ima3.js](//imasdk.googleapis.com/js/sdkloader/ima3.js) script in the page, the wrapper will check the IMA client-side SDK version if it was included and use it, if not, the wrapper will try to load `ima3.js` from `//imasdk.googleapis.com/js/sdkloader/ima3.js`.

**Table of Contents**

Expand Down
Loading

0 comments on commit acb712e

Please sign in to comment.