* 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
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
export {
|
|
getTrackingFromCookies,
|
|
type TrackingData,
|
|
type GoogleAdsTrackingData,
|
|
type LinkedInAdsTrackingData,
|
|
} from "./server";
|
|
|