@aftership/web-pixels
Version:
AfterShip Web Pixels for data anaylsis
25 lines (24 loc) • 1.38 kB
TypeScript
import { IStorePublicPixelInitialOptions } from '../../../../types/pixelAvoInstance';
declare const ASPixel: import('../../../../types/pixelAvoInstance').PixelAvoInstance<{
AvoEnv: typeof import("../Avo").AvoEnv;
initAvo: typeof import("../Avo").initAvo;
setSystemProperties: typeof import("../Avo").setSystemProperties;
avoInspectorApiKey: string;
clicked: typeof import("../Avo").clicked;
pageViewed: typeof import("../Avo").pageViewed;
modalViewed: typeof import("../Avo").modalViewed;
submitted: typeof import("../Avo").submitted;
purchaseCompleted: typeof import("../Avo").purchaseCompleted;
refundCompleted: typeof import("../Avo").refundCompleted;
searchSubmitted: typeof import("../Avo").searchSubmitted;
itemViewed: typeof import("../Avo").itemViewed;
itemClicked: typeof import("../Avo").itemClicked;
addedToCart: typeof import("../Avo").addedToCart;
checkoutStarted: typeof import("../Avo").checkoutStarted;
cartViewed: typeof import("../Avo").cartViewed;
promotionViewed: typeof import("../Avo").promotionViewed;
promotionEngaged: typeof import("../Avo").promotionEngaged;
identify: typeof import("../Avo").identify;
resetIdentity: typeof import("../Avo").resetIdentity;
}, IStorePublicPixelInitialOptions> & import("../../../../types/pixelUtils").PixelEventUtils;
export default ASPixel;