UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 268 B
import { HasHtmlSnippetDynamicAllocationCreative } from './hasHtmlSnippetDynamicAllocationCreative'; export declare class AdSenseCreative extends HasHtmlSnippetDynamicAllocationCreative { protected static XSI_TYPE: string; constructor(codeSnippet?: string); }