ワンクリックで
recipe-traffic-overview
Get a complete traffic overview: sessions, users, pageviews, and trends.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get a complete traffic overview: sessions, users, pageviews, and trends.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Google Tag Manager: Accounts, containers, tags, triggers, variables, and versions.
BigQuery: Run pre-built query templates against GMP export datasets.
BigQuery: Query GMP export data (GA4, Ads, GSC) with pre-built templates and custom SQL.
Recipe: GA4 funnel analysis via BigQuery — session_start → page_view → add_to_cart → checkout → purchase.
Google Ads: Campaign performance reports with date ranges and status filters.
Google Ads: Campaigns, ad groups, keywords, search terms, and raw GAQL queries.
| name | recipe-traffic-overview |
| version | 1.0.0 |
| description | Get a complete traffic overview: sessions, users, pageviews, and trends. |
| metadata | {"openclaw":{"category":"recipe","domain":"analytics","requires":{"bins":["gmp"],"skills":["gmp-ga"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gmp-ga
Get a complete traffic overview with sessions, users, pageviews, and daily trends.
gmp ga report -p PROPERTY_ID -m sessions,activeUsers,screenPageViews,averageSessionDuration -r 30d -f tablegmp ga report -p PROPERTY_ID -m sessions,activeUsers -d date -r 30d -f tablegmp ga report -p PROPERTY_ID -m sessions -d deviceCategory -r 30d -f tablegmp ga realtime -p PROPERTY_ID -m activeUsers -f table