Introduction In Part 1 of this series, we looked at Adobe Skills. Skills teach AI coding assistants Adobe’s recommended way of doing things. Skills tell the assistant how to do something. But on their own, they do not know what is happening in your running AEM instance right now. They do not know which bundle […]
Introduction Alloy.js is the JavaScript library that powers the Adobe Experience Platform Web SDK (often abbreviated as AEP Web SDK). It represents Adobe’s modern, unified approach to client-side data collection, designed to replace multiple siloed libraries (such as AppMeasurement.js, at.js for Adobe Target, and DIL.js for Audience Manager) with a single, lightweight SDK. Rather than […]
Introduction AppMeasurement.js is Adobe’s original JavaScript library for client-side Adobe Analytics tracking. It has been the backbone of Adobe Analytics implementations for well over a decade and remains widely deployed across enterprise websites and applications today. This article will cover step by step guide to implement analytics tracking using Adobe Launch (Tags) and AppMeasurement.js library. […]
If you’ve worked with Adobe Analytics, you’ve probably done this more times than you’d like to admit: Open DevTools → Network → filter b/ss → click → scroll. Everything is technically there, but reading it isn’t exactly smooth. It’s one long URL, parameters packed together, values encoded, and no real structure to guide your eyes. […]
A Real-World Problem Imagine you’re trying to book a doctor’s appointment online. You start on hospital.com, browsing doctors and services. When you’re ready, you click “Book Appointment”, which takes you to bookings.healthcare.com. From your perspective, it’s one smooth journey. But to analytics? Visit on hospital.com = Visitor A Appointment on bookings.healthcare.com = Visitor B The […]
Adobe experience manager(AEM) provides Client-Side Libraries which is a mechanism to logically organise and manage CSS and JavaScript files necessary for the sites. AEM by default provides flexibility to the authors to have control of adding Clientlibs at template level and developers have flexibility to add (hard code) Clientlibs up to component level. However, in […]
Introduction In today’s digital world, companies/businesses rely on Adobe Analytics to gain valuable insights into user behavior. However, implementing Adobe Analytics effectively comes with challenges, especially where browsers impose strict privacy policies like blocking third-party cookies. Without CNAME implementation, tracking users accurately becomes difficult due to third-party cookie restrictions. So CNAME can help address some […]
What is Adobe I/O Runtime? Adobe I/O Runtime is like a magic wand for developers. It’s a serverless computing platform, meaning developers can focus solely on writing code without worrying about managing servers or infrastructure. Think of it as a virtual playground where your code runs, triggered by specific events or actions. Use Case in […]
What are Sling Transformers? Sling Transformers are basically OSGi services used within the Sling Rewriter framework to modify or transform the content of HTML or XML before it is rendered or delivered to the client. They are powerful when we need to manipulate the output content without modifying the original content structure. Key concepts of […]