Abstract
Rating Component
Learn how to create a custom Rating Component integrated with Google Analytics to track data.
Objective
1. Understand how to create a custom component in AEM.
2. Understand how to integrate Google Analytics with a custom component.
What you will build
A simple Rating component will be built, which will take input from the radio buttons. Depending on user selection, data will be tracked using Google Analytics.
Pre-Requisites
AEM SDK Author
Java JDK
Eclipse
Maven
Define the Rating Component
Create a custom component under your project hierarchy,
Ex : /apps/wknd/components/rating
Read Full Blog
Q&A
Please use this thread to ask the related questions.