UNPKG

admesh-ui-sdk

Version:

Beautiful, modern React components for displaying AI-powered product recommendations with citation-based conversation ads, auto-triggered widgets, floating chat, conversational interfaces, persistent sidebar, and built-in tracking. Includes zero-code SDK

15 lines 691 B
import { default as React } from 'react'; import { AdMeshLinkTrackerProps } from '../types/index'; /** * AdMeshLinkTracker Component * * Wraps content with click tracking via AdMesh click URLs. * * Note: View/exposure tracking is handled separately by AdMeshViewabilityTracker component. * This component only handles click navigation to the admeshLink (which contains click tracking). * * The admeshLink prop should be the click URL from the recommendation, which already includes * all necessary tracking parameters and will redirect to the merchant URL. */ export declare const AdMeshLinkTracker: React.FC<AdMeshLinkTrackerProps>; //# sourceMappingURL=AdMeshLinkTracker.d.ts.map