A development team needs to create a custom AEM Core Component to integrate a third-party analytics tool. What approach should they follow?
- Customizing Sightly Scripts
- Extending Core Components
- Modifying Dispatcher Configuration
- Updating AEM Core Component Library
To integrate a third-party analytics tool, the development team should follow the approach of extending existing AEM Core Components. This allows them to add custom functionalities without modifying the core component code.
Loading...
Related Quiz
- What is the primary goal of AEM monitoring and performance tuning?
- When defining a child component, you can use the _______ property to specify a unique resource type, overriding the parent component's resource type.
- AEM's architecture allows for _______ scalability to handle increased traffic.
- AEM's content structure can be customized using _______ and _______.
- AEM developers often use CRXDE _______ to create and edit content structures.