yukiawano/sscpmodule

Research on query based content personalization

yukiawano opened this issue · 1 comments

Currently we are developing block based personalization. In the personalization, each user sees different content in each block. In other words, the area which is personalized is just in the block.

In query based personalization, we personalize content by changing query.

For example, if there is a parent page A at top-level, and it has 3 children, X, Y, Z.
When AudienceTypeM accesses the site, menu(2) for page A returns X, Y, while it returns Y, Z for AudienceTypeN.

To get more about query based personalization, see this discussion.

I've talked with Philipp, my mentor, about query-based personalization on Skype. And we concluded that there is no need for query-based personalization.

Translation is the one kind of query-based personalization. It is useful. But IMHO, it is the only need of query-based personalization.

But this is not the final decision. We'll develop this module based on feedbacks. So if you have any need of query-based personalization, please let us know.