{"id":1627382,"date":"2022-06-22T21:28:21","date_gmt":"2022-06-23T04:28:21","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1627382"},"modified":"2022-07-07T13:18:41","modified_gmt":"2022-07-07T20:18:41","slug":"esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","title":{"rendered":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment"},"author":5811,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[738191],"tags":[30101],"industry":[],"product":[36711,36861,37011],"class_list":["post-1627382","blog","type-blog","status-publish","format-standard","hentry","category-developers","tag-geoenrichment","product-bus-analyst","product-api-rest","product-esri-demographics"],"acf":{"authors":[{"ID":5811,"user_firstname":"Daniel","user_lastname":"Stauning","nickname":"Daniel Stauning","user_nicename":"dstauning","display_name":"Daniel Stauning","user_email":"DStauning@esri.com","user_url":"","user_registered":"2018-03-02 00:17:38","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"short_description":"A resource for developers of custom apps using the GeoEnrichment service to navigate the 2022 U.S. data update.  ","flexible_content":[{"acf_fc_layout":"content","content":"<p>The June 2022 release of ArcGIS Online includes major updates to the GeoEnrichment service and underlying content. In addition to demographic data updates for Greenland, 25 countries in Europe, and 22 countries in Africa, this release includes the annual US demographic updates. For the first time ever, the previous year\u2019s US data will be maintained side-by-side with the release of the new US data. Esri 2022 US Demographics are based on the latest Census 2020 boundaries. Maintaining both vintages of data is being done primarily to allow users whose workflows depend on the Esri 2021 US Demographics, which are based on 2010 Census boundaries, to continue their work with minimal interruption.<\/p>\n<p>This blog is targeted at developers who are using the GeoEnrichment Service in custom apps and workflows. The Esri 2022 US Demographics will be the default data source when enriching data and creating reports and the goal is to provide guidance on how to use the previous year\u2019s data if you are not ready to migrate to the 2022 data based on the new Census 2020 boundaries.<\/p>\n<p>Note: As of June 2022, The U.S. Census Bureau has released the PL94-171 Redistricting dataset, this is a small subset of the data to be released. In May 2023, the Census Bureau plans to release a larger set of data in the Demographic and Housing Characteristic (DHC) file.<\/p>\n<p>The Crime Indexes data is available in the Esri 2021 US Demographic data which is based on Census 2010 boundaries. It is not yet available in the Esri 2022 US Demographics data based on Census 2020 boundaries but will be coming soon.<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Data Enrichment and Reports<\/h3>\n<p>GeoEnrichment has the concept of a hierarchy, a tag used to indicate which data source to use. The hierarchy tag can be passed in a parameter called <code>useData<\/code>to specify a non-default data source. For example, in the U.S. the <em>census2020<\/em> hierarchy is the default and indicates the latest data based on the Census 2020 boundaries. If the <code>useData<\/code>parameter is blank, the <em>census2020<\/em> hierarchy will be used. The <em>census<\/em> hierarchy is based on the 2010 census boundaries and can be passed in the <code>useData<\/code> parameter to override the default hierarchy.<\/p>\n<p>Current year data (default)<\/p>\n<ul>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census2020\" }<\/code><\/li>\n<\/ul>\n<p>Previous year data<\/p>\n<ul>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\" }<\/code><\/li>\n<\/ul>\n<p><strong>URL Request<\/strong><\/p>\n<p>Example 1. Enrich a point location in the US with data from the current year.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/code><\/p>\n<ul>\n<li><code>studyAreas=[{'geometry':{'x': -117.1956, 'y': 34.0572}}]<\/code><\/li>\n<li><code>analysisVariables=AtRisk.TOTPOP_CY<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>Example 2. Enrich a point location in the US with data from the previous year. The <code>useData<\/code> parameter is used to override the default <em>census2020\u00a0<\/em>hierarchy.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/code><\/p>\n<ul>\n<li><code>studyAreas=[{'geometry':{'x': -117.1956, 'y': 34.0572}}]<\/code><\/li>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\"}<\/code><\/li>\n<li><code>analysisVariables=AtRisk.TOTPOP_CY<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>Example 3. Enrich a standard geography location in the US with data from the previous year.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/code><\/p>\n<ul>\n<li><code>studyAreas=<span style=\"background-color: #f2f4f5;color: #222222\">[{\"sourceCountry\":\"US\",\"layer\":\"US.BlockGroups\",\"ids\":[\"060710001031\"]}]<\/span><\/code><\/li>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\"}<\/code><\/li>\n<li><code>analysisVariables=AtRisk.TOTPOP_CY<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>Example 4. Run a report for a point location in the US using data from the previous year.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/createReport?<\/code><\/p>\n<ul>\n<li><code>studyAreas=[{'geometry':{'x': -117.1956, 'y': 34.0572}}]<\/code><\/li>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\"}<\/code><\/li>\n<li><code>report=community_profile<\/code><\/li>\n<li><code>f=bin<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Standard Geography Query<\/h3>\n<p>For the Standard Geography Query option, there is parameter called <code>optionalCountryHierarchy<\/code>that can be used to return the 2010 census boundaries instead of the default 2020 boundaries.<\/p>\n<p>Current year boundaries (default)<\/p>\n<ul>\n<li><code>optionalCountryHierarchy=census2020<\/code><\/li>\n<\/ul>\n<p>Previous year boundaries<\/p>\n<ul>\n<li><code>optionalCountryHierarchy=census<\/code><\/li>\n<\/ul>\n<p><strong>URL Request<\/strong><\/p>\n<p>Example: Return a Zip Code boundary in the US from the previous year data based on Census 2010 boundaries.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/StandardGeographyQuery?<\/code><\/p>\n<ul>\n<li><code>sourceCountry=US<\/code><\/li>\n<li><code>optionalCountryHierarchy=census<\/code><\/li>\n<li><code>geographyLayers=US.ZIP5<\/code><\/li>\n<li><code>geographyIds=92373<\/code><\/li>\n<li><code>returnGeometry=true<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Discovery Methods<\/h3>\n<p>Discovery methods are server endpoints which return information about the underlying data and information products. For example a list of levels of geography for a country or a list of available reports.<\/p>\n<p><strong>URL Request<\/strong><\/p>\n<p>Example 1. Return a list a list of supported hierarchies for a country.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Countries\/US?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n<p>Example 2. Return a list of reports for the default current year data.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Reports\/US?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n<p>Example 3. Return a list of reports for the previous year data.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Reports\/US\/census?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n<p>Example 4: Return a list of geography levels for the US based on the default 2020 census boundaries.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/StandardGeographyLevels\/US?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n<p>Example 5: Return a list of geography levels for the US based on the 2010 census boundaries.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/StandardGeographyLevels\/US\/census?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n<p>Example 6: Return a list of data collections for the US based on the 2010 census boundaries.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/DataCollections\/US\/census?<\/code><\/p>\n<ul>\n<li><code>f=json<\/code><\/li>\n<\/ul>\n"},{"acf_fc_layout":"content","content":"<h3>Example Scenarios<\/h3>\n<p>Example 1. I&#8217;m working with a census tract that existed in the <em>census<\/em> hierarchy but no longer exists in the <em>census2020<\/em> hierarchy.<\/p>\n<p><code>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/code><\/p>\n<ul>\n<li><code>studyAreas=[{\"sourceCountry\":\"US\",\"layer\":\"US.Tracts\",\"ids\":[\"01001020802\"]}]<\/code><code><\/code><\/li>\n<li><code>analysisVariables=AtRisk.TOTPOP_CY<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>The response will return this message:<\/p>\n<p style=\"text-align: left\"><strong>messages:<\/strong> (1)<br \/>\n<strong>description:<\/strong> The following Standard Geography IDs are invalid in Layer US.Tracts and were removed from the result output: 01001020802.<br \/>\n<strong>id:<\/strong> 500<br \/>\n<strong>type:<\/strong> WARNING<\/p>\n<p>The solution is to migrate to the newer census boundaries or to pass the <em>census<\/em> hierarchy containing the 2010 boundaries in the <code>useData<\/code> parameter.<\/p>\n<p><span style=\"background-color: #f2f4f5;color: #222222\">https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/span><\/p>\n<ul>\n<li><span style=\"background-color: #f2f4f5;color: #222222\">studyAreas=[{&#8220;sourceCountry&#8221;:&#8221;US&#8221;,&#8221;layer&#8221;:&#8221;US.Tracts&#8221;,&#8221;ids&#8221;:[&#8220;01001020802&#8221;]}]<\/span><\/li>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\"}<\/code><\/li>\n<li><code>analysisVariables=AtRisk.TOTPOP_CY<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>Example 2. I&#8217;m enriching a point location with a variable that no longer exists in the census2020 hierarchy.<\/p>\n<p><span style=\"background-color: #f2f4f5;color: #222222\">https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/span><\/p>\n<ul>\n<li><span style=\"background-color: #f2f4f5;color: #222222\">studyAreas=[{&#8220;geometry&#8221;:{&#8220;x&#8221;: -122.435, &#8220;y&#8221;: 37.785}}]<\/span><\/li>\n<li><code>analysisVariables=AutomobilesAutomotiveProducts.MP02017a_b<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>The response will return this error:<\/p>\n<p><strong>messages:<\/strong> (1)<br \/>\n<strong>description:<\/strong> Variables [AutomobilesAutomotiveProducts.MP02017a_B] are not defined for the country &#8216;US&#8217;.<br \/>\n<strong>id:<\/strong> 10050024<br \/>\n<strong>type:<\/strong> ERROR<\/p>\n<p>The solution is to remove this variable from your analysis or pass the <em>census<\/em> hierarchy containing the 2010 boundaries in the <code>useData<\/code> parameter. For more information on variables that have been added and removed in the 2022 US data update, see the <a href=\"https:\/\/downloads.esri.com\/esri_content_doc\/dbl\/us\/ReleaseNotes-Esri_2022_US_Demographics.pdf\">release notes.\u00a0<\/a><\/p>\n<p><span style=\"background-color: #f2f4f5;color: #222222\">https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/enrich?<\/span><\/p>\n<ul>\n<li><span style=\"background-color: #f2f4f5;color: #222222\">studyAreas=[{&#8220;geometry&#8221;:{&#8220;x&#8221;: -122.435, &#8220;y&#8221;: 37.785}}]<\/span><\/li>\n<li><code>analysisVariables=AutomobilesAutomotiveProducts.MP02017a_b<\/code><\/li>\n<li><code>useData={\"sourceCountry\":\"US\",\"hierarchy\":\"census\"}<\/code><\/li>\n<li><code>f=json<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN<\/code><\/li>\n<\/ul>\n"},{"acf_fc_layout":"content","content":"<h3><strong>Learn More<\/strong><\/h3>\n<p>To learn more details about these datasets, standard reports, and Census 2020 geography, view the\u00a0<a href=\"https:\/\/downloads.esri.com\/esri_content_doc\/dbl\/us\/ReleaseNotes-Esri_2022_US_Demographics.pdf\" target=\"_blank\" rel=\"noopener\">Release Notes \u2013 Esri 2022 US Demographics<\/a>. And <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/announcements\/whats-coming-in-esri-us-demographics-june-2022\/\">this blog<\/a> from my colleague Lucy Guerra.<\/p>\n<p>To learn more about working with the GeoEnrichment service, please refer to the documentation <a href=\"https:\/\/developers.arcgis.com\/documentation\/mapping-apis-and-services\/demographics\/geoenrichment\/\">here<\/a> and <a href=\"https:\/\/developers.arcgis.com\/rest\/geoenrichment\/api-reference\/geoenrichment-service-overview.htm\">here.\u00a0<\/a><\/p>\n"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/06\/BAWA-June-Release-Card.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/06\/BAWA-Banner-final-june.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-07T20:18:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\"},\"author\":{\"name\":\"Daniel Stauning\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074\"},\"headline\":\"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment\",\"datePublished\":\"2022-06-23T04:28:21+00:00\",\"dateModified\":\"2022-07-07T20:18:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\"},\"wordCount\":12,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Geoenrichment\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\",\"name\":\"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2022-06-23T04:28:21+00:00\",\"dateModified\":\"2022-07-07T20:18:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074\",\"name\":\"Daniel Stauning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g\",\"caption\":\"Daniel Stauning\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","og_locale":"en_US","og_type":"article","og_title":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2022-07-07T20:18:41+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment"},"author":{"name":"Daniel Stauning","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074"},"headline":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment","datePublished":"2022-06-23T04:28:21+00:00","dateModified":"2022-07-07T20:18:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment"},"wordCount":12,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Geoenrichment"],"articleSection":["Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment","name":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2022-06-23T04:28:21+00:00","dateModified":"2022-07-07T20:18:41+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/esri-demographics\/developers\/esris-2022-updated-demographics-for-the-us-are-available-in-geoenrichment#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Esri\u2019s 2022 Updated Demographics for the U.S. are Available in GeoEnrichment"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074","name":"Daniel Stauning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g","caption":"Daniel Stauning"},"url":""}]}},"text_date":"June 22, 2022","author_name":"Daniel Stauning","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/06\/BAWA-Banner-final-june.png","primary_product":"Esri Demographics","tag_data":[{"term_id":30101,"name":"Geoenrichment","slug":"geoenrichment","term_group":0,"term_taxonomy_id":30101,"taxonomy":"post_tag","description":"","parent":0,"count":19,"filter":"raw"}],"category_data":[{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw"}],"product_data":[{"term_id":36711,"name":"ArcGIS Business Analyst","slug":"bus-analyst","term_group":0,"term_taxonomy_id":36711,"taxonomy":"product","description":"","parent":36591,"count":427,"filter":"raw"},{"term_id":36861,"name":"ArcGIS REST API","slug":"api-rest","term_group":0,"term_taxonomy_id":36861,"taxonomy":"product","description":"","parent":36601,"count":75,"filter":"raw"},{"term_id":37011,"name":"Esri Demographics","slug":"esri-demographics","term_group":0,"term_taxonomy_id":37011,"taxonomy":"product","description":"","parent":36981,"count":257,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=esri-demographics","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1627382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/5811"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1627382"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1627382\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1627382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1627382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1627382"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1627382"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1627382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}