계정에 보고 관리자 역할을 부여하려면 다음을 사용하세요.
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'
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]],[]]