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

  1. Top pages by views: gmp ga report -p PROPERTY_ID -m screenPageViews,sessions,activeUsers -d pagePath -r 30d -l 20 -f table
  2. Top pages by engagement: gmp ga report -p PROPERTY_ID -m averageSessionDuration,bounceRate,screenPageViews -d pagePath -r 30d -l 20 -f table
  3. Filter specific section: gmp ga report -p PROPERTY_ID -m screenPageViews -d pagePath -r 30d --filter "pagePath==/blog" -f table
Installs
1
GitHub Stars
28
First Seen
Jun 10, 2026
recipe-top-pages — lucianfialho/gmp-cli