Adobe

Adobe Analytics Health Check: Parsing b/ss Network Calls with Postman

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. […]

Adobe

Manage Large Scale Redirects in AEM as a Cloud Service

Problem Statement We were migrating an old Salesforce-style knowledge base (URLs like /apex/ArticleDetails?) into AEM as a Cloud Service. Everything looked fine… until the business came back with a hard requirement: “We have ~300 legacy article links still floating around. None of them can break. Fix it.” That immediately pointed to one place: dispatcher rewrite […]

Adobe

Why Cross-Domain Tracking Is the Medicine Your Analytics Needs

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 […]

Mihir Shah
Mihir Shah
Read

Adobe

Resolve Microsoft Word List Copy-Paste Issues in AEM RTE

Our client raised an issue stating the list conversion is not happening properly while copy-pasting the text from MS Word desktop App to RTE. When I explored, I found that the RTE component in AEM has mainly two paste modes (wordhtml and plaintext). Plain text mode scraps all the mark-up as the mode name suggests. […]

Adobe

Securing AEM as a Cloud Service with Traffic Filter and WAF Rules

In recent times, threats to web applications have become increasingly common, including Denial of Service (DoS), Distributed Denial of Service (DDoS), malicious traffic, such as bots, injection attacks, and the misuse of system resources. These threats, if successful, can lead to downtime, data breaches, and degraded user experience. And this is where AEM as a […]

Adobe

WebP Support for AEM On Prem

Working with enterprise CMS like AEM often means balancing between business requirements and platform limitations. Recently , I encountered a scenario where the client needed support for WebP images in the authoring interface. WebP is a modern image format developed by Google that provides superior lossy and lossless compression for images on the web. The […]

Adobe

How to Add Clientlibs at Page Level in AEM

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 […]

Adobe

Real-time transactional messaging in Adobe Campaign Classic: A complete guide

In today’s world, everyone expects instant communication, whether it’s a password reset, purchase confirmation, welcome message, or money credited/debited message and here transactional messages play a crucial role to deliver them instantly and increase customer experience. Adobe Campaign Classic has a specially designed campaign module called “Message Center” to manage and trigger messages generated from […]

Adobe

The RTE Color Picker Plugin for AEM

The Rich Text Editor (commonly known as RTE) in Adobe Experience Manager (AEM) is a great tool for authoring the text on the page, but it does not have any out of the box (OOTB) color picker plugin. There are few custom solutions available over the internet, however, they often lead to the following common […]