estimate_keyword_performance
Estimate expected impressions, clicks, and cost for a keyword at specified bid amounts.
Instructions
입찰가별 예상 노출/클릭/비용을 추정한다 (POST /estimate/performance/keyword).
네이버 스키마: 키워드 1개 + 입찰가 리스트를 top-level로 전송. 응답의 estimate는
각 입찰가에 대응하는 {bid, impressions, clicks, cost} 배열이다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bids | Yes | 비교할 입찰가 목록 (예: [500, 1000, 2000]) | |
| device | No | 'PC' 또는 'MOBILE' | PC |
| keyword | Yes | 추정할 키워드 1개 | |
| account_id | Yes | 계정 별칭 (P0: 'default') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||