download_stat_report
Download a StatReport TSV file using a URL from create_stat_report and return its rows. Specify the account and limit rows to control output.
Instructions
StatReport TSV를 다운로드해 원본 행을 반환한다 (서명 필요).
⚠️ 컬럼 레이아웃은 reportTp별로 다르며 여기서 해석하지 않는다(위치 파싱 오매핑 방지). 각 reportTp의 컬럼 정의는 네이버 StatReport 스펙을 참조해 매핑하라. 명명형 지표가 필요하면 get_performance_report를 사용.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | 반환 최대 행 수 (기본 500, 토큰 보호) | |
| account_id | Yes | 계정 별칭 (P0: 'default') | |
| download_url | Yes | create_stat_report가 반환한 downloadUrl |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||