diff --git a/GO-LIVE-CHECKLIST.md b/GO-LIVE-CHECKLIST.md new file mode 100644 index 0000000..08d4f97 --- /dev/null +++ b/GO-LIVE-CHECKLIST.md @@ -0,0 +1,109 @@ +# UK Data Services - Go Live Checklist + +## 🚀 Pre-Launch Checklist + +### 1. Google Analytics Setup +**REQUIRED**: Replace tracking codes in `index.php` + +- [ ] **Get Google Analytics 4 Measurement ID** from your current site + - Log into [Google Analytics](https://analytics.google.com) + - Go to Admin → Property Settings → Data Streams + - Copy your Measurement ID (format: `G-XXXXXXXXXX`) + +- [ ] **Update tracking code** in `index.php` line ~52: + ```html + + + + + + + + + + + + + @@ -76,6 +117,12 @@ $canonical_url = "https://ukdataservices.co.uk/";
+ + +