UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

8 lines (7 loc) 385 B
import { HasHtmlSnippetDynamicAllocationCreative } from './hasHtmlSnippetDynamicAllocationCreative'; export declare class AdExchangeCreative extends HasHtmlSnippetDynamicAllocationCreative { protected static XSI_TYPE: string; isNativeEligible: boolean; isInterstitial: boolean; constructor(isNativeEligible?: boolean, isInterstitial?: boolean, codeSnippet?: string); }