In any analytic system that involves a multi-step conversion funnel, the customer journey contains decision points. No one point is responsible for the conversion, but all points work together to…
Post navigation
previous post
2021 Topps Tier One
- 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];
This little script wields a lot of power. The ability to control scripts and content is possible based on browser and other user attributes. There are so many uses for…