Files
calendar/packages/lib/tracking/index.ts
T
Amit SharmaandGitHub 81224f324a feat: google ads conversion tracking (#25198)
* feat: google ads conversion tracking

* gaClientid

* store gclid in stripe metadata

* tracking only in the us

* track google campaign id as well

* rename gclid -> google ads

* fix: build

* fix

* refactor

* fix: type check

* fix: type check

* fix: type check

* fix: type check

* fix: store it in cookie

* refactor

* fix

* cleanup

* linked ads tracking

* refactor checkout session tracking
2025-11-25 12:58:10 +00:00

8 lines
138 B
TypeScript

export {
getTrackingFromCookies,
type TrackingData,
type GoogleAdsTrackingData,
type LinkedInAdsTrackingData,
} from "./server";