runReport 이 메서드는 Google 애널리틱스 이벤트 데이터의 맞춤 보고서를 반환하며 간단한 보고서 쿼리에 권장되는 메서드입니다.
batchRunReports 단일 API 호출을 사용하여 여러 보고서를 생성할 수 있는 runReport 메서드의 일괄 버전입니다.
runPivotReport 이 메서드는 Google 애널리틱스 이벤트 데이터의 맞춤 피벗 보고서를 반환합니다. 피벗 보고서는 일반 보고서보다 고급 형식이며 더 많은 정보를 표현할 수 있습니다. 각 피벗은 보고서 응답에 표시된 측정기준 열과 행을 설명합니다.
batchRunPivotReports: 단일 API 호출을 사용하여 여러 보고서를 생성할 수 있는 runPivotReport 메서드의 일괄 버전입니다.
getMetadata 이 메서드는 보고 메서드에서 사용할 수 있는 측정기준 및 측정항목의 메타데이터를 반환합니다. 측정기준 및 측정항목을 탐색하는 데 사용됩니다. 이 메서드의 응답에는 지정된 Google 애널리틱스 속성에 사용할 수 있는 맞춤 측정기준 및 측정항목도 포함됩니다.
checkCompatibility 이 메서드는 보고서 요청에 추가하고 호환성을 유지할 수 있는 측정기준 및 측정항목을 나열합니다.
runRealtimeReport 이 메서드는 속성의 맞춤설정된 실시간 이벤트 데이터 보고서를 반환합니다. 이벤트는 Google 애널리틱스로 전송된 몇 초 후에 실시간 보고서에 표시됩니다. 실시간 보고서에는 현재부터 30분 전 (Google 애널리틱스 360 속성의 경우 최대 60분)까지의 기간에 대한 이벤트 및 사용량 데이터가 표시됩니다.
runFunnelReport(사전 미리보기) 이 메서드는 Google 애널리틱스 이벤트 데이터의 맞춤 유입경로 보고서를 반환합니다. 유입경로 탐색 분석을 사용하면 사용자가 작업을 완료하기 위해 실행하는 단계를 시각화하고 단계별 작업 완료 또는 중단 여부를 신속하게 확인할 수 있습니다.
지원되는 측정기준 및 측정항목
Data API에서 지원하는 모든 측정기준 및 측정항목 목록은 API 스키마 문서를 참고하세요.
[null,null,["최종 업데이트: 2025-03-10(UTC)"],[[["The Google Analytics Data API (v1) allows programmatic access to Google Analytics report data, excluding Universal Analytics properties."],["This API offers methods for retrieving various report types, including standard, pivot, realtime, and funnel reports, and enables tasks like building custom dashboards and automating reporting."],["Users can leverage client libraries in Java, Python, Node.js, and other languages for streamlined implementation."],["The API is currently in Alpha and Beta stages with potential for breaking changes, particularly in Alpha features."],["Comprehensive documentation, including API schema, quickstart guides, and reference materials, are available to aid developers in utilizing the API effectively."]]],["The Google Analytics Data API allows programmatic access to report data, excluding legacy Universal Analytics properties. It offers Alpha and Beta channels with varying stability. Key actions include generating reports (simple, pivot, funnel, real-time), batching reports, retrieving metadata, and checking compatibility. The API can build dashboards, automate reporting, and integrate data with other apps. Client libraries simplify implementation. Methods include `runReport`, `runPivotReport`, `runFunnelReport`, and managing audience exports, among others.\n"]]