Kunthawat Greethong
|
2b423be1e4
|
feat: add Meta CAPI + Google Enhanced Conversions server-side tracking
- Add /api/conversions endpoint (Meta CAPI + GA4 Measurement Protocol)
- SHA-256 PII hashing, event_id deduplication, fbp/fbc cookies
- Client-side sendConversion() utility in PageShell.astro
- Lead event tracking on form submit in home.js
- GA4 allow_enhanced_conversions config
|
2026-07-02 14:50:51 +07:00 |
|
Kunthawat Greethong
|
14aac31916
|
fix: use verified email for SES sandbox mode
|
2026-07-01 11:49:57 +07:00 |
|
Kunthawat Greethong
|
8aae25ef4f
|
fix: correct nodemailer SES transport config for v9 API
SES transport expects { sesClient, SendEmailCommand }, not { sesv2, ses }
|
2026-07-01 11:35:04 +07:00 |
|
Kunthawat Greethong
|
33043260a9
|
fix: migrate to @aws-sdk/client-sesv2 for nodemailer v9 compatibility
|
2026-07-01 11:19:09 +07:00 |
|
Kunthawat Greethong
|
479ed4722e
|
Improve mobile responsive layout and site content
|
2026-06-30 21:02:47 +07:00 |
|