I use Gulp as an automated task runner primarily to streamline my front-end workflow because I prefer the focus on code-over-configuration. For me, I felt more comfortable around the JS code/stream to get the job done: in a way, it felt more obvious what was going on. My specific gulpfile solves my specific workflow problems, […]
JS
How to set/override Campaign variables in Google Analytics (Universal) with JS
Campaign variables are key for tracking referral data and the best part is that they come “free” out-of-box in Google Analytics (GA). All you need to do is tack on the Urchin Traffic Monitor (UTM) parameters to your URL and you’re set. What if you needed to change these variables in JS? This is easy […]