Agent skill · data analytics · adobe

aa-top-movers-watchlist

Identifies which items (pages, campaigns, products, channels, regions) had the biggest increases or decreases for a key metric between two time periods. Use this skill when someone asks "what's up and what's down," "which campaigns moved the most," "top gainers and losers," "what pages are trending," "show me what changed by channel," or any variation of identifying the biggest movers and decliners for a metric.

Why this skill is useful

Provides specific commands and parameters for analyzing key metrics in Adobe Analytics that the AI wouldn't reliably generate on its own.

What it needs

Requires adobe account access. About 10k tokens when loaded. Last updated 2026-08-06. 160 stars on the source repository.

What this skill does

Top Movers Watchlist (Adobe Analytics) Identify which dimension items had the biggest increases and decreases for a key metric between two time periods. Surface the top gainers and losers across pages, channels, campaigns, products, or any other breakout dimension. --- AA MCP Tools Used findReportSuites — select report suite setSessionDefaults — set session context (reportSuiteId + globalCompanyId) describeAa(REPORTSUITECONTEXTGUIDE) — load calendar/timezone context findMetrics — resolve the key metric ID findDimensions — discover available breakdown dimensions runReport — period A and period B for each dimension searchDimensionItems — validate specific items if needed --- Phase 0 — Setup 1. Confirm report suite with findReportSuites / setSessionDefaults. 2. Call describeAa(REPORTSUITECONTEXTGUIDE) to load report suite context. Record: WEEKSTARTDOW — first-day-of-week from the context guide. If the context guide returns no value, use Monday (ISO 8601) as the explicit deterministic default. This is not a fallback that drifts between runs: every run on the same report suite resolves to the same WEEKSTARTDOW, either from the context guide or from the fixed Monday default. TIMEZONE — report suite timezone. WEEKSTARTDOWSOURCE — "context guide" if the value came from describeAa, "default" if the context guide was silent and Monday was used. Surface this in the artifact footer so the source is auditable. You will use these values in Phase 1 when defining Period A and Period B. --- Phase 1 — Confirm Parameters Ask the user: 1. Metric — "Which metric should I rank movers by? (visits, revenue, conversions, page views, etc.)" If not specified, default to metrics/visits. 2. Dimension — "Which dimension should I break down? Pages Marketing Channel Campaigns Products Traffic Sources Geographic Regions Entry Pages" If not specified, offer the above list. 3. Time periods — "What two periods should I compare?" Common defaults: This week vs. last week This month vs. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills adobe/aa-top-movers-watchlist

View the source on GitHub

Browse the @skills marketplace