query_karte_events
Retrieve KARTE event data from BigQuery with customizable filters, date ranges, and sorting options for analysis.
Instructions
KARTEイベントデータを取得する。
日付制約は自動的に適用される(デフォルト: 2日前〜昨日)。
Args: select_columns: SELECT句(デフォルト: "*") where_clause: 追加WHERE条件(例: "event_name = 'click'") date_from: 開始日 YYYYMMDD形式(デフォルト: 2日前) date_to: 終了日 YYYYMMDD形式(デフォルト: 昨日) limit: 取得件数上限 1〜10000(デフォルト: 100)。Noneで制限なし order_by: ORDER BY句(例: "sync_date DESC")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select_columns | No | * | |
| where_clause | No | ||
| date_from | No | ||
| date_to | No | ||
| limit | No | ||
| order_by | No |