Skip to content

Shiny app for making a word cloud and frequency table from site search terms -- using stemming to collapse similar terms. Plus, some bonus features like looking for "questions" in your searches.

License

Notifications You must be signed in to change notification settings

gilliganondata/site-search-wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Site Search with Google Analytics

This is a Shiny app that works with Google Analytics data to explore site search usage on a site. There are three main components of what it does -- two of which are ideas taken from others and then coded into the app here:

  • "Stemming" of site search terms -- Sébastien Brodeur did a demo at Superweek 2017 of how he collapsed the variations of search terms into a single "stemmed" term. This makes for more meaninful frequency counts.
  • Selective removal of terms -- many sites have some "dominant" search terms that are valid...but that dwarf the ability to get to the really interesting stuff. This app allows the user to simply type in words to remove them from the frequency counts and word cloud.
  • Questions in search -- this was something Nancy Koons presented a few years ago -- filter down to just the searches that start with a "question word." These are searches well out on the long tail of searches, but they can be very insightful

You can see the application in action (you have to have access to a Google Analytics account) at https://gilligan.shinyapps.io/ga-site-search/.

About

Shiny app for making a word cloud and frequency table from site search terms -- using stemming to collapse similar terms. Plus, some bonus features like looking for "questions" in your searches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages