운영 기능 및 GA4 대시보드 반영

This commit is contained in:
박성필
2026-08-18 10:53:58 +09:00
parent 612e87847c
commit b492abd3b4
24 changed files with 1521 additions and 77 deletions

View File

@@ -18,6 +18,15 @@ return [
'latitude' => 37.48524,
'longitude' => 127.11478,
],
'analytics' => [
'measurement_id' => (string) (getenv('GA4_MEASUREMENT_ID') ?: 'G-92XBR314YD'),
'property_id' => (string) (getenv('GA4_PROPERTY_ID') ?: '549573245'),
'stream_id' => (string) (getenv('GA4_STREAM_ID') ?: '15422491033'),
'consent_version' => '1',
'credentials_path' => (string) (getenv('GA4_CREDENTIALS_PATH') ?: dirname(__DIR__) . '/.secrets/ga4-service-account.json'),
'cache_path' => (string) (getenv('GA4_CACHE_PATH') ?: dirname(__DIR__) . '/storage/cache/ga4-dashboard.json'),
'cache_ttl' => 900,
],
'contact' => [
'phone' => '1833-4917',
'phone_sub' => '1833-4918',

View File

@@ -0,0 +1,21 @@
<?php
declare(strict_types=1);
return [
'office-network-move-checklist' => 'post-1',
'lg-vs-samsung-keyphone-guide' => 'post-2',
'warehouse-network-keyphone-case' => 'post-3',
'wired-vs-wireless-office-guide' => 'post-4',
'cctv-resolution-storage-guide' => 'post-5',
'network-switch-troubleshooting-case' => 'post-6',
'hybrid-office-wifi-design' => 'post-7',
'keyphone-hybrid-replacement-guide' => 'post-8',
'multi-store-cctv-monitoring-case' => 'post-9',
'office-lan-structure-cabling-guide' => 'post-10',
'outdoor-wireless-link-installation-guide' => 'post-11',
'keyphone-system-capacity-selection' => 'post-12',
'cctv-recorder-essential-features' => 'post-13',
'network-rack-cabling-maintenance-case' => 'post-14',
'media-gallery-inline-preview' => 'post-15',
];