UNPKG

@jaimeflneto/n8n-nodes-google-ads-conversion

Version:

n8n node for tracking conversions in Google Ads with support for batch processing, enhanced conversions, and comprehensive privacy compliance

6 lines (5 loc) 349 B
import type { ICredentialType, INodeTypeDescription } from 'n8n-workflow'; export { GoogleAdsConversion } from './nodes/GoogleAdsConversion/GoogleAdsConversion.node'; export { GoogleAdsOAuth2 } from './credentials/GoogleAdsOAuth2.credentials'; export declare const nodes: INodeTypeDescription[]; export declare const credentials: ICredentialType[];