접속통계 설정(Google Analytics API)* 테스트 모드에서는 비노출 설정내용을 표시하지 않습니다.

구글 API Client Library의 autoload.php 파일이 있는 절대경로 예) /home/user/www/google-api-php-client/vendor

구글 Analytics 추적 ID 예) UA-101234567-1

구글 Analytics VIEW ID 예) 123456789

구글 서비스계정에서 다운로드한 JSON format의 credentials 파일

{@ $handle = fopen( $config->google_service_account_key_filename, 'r' ); $contents = fread( $handle, filesize($config->google_service_account_key_filename) ); fclose( $handle ); }

{nl2br($contents)}