In the dynamic landscape of digital experience management, security and user convenience are paramount. Adobe Experience Manager (AEM) stands out as a leading solution, empowering organizations to create, manage, and deliver engaging digital experiences. However, with the increasing importance of security, integrating robust authentication mechanisms like Security Assertion Markup Language (SAML) with Single Sign-On (SSO) […]
Introduction Adobe Commerce has embraced GraphQL as a powerful and flexible query language for API development. Creating a custom GraphQL query can benefit your custom module development, enabling you to tailor the data retrieval process to your specific needs. In this blog, we’ll walk you through the steps to create a basic custom GraphQL query […]
Our previous blog detailed the process of setting up our environment for code deployment. In this blog, we will focus on how to deploy code changes. To avoid straying from our main topic, we will not demonstrate the development of the module. Instead, we will use a premade custom module as an example. Local Development […]
ListVar is the most powerful variable in Adobe Analytics. So, we have eVars and props as well to store the data but due to their character limit 100 char for prop and 250 char for eVar, there might be chances of value truncation in case of large data. ListVars are custom variables that you can […]
Introduction In today’s digital age, launching a successful marketing campaign requires meticulous planning, seamless collaboration, and efficient project management. One key aspect of this process is ensuring accurate and timely feedback on creative assets. Adobe Workfront Proofing, an integral feature of the Adobe Workfront platform, offers a solution to streamline the proofing and review process, […]
Introduction Open Graph tags are defined by the og: meta property and found in the <head> tag. In simpler terms, Open Graph tags control how the website’s content appears when shared. These tags represent what title, description, and image social media platforms should use when the content is shared. Why are Open Graph tags important? […]
AdobeFront End DevelopmentSoftware development
Overview of AEM and vue.js Adobe Experience Manager (AEM) is a powerful content management system that allows for seamless content creation and management. On the other hand, vue.js is a progressive JavaScript framework that simplifies front-end development. Integrating AEM with vue.js can enhance the user experience and streamline development processes. Benefits of Integrating AEM with […]
There is no doubt that our generation has to go hand in hand with generative AI capabilities. It brings in efficiency in day to day work by super accelerating the launch of new products and features in any kind of an organization. Today here in this blog, we delve into the ways we can use […]
In the realm of web development, customizing JSON responses dynamically based on specific criteria is a common requirement. Recently, our team encountered such a scenario in Adobe Experience Manager (AEM) where we needed to modify the JSON response based on a URL value within the response itself. In this blog post, I’ll walk you through […]