AdServerTest
This adapter returns sample ads immediately, based on keywords in adunit
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
creatives: {"banner": string, "interscroller": string, "skin": string, "native": *, "slideup": string} |
|
| public |
loading: * |
|
| public |
main: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
async call() Mandatory. |
|
| public |
gamReRender(slotPath: *) |
|
| public |
load(): * Mandatory. |
|
| public |
refresh() |
|
| public |
render(adUnit: *, creative: *, width: *, height: *) |
|
| public |
showMetaData(elementId: *, metaData: *) Prepares an object with useful information for debubbing |
|
| public |
testRender(position: *) Helper, calls main render and metadata function here Had special name to avoid being used to render real ads on some publisher setups |
|
Public Constructors
public constructor() source
Public Members
public creatives: {"banner": string, "interscroller": string, "skin": string, "native": *, "slideup": string} source
public loading: * source
public main: * source
Public Methods
public gamReRender(slotPath: *) source
Params:
| Name | Type | Attribute | Description |
| slotPath | * |
public refresh() source
public render(adUnit: *, creative: *, width: *, height: *) source
Params:
| Name | Type | Attribute | Description |
| adUnit | * | ||
| creative | * | ||
| width | * | ||
| height | * |
public showMetaData(elementId: *, metaData: *) source
Prepares an object with useful information for debubbing
Params:
| Name | Type | Attribute | Description |
| elementId | * | ||
| metaData | * |
public testRender(position: *) source
Helper, calls main render and metadata function here Had special name to avoid being used to render real ads on some publisher setups
Params:
| Name | Type | Attribute | Description |
| position | * |
