Learning JavaScript
Every so often I get asked how to go about learning JavaScript. There are so many ways to learn that it can be overwhelming. I’ve narrowed it down to a few resources that have really helped me understand JS from the ground up. This isn’t really structured like a course — if you’re looking for something like that, there are plenty of courses out there. These are just a few resources that have helped me. ...
Mastering Adobe Launch Debugging with Requestly
Adobe Experience Platform Data Collection Tags Launch is Adobe’s tag management solution, or TMS. (Sorry, Adobe product folks, you can change the name internally, but not in my brain.) If you’ve worked with Launch for any period of time, you’re likely familiar with how difficult it can be to debug. In this post I’m going to walk through how to use Requestly to ease some of the pain. Launch (codenamed Reactor) enables quicker deployment of marketing technologies by providing non-technical end users with a means to circumvent common enterprise IT bottlenecks. Its beating heart is a rules engine codenamed Turbine. Users log into Launch, create rules, add tags to those rules, test them (ideally), and then deploy them to the live site. All without a degree from Stack Overflow University (although having one helps). ...
How to doPlugins
I was implementing a new plugin for a client the other day and naturally I went through the same process I go through for every time I do this: Check Adobe docs Get frustrated Google “adobe analytics doplugins” Read 3–6 blog posts Stress eat Do something I know is imperfect and hope for the best Test and see it works well enough Try to explain to the client why it took so long This is obviously not ideal. ...