@dailymotion/vast-client
Version:
JavaScript VAST Client
25 lines • 601 B
TypeScript
export function createAd(adAttributes?: {}): {
id: any;
sequence: any;
adType: any;
adServingId: any;
categories: any[];
expires: any;
viewableImpression: any[];
system: any;
title: any;
description: any;
advertiser: any;
pricing: any;
survey: any;
errorURLTemplates: any[];
impressionURLTemplates: any[];
creatives: any[];
extensions: any[];
adVerifications: any[];
blockedAdCategories: any[];
followAdditionalWrappers: boolean;
allowMultipleAds: boolean;
fallbackOnNoAd: any;
};
//# sourceMappingURL=ad.d.ts.map