---
metadata:
  - name: generator
    content: Diplodoc Platform v5.34.3
alternate:
  - https://yandex.ru/dev/video-sdk/doc/en/sdk-html5/AdLoaderObject.md
  - https://yandex.ru/dev/video-sdk/doc/ru/sdk-html5/AdLoaderObject.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/video-sdk/doc/en/llms.txt

# AdLoaderObject

The AdLoader object returned when loading the AdLoader module.

[Methods](#methods)

## Methods {#methods}

#|
|| **Name** | **Type (Returned)** | **Description** ||
|| `create (adConfig: AdConfig)` | Promise<[AdLoader](https://yandex.ru/dev/video-sdk/doc/en/sdk-html5/AdLoader-class.md)> 
|
Creates an ad loader. Returns a promise that, if successful, changes to the `Resolved` status with the `AdLoader` instance. Method parameters:
* `adConfig:` [`AdConfig`](https://yandex.ru/dev/video-sdk/doc/en/sdk-html5/AdConfig-interface.md) — ad loading configuration. Required parameter.||
|#
