North-east-loft-boarding/meta/cookiebar/config.php
2026-03-18 11:46:23 +00:00

9 lines
187 B
PHP

<?php
// config.php - Stores all tracking IDs
return [
'google_analytics' => 'GTM-MKNF3F54',
'microsoft_clarity' => 'q1xiiy7vxj',
'facebook_pixel' => '557773964963098',
];
?>