@kadam-net/n8n-nodes-kadam
Version:
Kadam node for n8n to manage campaigns, creatives, and more.
7 lines (6 loc) • 881 B
TypeScript
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function getCampaignStats(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getPlacementStats(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function updatePlacementMultiplier(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getCreativeStatsByCampaignIds(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;
export declare function getCreativeStatsByCreativeIds(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<INodeExecutionData[]>;