Skip to content

Smart Ad Server ad rendering library mock

License

Notifications You must be signed in to change notification settings

emgag/smart-dummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Dummy

Simple drop in replacement for Smart Ad Server async ad rendering library for local/offline development and displaying mock ads.

Simply reference the dummy smart.js instead of https://ced.sascdn.com/tag/ID/smart.js and define a replacement map:

<script>
    var _sasDummy = {
        debug: true,
        formats: {
            1: 'https://example.org/format1.png',
            2: 'https://example.org/format2.png'        
        }
    }
</script>
<script src="/dist/smart.js" async></script>

See example.html for, well, examples.

About

Smart Ad Server ad rendering library mock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published