@videts/vide / vast / resolveVast
Function: resolveVast()
resolveVast(
tagUrl,options?):Promise<VastResponse>
Defined in: vast/parser.ts:677
Resolve a VAST tag URL, following Wrapper redirects until an InLine ad is found. Merges tracking from all Wrappers in the chain into the final InLine ad.
Parameters
| Parameter | Type |
|---|---|
tagUrl | string |
options? | ResolveOptions |
Returns
Promise<VastResponse>