I will be creating a series of blog posts on a recent POC that I’ve done on how to extend Sitecore 8 Experience Profile
This was done using Sitecore 8.1 update 1 at the time of writing.
There will be several things that this blog posts tries to cover
- How to display contact facet simple properties
- How to display contact facet collection property to a list control
- How to display specific interaction data to a list control
End results
Displaying contact facet simple properties
The below screenshot is an example on how to retrieve simple properties from the contact facet and then display them in our custom tab
Displaying contact facet collection property to a list control
The below screenshot is an example on how to retrieve collection property from the contact facet and then bind it to a list control
Displaying specific interaction data to a list control
The below screenshot is an example on how to retrieve specific interaction data, which in this case a Page Event that’s triggered whenever a site visitor downloaded a pdf file.
Details on how to achieve this will be explained the next posts.