UNPKG

@easyflow/pixel

Version:

Easyflow client-side pixel SDK

4 lines (3 loc) 247 B
import { PixelDto, PlatformEvent } from '../@types/types'; export declare function loadGoogleTag(pixels: PixelDto[]): Promise<void>; export declare function sendToGoogle(event: PlatformEvent | null, payload: any, pixel?: PixelDto): Promise<void>;