/** * Platform Integrations * Apple Search Ads and Google Play Install Referrer * Conversion routing to Meta/TikTok/Google is handled server-side via postback. */ export { AppleSearchAdsIntegration, appleSearchAdsIntegration } from './apple-search-ads-integration'; export { playInstallReferrerIntegration } from './play-install-referrer'; export type { PlayInstallReferrer } from './play-install-referrer';