Account Region Analyzer
Groups US accounts by region using zip code mapping, computes revenue metrics, and displays sorted regional performance.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
companies
company-list-reader-hubspot
Fetch list reader from hubspot
▼
Process (6 steps)
us_companies
filter
Filter by condition
companies_with_zip
filter
Filter by condition
companies_with_region
zip-to-region-mapper
Fetch to region from mapper
region_stats
group_by
Group by region
sorted_regions
sort
Sort by
region_table
to_table
Format results as a data table
▼
Output
table
region_table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
region lookup
text
=
us_zip_regions_v2
Uses (2 ingredients)
Ingredient
company-list-reader-hubspot
company-list-reader-hubspot
Ingredient
zip-to-region-mapper
zip-to-region-mapper