recipe-traffic-overview

Installation
SKILL.md

Traffic Overview

PREREQUISITE: Load the following skills to execute this recipe: gmp-ga

Get a complete traffic overview with sessions, users, pageviews, and daily trends.

Steps

  1. Get aggregate totals: gmp ga report -p PROPERTY_ID -m sessions,activeUsers,screenPageViews,averageSessionDuration -r 30d -f table
  2. Get daily trend: gmp ga report -p PROPERTY_ID -m sessions,activeUsers -d date -r 30d -f table
  3. Get device breakdown: gmp ga report -p PROPERTY_ID -m sessions -d deviceCategory -r 30d -f table
  4. Check realtime: gmp ga realtime -p PROPERTY_ID -m activeUsers -f table
Installs
1
GitHub Stars
28
First Seen
Jun 10, 2026
recipe-traffic-overview — lucianfialho/gmp-cli