WordPress plugin: Track subscriber inbound traffic in Google Analytics
Posted August 7, 2009 by Brian Cray
Reading time: About 1 minute
The problem
I can’t directly attribute traffic to my subscribers because they aren’t segmented in my web analytics.
Why? Subscribers coming from offline applications get categorized under “(direct) ((none))” in Google Analytics. I can’t simply attribute “(direct) ((none))” to only subscriber traffic because “(direct) ((none))” could include browser bookmarks, direct URL entry, or other apps (such as Twitter apps).
The solution
This morning I had a brilliant idea that would solve this issue: Automatically tag my RSS permalinks with UTM campaign tags (see also). Then my subscriber traffic will automatically be segmented in Google Analytics!
Implementation: I wrote a WordPress plugin to make it easy
I’m trying to get it hosted on WordPress for easier installation. Until then, do this:
- Download the plugin and unzip it
- Upload it into your /wp-content/plugins/ directory
- Activate the plugin Subscriber Inbound Traffic Tracker from your WordPress control panel
- Subscriber traffic will begin to show up under Campaigns in Google Analytics
Links to your posts in your RSS feed should now contain extra stuff in the URL that will allow you to track your inbound subscriber traffic in Google Analytics. Enjoy!
6 Article comments
Show/add comments