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