실적 측정
Reports
서비스를 사용하여 성능을 검색할 수 있습니다.
측정항목을 확인하세요.
metrics
문서에서
사용 가능한 측정항목의 전체 목록입니다.
요구사항
보고 관리자
역할을 사용하여 이 보고서를 검색할 수 있습니다.
계정에 보고 관리자 역할을 부여하려면 다음을 사용하세요.
accounts.update
(으)로
reportingManager
필드를 true
로 설정합니다. 보고 관리자 역할은
판매자 센터의 실적 및 통계 역할과 동등합니다.
accounts.update
는 전체 Account
리소스를 대체합니다. accounts.get
사용
전체 Account
리소스를 가져온 다음
accounts.update
요청을 전송하여 정보를 잃지 마세요.
샘플 쿼리
다음 쿼리는 모든 항목의 impressions
, clicks
, ctr
를 검색합니다.
특정 30일 동안 계정에서 발생한 제품 수를 보여줍니다. 요청하려면
다음 판매자 센터 쿼리 언어 문을
reports.search
메서드를 사용하여 지도 가장자리에
패딩을 추가할 수 있습니다.
SELECT
metrics.impressions,
metrics.clicks,
metrics.ctr
FROM MerchantPerformanceView
WHERE segments.date BETWEEN '2020-12-01' AND '2020-12-30'
실행
실행을 클릭하여 API 탐색기에서 샘플을 사용해 보세요. 클릭 후
실행에서 판매자 ID 자리표시자를 판매자 ID로 업데이트하고
요청 URL을 지정합니다. 쿼리를 수정할 수 있습니다. 전체 쿼리는 한 줄에 있어야 합니다.
API 탐색기 사용
또한 세그먼트를 분류할 수도 있습니다.
측정항목을 사용하여 보다 상세한 실적 보고서를 확인할 수 있습니다.
제품 가이드에서 방법을 알아보세요.
Reports
서비스로 제품을 검색하고 필터링합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-20(UTC)
[null,null,["최종 업데이트: 2024-09-20(UTC)"],[[["The `Reports` service allows you to retrieve performance metrics, such as impressions, clicks, and click-through rate (CTR), for your account."],["To access this service, you must have the Reporting manager role (equivalent to the Performance and insights role in Merchant Center), which can be assigned using the `accounts.update` method."],["A comprehensive list of available metrics can be found in the `metrics` documentation, and you can use Merchant Center Query Language to create customized reports."],["For more detailed analysis, you can segment your metrics and further explore report functionalities through the provided guides on segmentation and products."]]],["The `Reports` service retrieves performance metrics, requiring the Reporting manager role. This role is enabled by setting `reportingManager` to `true` using `accounts.update`. To retain data, use `accounts.get` beforehand. `reports.search` uses Merchant Center Query Language, as demonstrated in a sample query that fetches `impressions`, `clicks`, and `ctr` for a given date range, and allows to run it in the API Explorer. Additionally, metrics can be segmented for detailed reports.\n"]]