recipe-top-pages
Installation
SKILL.md
Top Pages Report
PREREQUISITE: Load the following skills to execute this recipe:
gmp-ga
Find the most visited pages and their engagement metrics.
Steps
- Top pages by views:
gmp ga report -p PROPERTY_ID -m screenPageViews,sessions,activeUsers -d pagePath -r 30d -l 20 -f table - Top pages by engagement:
gmp ga report -p PROPERTY_ID -m averageSessionDuration,bounceRate,screenPageViews -d pagePath -r 30d -l 20 -f table - Filter specific section:
gmp ga report -p PROPERTY_ID -m screenPageViews -d pagePath -r 30d --filter "pagePath==/blog" -f table