How I use Gulp to automate my front-end build tasks

I use Gulp as an automated task runner primarily to streamline my front-end workflow because I prefer the focus on…

10 years ago

Outbound link tracking with the Google Analytics Universal Code using “hitCallback”

A while ago I posted a solution that used JS functions to override JS events to post an event to…

10 years ago

Campaign parameters/tracking with Google Analytics (Universal) in a Facebook App Page

This is a follow-up post where I was explaining how to set/override GA campaign variables programmatically with JS. The unique…

10 years ago

Using Event Tracking with links or actions involving Page loads (sending a user off the page without opening a new window) with Google Analytics and JS

Update - April 16th, 2014: a new article on how to achieve this more efficiently specifically with GA Universal Code…

10 years ago

How to create a Rollup property with Google Analytics Universal tracking code – (General and Event Tracking)

A client requested a Rollup account to aggregate all the stats into one property from multiple sites. The general context…

10 years ago

Laravel 4.1.x – Blank iframe – default X-Frame-Option header set to SAMEORIGIN – Fix (Facebook Page App Tab)

Have you ever experienced a blank page/frame when embedding a Laravel app in an iframe (e.g. Facebook Application in a…

10 years ago

Parameter Passing and Redirect Craziness: 301 redirects, Fragment Identifiers (Hash – #), Query String Variables

Some key points/themes: in 301 redirects, parameters often do not get passed on as either the server config (server-side script,…

10 years ago

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…

10 years ago