Skip to end of banner
Go to start of banner

HTML

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Topic

Description

Initial Load

Executed when the ad is loaded and contains all the files that the ad needs to provide an initial graphical representation. A maximum of 15 files may be loaded, such as images, JavaScript, trackings, etc.

Sub Load

Once the initial HTML document is fully loaded and parsed, additional files can be loaded (DOMContentLoaded-Event). Suitable for more complex animations. Another 30 files may be loaded.

User Initiated Load

Here we define the interaction with an ad (click, touch and mouseOver). An unlimited amount of files may be reloaded. The file weight is unlimited.

For mobile, please note that there is a limited data connection and usually a lower bandwidth available. File size and weights should therefore be kept as low as possible.



  • No labels