I've pondered, written, deleted, re-written, forgotten, re-written, merged, and then deleted this article a bunch of times before. What you're reading today is like the 50th iteration. The kudos go entirely to my colleagues in product management and engineering, who (in my opinion) are doing a blast of a job with Launch and the Extension … Continue reading Consent and Launch
Tag: Launch
Adobe Experience Platform Web SDK
Last year, in April, I opined that a big change was coming for all of us who work with Analytics, Target, or Audience Manager. That change has been in the making for some time. I remember how Bret and Ben dropped some subtle hints some time ago in London. They were clearly exited, and, as … Continue reading Adobe Experience Platform Web SDK
Quick tip: Passing Data into a Data Element
We interrupt our regular schedule for a very quick tip today, one that I learned about just last week: you can pass data into the getVar() method, and use that data inside your Custom Code Data Element! I learned about that from fellow #measure slack contributor Francis Li, and, somewhat embarrassing, should've seen it a … Continue reading Quick tip: Passing Data into a Data Element
Lean Analytics with the Adobe Client Data Layer
This is a guest post by my colleague Ben Wedenik, one of the people who wrote the Adobe Client Data Layer Extension for Launch. When my colleagues and I started to develop the “Adobe Client Data Layer” Launch Extension, we wanted to make the concept and technology of an Event Driven Data Layer (EDDL) available … Continue reading Lean Analytics with the Adobe Client Data Layer
Why not use sendBeacon?
One reaction to last weeks article on the ACDL was from @AnalyticsNinja, and it was about the 500ms wait time I mentioned: 500ms setTimeout() in click handlers.... Isn't navigator.sendBeacon sufficient? — Analytics Sith (@AnalyticsNinja) October 23, 2020 So very right he is, and the only excuse I have is that ... no, I don't have … Continue reading Why not use sendBeacon?
The Adobe Client Data Layer
I have pushed this article back so many times that I feel bad for it. So even though one part of the story isn't there yet, I'll publish it now. (Update, the Extension is now publicly available!) The story began with me moving to Switzerland and the Basel office. This office came to Adobe via … Continue reading The Adobe Client Data Layer
On letting go
Planning hero, me. Last week, I looked at blog stats, saw that the last post was 12 days ago, then hurriedly rescheduled a post to fill the perceived gap. This week, I realised I had posted three articles in September, and had created a gap for this Tuesday. So now I'm shuffling and changing my … Continue reading On letting go
Troubleshooting Launch (for beginners)
The most frustrating situation in tech is when you start working on something new, and it won't work. You don't understand what is going on, because your knowledge, quite frankly, isn't there yet, and all the pages you find online give you different, conflicting advice. 'Use the official plugin,' one says, and it shows how … Continue reading Troubleshooting Launch (for beginners)
How does the “First Launches” metric work when you upgrade to the v5 Mobile SDKs?
In a call with a customer here in Switzerland, the question came up whether moving from the Mobile Services SDK (vulgo "v4") to the Experience Platform Mobile SDKs ("v5") would lead to a spike in the "First Launches" metric or not. My guess was no. I thought I had heard someone say at some point … Continue reading How does the “First Launches” metric work when you upgrade to the v5 Mobile SDKs?
Custom Code Actions in Launch
Adobe Launch offers a bunch of options - you can even inject your own javascript into the page. Read more about the "Custom Code" actions and some useful tips when you use those actions into your Launch library.