recipe-landing-page-performance
Installation
SKILL.md
Landing Page Performance
PREREQUISITE: Load the following skills to execute this recipe:
gmp-ga
Analyze which landing pages attract the most traffic and convert best.
Steps
- Top landing pages:
gmp ga report -p PROPERTY_ID -m sessions,bounceRate,averageSessionDuration,conversions -d landingPage -r 30d -l 20 -f table - Landing pages by channel:
gmp ga report -p PROPERTY_ID -m sessions -d landingPage,sessionDefaultChannelGroup -r 30d -l 30 -f table - Landing pages by device:
gmp ga report -p PROPERTY_ID -m sessions,bounceRate -d landingPage,deviceCategory -r 30d -l 30 -f table