بنقرة واحدة
recipe-top-pages
Find the most visited pages and their engagement metrics.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find the most visited pages and their engagement metrics.
التثبيت باستخدام 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-top-pages |
| version | 1.0.0 |
| description | Find the most visited pages and their engagement metrics. |
| metadata | {"openclaw":{"category":"recipe","domain":"analytics","requires":{"bins":["gmp"],"skills":["gmp-ga"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gmp-ga
Find the most visited pages and their engagement metrics.
gmp ga report -p PROPERTY_ID -m screenPageViews,sessions,activeUsers -d pagePath -r 30d -l 20 -f tablegmp ga report -p PROPERTY_ID -m averageSessionDuration,bounceRate,screenPageViews -d pagePath -r 30d -l 20 -f tablegmp ga report -p PROPERTY_ID -m screenPageViews -d pagePath -r 30d --filter "pagePath==/blog" -f table