{
  "name": "Build the monthly SEO report",
  "flow": [
    {
      "id": 1,
      "module": "search-console:getSearchAnalytics",
      "metadata": {
        "designer": {
          "x": 0,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Clicks, impressions, average position, top 20 queries (last month)."
    },
    {
      "id": 2,
      "module": "google-analytics-4:runReport",
      "metadata": {
        "designer": {
          "x": 300,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Organic sessions and conversions."
    },
    {
      "id": 3,
      "module": "google-sheets:addRows",
      "metadata": {
        "designer": {
          "x": 600,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Append to the SEO Monthly sheet."
    },
    {
      "id": 4,
      "module": "array-aggregator:computeDeltas",
      "metadata": {
        "designer": {
          "x": 900,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Month-over-month delta per metric and per top query.",
      "spion_notes": "Added by Spion: the trend is the report; the raw totals are not."
    },
    {
      "id": 5,
      "module": "google-sheets:writeMoversBlock",
      "metadata": {
        "designer": {
          "x": 1200,
          "y": 0
        }
      },
      "parameters": {},
      "description": "Write the five biggest gains and five biggest drops to the top of the sheet."
    }
  ],
  "metadata": {
    "version": 1,
    "generated_by": "Spion",
    "generated_at": "2026-06-14T14:13:03.647Z",
    "description": "Pull Search Console and GA4 organic into a Sheet, compute month-over-month deltas, and surface the biggest movers."
  }
}