This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
12-20-2022 11:43 AM - edited 12-30-2022 06:31 PM
Using the Power of Alteryx Data Packs: Part One
Background:
If you’re new to Alteryx (or a seasoned veteran), you might not be aware that Alteryx has some great partnerships with a few third-party data providers. These are bundled and licensed with two different options, “Location Insights” and “Business Insights”. Leveraging these datasets, you can quickly access, combine, and analyze your internal data with valuable datasets via drag-and-drop tools to easily reveal key location, consumer, and business insights without needing advanced expertise. Bring those insights to life for people of all levels in your organization by creating actionable models, customer profiles, and custom map reports and outputting to commercial software applications to further enhance your maps and visualizations.
https://www.alteryx.com/products/alteryx-designer/datasets
With the “Location Insights” package, one can easily
The “Business Insights” package unlocks everything included in the “Location”, and then some.
At this point, you’re probably wondering “how does one utilize all this data within Alteryx?” The answer is pretty simple, it just involves a few different tool palettes! Specifically,
Now I won’t go into detail on every single tool that resides in these palettes. But in the attached example, we will cover a good portion of these tools. Let’s begin!
Use Case:
I’m the proprietor of a hardware store in the Denver, CO area. Business has been booming and I’m looking to expand to more locations. Before I can begin to do that, I need to have a very good understanding of my customer base to successfully locate my new stores.
Data assets:
The first step is clean and standardize our customers address information. With the “CASS tool”, located in the Address tool palette, you can easily run your data against the CASS database.
Once we have clean address, we can more easily geocode our data as well as more accurately match to our ConsumerView database. The next step is to create a centroid on our single store location to be able to do spatial analysis as well as visualize on a map. If you already have latitude and longitude coordinates, all that is needed is a “Create Points tool”, located in the Spatial tool palette.
Once we have the centroid, we can create a trade area around our store to better understand the demographic makeup. With Location Insights, this can be done utilizing the TomTom drivetime engine. Instead of drawing a basic distance ring that calculates as “the crow flies”, you can get a more accurate trade area that accounts for traffic patterns throughout the day.
Now to the fun part! With our trade area we can append Experian demographic information at various levels. In this example, we utilize Block groups to get the most granular profiles within our trade area. Using the “Allocate Append tool” located in the Demographic Analysis tool palette, we can append Consumer Expenditure by various relevant categories. There are literally thousands of variables to choose from within the Allocate Tools.
Here is a link to download a recent release of the full list of available variables: https://community.alteryx.com/t5/Location-Data-Knowledge-Base/Documentation-Q2-2022-Insights-Data-Pa...
Final steps involve matching our actual customers that live within our store trade area to the Experian data. We can do this by utilizing the “Spatial Match tool”, located within the Spatial tool palette, and seeing the intersection between our customer centroids and store trade area.
From there, we can use our “ConsumerView Matching tool”, located in the Join tool palette, to match our CASS-cleaned customer addresses to the Experian database. Our final output will give us useful stats around who our customers are, as well as their behavior.
Wrap up:
I hope this has been a helpful exploration into some of what can be done utilizing the Alteryx Insights Data packages. This post only really begins to scratch the surface, but I hope you now feel equipped to begin exploring these capabilities.
Some things to remember, the Insights packs are updated quarterly, except for CASS being updated monthly.
Available countries for Location Insights include:
Available countries for Business Insights include:
The Insights packs are an additional add-on so if you aren’t currently licensing them, then some of the functionality covered here will not be available. Please reach out to your Alteryx representative to explore these in more depth.
Check out Part Two!