As of late, I've been playing a lot with data analysis and visualization tools. Recently I've read two interesting books (
Statistical Analysis with R
and
Visualize This: The FlowingData Guide to Design, Visualization, and Statistics
) and I'm on my way to another two to refresh my statistics knowledge.
But this post is only mildly related to these books, since it started way before: the day I read about
Gephi. Gephi is an open source graph visualization tool, to work with huge (or at least very big) datasets and graphs. I've seen it used to graph the friendship network from Facebook, or to graph tweet-retweets from Twitter (these two can be found in the
Learn section from the Gephi website).
In this post I'll guide you step by step to do a keyword-landing page directed graph, using data from your Google Analytics account.
A directed graph is a graph with arrows. You have a set of sources (in this case keywords) and targets (in this case landing pages), and aggregate sources by name. Plot this, and you have a keyword-landing page graph like this one (data for the last month in mostlymaths.net restricted to the first 500 keywords).
I hope you enjoyed this tutorial, if you did it would be awesome if you share it. I'll try to do a few more Gephi tutorials as I find more interesting (for me) uses of Gephi. I have also a few post /tutorial ideas about visualizing Facebook Insights data for pages and using Google Fusion Tables. Stay tuned!