운영 기능 및 GA4 대시보드 반영
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user