Personalization/content targeting under the hood
Hi,
I am using Adobe Experience Manager 6.0 and I am trying to do personalization of content. I have read the docs under following links:
- http://docs.adobe.com/docs/en/aem/6-0/author/personalization.html
- http://docs.adobe.com/docs/en/cq/current/wcm/content-targeting.html
The main statement I could understand from those links is that:
- Phase 1: A user (client) sends a request,
- Phase 2: the request parameters are then stored in a CLIENT CONTEXT
- Phase 3: the parameters are then read from the client context in order to determine which content (from the server side) should be shown to the user (depending on which segments the user data match)
But what I actually would like to know is:
- how phase 3 actually works under the hood? Can I found its mechanisms (maybe servlets, AJAX-Skripte etc... ) in the JCR?
- Is there a tutorial showing how the matching of the campaign and segment rules works under the hood?
The reason why I ask this, is that I would like to add logic to the content resolution process. Any help would be appreciated.
Best regards,
Abou