shopify-admin-traffic-by-page-report

Generate CSV reports of Shopify landing page sessions and conversion rates.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-traffic-by-page-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-traffic-by-page-report
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/conversion-optimization/shopify-admin-traffic-by-page-report
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-traffic-by-page-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates guesswork about which product and collection pages actually attract shoppers and convert them into orders, helping you prioritize fixes where traffic is plentiful but outcomes are weak.

Core Features & Use Cases

  • Traffic and conversion reporting: Pulls Shopify analytics sessions and conversion rate for every product and collection landing page over a chosen lookback window.
  • Bounce/engagement proxy: Identifies pages that are high-traffic yet under-converting, so you can investigate merchandising, content, pricing, or image quality.
  • Actionable ranking + export: Ranks results by a selected metric and outputs a CSV for downstream analysis and experimentation.
  • Common use case: After running a campaign, review whether the campaign is driving meaningful product/collection conversions versus just visits, then target on-page improvements to lift conversion rate.

Quick Start

Ask your AI agent to run the traffic-by-page-report for mystore.myshopify.com for the last 30 days and return results as a human table for the top 25 pages.

Frequently Asked Questions about shopify-admin-traffic-by-page-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify high-traffic Shopify pages with low conversion rates?

You can identify high-traffic Shopify pages with low conversion rates by pulling ShopifyQL session reporting grouped by landing_page_path. This ranks product and collection pages by sessions and conversion_rate to highlight underperforming pages needing CRO prioritization.

Can I use ShopifyQL to report on product vs collection landing page traffic?

Yes, you can use ShopifyQL to report on product vs collection landing page traffic by scoping the query. The report queries sessions with grouped landing_page_path data and applies optional product vs collection scoping to isolate specific page types for analysis.

How do I prioritize CRO work for my Shopify store using session reporting?

You prioritize CRO work for your Shopify store using session reporting by ranking landing pages by sessions and conversion rate. This identifies pages generating plentiful traffic but weak conversion outcomes, allowing you to target on-page improvements like merchandising and pricing effectively.

What are the limitations of using ShopifyQL for landing page traffic analysis?

Limitations of using ShopifyQL for landing page traffic analysis include relying on in-memory filtering and top-N truncation for ranking sessions and conversion_rate. Extremely large lookback windows may constrain performance, and the output is restricted to CSV format for downstream analysis.