feat(ads): wire Meta Pixel for ad attribution
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
Pixel ID 1904240520247944 (sase.tr) created on ad account act_1227112768351770. Lazy-injected like PostHog so it stays off when VITE_META_PIXEL_ID is unset. Tracks PageView on every route change, CompleteRegistration on email/Google signup, and InitiateCheckout on Stripe button click (value in TRY). Coolify env: set VITE_META_PIXEL_ID=1904240520247944 before next deploy so it gets baked into the Vite build. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -27,6 +27,7 @@ COPY . .
|
||||
ARG VITE_FARO_ENABLED=false
|
||||
ARG VITE_FARO_COLLECTOR_URL=
|
||||
ARG VITE_POSTHOG_KEY=
|
||||
ARG VITE_META_PIXEL_ID=
|
||||
|
||||
RUN pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user