@dailymotion/vast-client
Version:
JavaScript VAST Client
24 lines • 635 B
TypeScript
export function createCompanionAd(creativeAttributes?: {}): {
id: any;
adType: string;
width: any;
height: any;
assetWidth: any;
assetHeight: any;
expandedWidth: any;
expandedHeight: any;
apiFramework: any;
adSlotId: any;
pxratio: any;
renderingMode: any;
staticResources: any[];
htmlResources: any[];
iframeResources: any[];
adParameters: any;
altText: any;
companionClickThroughURLTemplate: any;
companionClickTrackingURLTemplates: any[];
trackingEvents: {};
};
export function isCompanionAd(ad: any): boolean;
//# sourceMappingURL=companion_ad.d.ts.map