Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Lazy Loading
Lazy Loading führt zu einer kürzeren Seitenladezeit, einer geringeren Ressourcennutzung und einer geringeren Auslastung. Außerdem verbessert sich die Sichtbarkeitsrate, da das Anfordern und Rendern von Anzeigen pausiert wird, bis sie sich dem Darstellungsbereich des Nutzers nähern.
Beim Lazy-Loading in der Einzelanfrage-Architektur wird die Anzeige und alle anderen Anzeigenflächen angefordert, sobald sich die erste Anzeigenfläche im vom Parameter fetchMarginPercent angegebenen Darstellungsbereich befindet.
[null,null,[],[],[],null,["# Lazy loading\n============\n\nLazy loading enables pages to load faster, reduces resource consumption and\ncontention, and improves viewability rate by pausing the requesting and\nrendering of ads until they approach the user's viewport.\n\nWith lazy loading in SRA, when the first ad slot comes within the viewport\nspecified by the [`fetchMarginPercent`](//developers.google.com/publisher-tag/reference#googletag.config.LazyLoadConfig.fetchMarginPercent) property,\nthe call for that ad and all other ad slots is made.\n\nSample implementation\n---------------------\n\n[View demo](https://googleads.github.io/google-publisher-tag-samples/lazy-loading/js/demo.html) This sample makes use of library features that are not fully supported when running in an iframe. To view a demo of this sample in a new window, click the **View demo** button above. \n\n### JavaScript\n\nLoading...\n----------\n\nLoading...\n----------\n\n[Improve this sample](https://github.com/googleads/google-publisher-tag-samples/tree/main/dist/lazy-loading/js) [Report an issue](https://github.com/googleads/google-publisher-tag-samples/issues/new?labels=documentation&template=sample-feedback.md&title=Sample+feedback%3A+lazy-loading/js)\n\n### TypeScript\n\nLoading...\n----------\n\nLoading...\n----------\n\n[Improve this sample](https://github.com/googleads/google-publisher-tag-samples/tree/main/dist/lazy-loading/ts) [Report an issue](https://github.com/googleads/google-publisher-tag-samples/issues/new?labels=documentation&template=sample-feedback.md&title=Sample+feedback%3A+lazy-loading/ts)"]]