If your client or business has both a website and a WebView app, how would you differentiate the traffic between the two? Or, how would you distinguish traffic between mobile browsers and the WebView app? We could do this using the data layer, which can be set up with the help of your development team. […]
In our first blog of headless series, we discussed different approaches to enable headless for AEM existing sites. We emphasized on one approach to use sling exporters and traditional templates. Let’s discuss changes required to get this approach working. Key points of the approach Any application/service can make HTTP calls to AEM pages using “.model.json” […]
ACS AEM Commons Reporting is a collection of reporting tools and utilities designed to enhance the reporting capabilities within AEM. It offers a solid foundation for generating insightful reports, but what if you need to tailor reporting functionalities to meet specific business needs? That’s where extending ACS AEM Commons Reporting comes into play. Problem Statement […]
Email configuration in Adobe Commerce is essential for maintaining effective communication with customers through transactional emails and notifications. Unlike Adobe Commerce Cloud, SMTP (Simple Mail Transfer Protocol) functionality is not natively included in Adobe Commerce Community Edition by default. However, you can easily integrate SMTP capabilities into Adobe Commerce Community Edition through extensions offered by […]
Introduction: Tracking file download events across websites is crucial for understanding user engagement and based on which digital strategies can be optimized. Using the AEP WebSDK extension offers a robust solution for capturing such events. By leveraging this extension, businesses can seamlessly monitor and capture download events, providing valuable insights into content performance. This approach […]
In this blog, we will demonstrate how Adobe AEM App Builder can streamline the development of custom content fragments within Adobe Experience Manager as a cloud service. We aim to guide you through setting up a local development environment, creating a project, and developing a custom button in the action bar. By following the below-mentioned […]
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 […]