dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
8 lines (7 loc) • 319 B
TypeScript
import { PremiumFeature } from './premiumFeature';
export declare class CustomTargetingPremiumFeature extends PremiumFeature {
protected static XSI_TYPE: string;
customTargetingKeyId: number;
customTargetingValueId: number;
constructor(customTargetingKeyId?: number, customTargetingValueId?: number);
}