一键导入
recipe-landing-page-performance
Analyze landing page performance: sessions, bounce rate, and conversions by entry page.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze landing page performance: sessions, bounce rate, and conversions by entry page.
用 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-landing-page-performance |
| version | 1.0.0 |
| description | Analyze landing page performance: sessions, bounce rate, and conversions by entry page. |
| metadata | {"openclaw":{"category":"recipe","domain":"analytics","requires":{"bins":["gmp"],"skills":["gmp-ga"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gmp-ga
Analyze which landing pages attract the most traffic and convert best.
gmp ga report -p PROPERTY_ID -m sessions,bounceRate,averageSessionDuration,conversions -d landingPage -r 30d -l 20 -f tablegmp ga report -p PROPERTY_ID -m sessions -d landingPage,sessionDefaultChannelGroup -r 30d -l 30 -f tablegmp ga report -p PROPERTY_ID -m sessions,bounceRate -d landingPage,deviceCategory -r 30d -l 30 -f table