Passion leads to action.
Post navigation
previous post
How to use conversion funnels to achieve any goal
next post
Starting Wide: Why it's Important to Begin Data Analysis with a Broad Overview
- Posted in
Only have Sysomos tweet context? Extract username from URL.
- Posted byby John Steinmetz
- 1 min
Using regular expressions you can extract the username from a twitter URL. var twitterURL = item.link; var twitterName = twitterURL.match(/https?:\/\/(www\.)?twitter\.com\/(#!\/)?@?([^\/]*)/)[3];
Found these really important filters for anyone managing site analytics through Google Analytics. http://www.netcel.com/Resources/Insights/White-papers/6-must-have-google-analytics-filters/ Specifically the hostname filters, lowercase URLs and the internal IP traffic.
Okay, let’s imagine that you love playing with blocks and you want to build a really cool tower. To build this tower, you need to collect different kinds of blocks,…