Questions tagged [personalization]

Personalization involves using technology to accommodate the differences between individuals, such as greeting the user by name or varying content according to what you know about the user's interests. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

Personalization involves using technology to accommodate the differences between individuals. Web pages are personalized based on the characteristics (interests, social category, context, ...) of an individual. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

There are three categories of personalization:

  1. Profile / Group based
  2. Behaviour based (also known as Wisdom of the Crowds)
  3. Collaboration based

Web personalization models include rules-based filtering, based on "if this, then that" rules processing, and collaborative filtering, which serves relevant material to customers by combining their own personal preferences with the preferences of like-minded others.

Collaborative filtering works well for books, music, video, etc. However, it does not work well for a number of categories such as apparel, jewelry, cosmetics, etc. Recently, another method, Prediction Based on Benefit, has been proposed for products with complex attributes such as apparel.

There are three broad methods of personalization:

  1. Implicit
  2. Explicit
  3. Hybrid

With implicit personalization the personalization is performed based on the different categories mentioned above. With explicit personalization, the web page (or information system) is changed by the user using the features provided by the system. Hybrid personalization combines the above two approaches to leverage "the best of both worlds".

162 questions
0
votes
1 answer

Sitecore - Possible to personalize content items in tree?

I know that it's possible to personalize components. Is there also a way to personalize content items that are located in the Sitecore tree in a similar way?
SpaceJump
  • 483
  • 6
  • 24
0
votes
1 answer

Site Personalization : Font & Background

I have a website with a masterpage and a page called personalize. I Want to change the background image of my site using a dropdownlist from that page. My current background and font are defined in my body Any idea on how to change my background…
Or Betzalel
  • 2,427
  • 11
  • 47
  • 70
0
votes
1 answer

Dropthings and loading user control content

I started looking at the dropthings portal and I don't understand how the content within the widget gets loaded. My understanding is that the header is in an Updatepanel and the body of the widget is in an UpdatePanel with a ASP Panel in it. When…
Nick
  • 7,475
  • 18
  • 77
  • 128
0
votes
2 answers

Form Personalization: Loop through all the records and check for negetive price

The goal is to disable Pick release when in the shipping transaction form when the Unit Selling Price is negative. I want to validate all the sales order lines by looping through them. I am using the WHEN-VALIDATE-RECORD Trigger Event with no…
shradharawat
  • 17
  • 1
  • 9
0
votes
1 answer

Sitecore Personalization on Outcomes

I'm trying to show a component dependent on a Sitecore outcome. I've confirmed that this outcome is being triggered and given to the contact. Now I have a rule set up to either show or hide a component dependent on this outcome. The rule never…
KevinDev
  • 73
  • 8
0
votes
2 answers

Personalized windows form and controls?

I wanted to make my own windows style, borders, controls for close, minimize, maximize, etc. I was looking around with terms like "custom windows form", "personalized windows form", "custom controls" but it did not helped very much to find what I am…
Prix
  • 19,417
  • 15
  • 73
  • 132
0
votes
4 answers

java webpart like asp.net?

I was reading asp.net webpart technology which gives users some personalization abilities under some rules and tools of webparts. are there something like webpart technology lib under java ?
None
0
votes
1 answer

Personalise web part based on various users

I all, I have a requirement where I have to write a web part that configurable to all users. Each user can able to modify the web part and personalise it based on there preference. So when next time he gets login he will see configutation settings…
Sachin
  • 479
  • 3
  • 12
  • 30
0
votes
0 answers

Sitecore persolization based on time

I am trying to personalize the sitecore content based on the server time. I want to show a different content when the server time is between 7 PM to 8 PM. I have tried it with Date field using the below rule and able to personalize the content based…
user2541753
0
votes
0 answers

Document personalization in Pimcore?

Document personalization doesn't work in pimcore. I click the button "Edit Content for Target Groups", choose the Target group, Overwrite the content, Save and Publish page, reload page and the orginal content is disappear. It looks like all content…
Makso
  • 78
  • 8
0
votes
3 answers

Sharepoint custom personalization

I am creating sharepoint custom solution that will show number of drop down in page. The drop down data is shared in may pages. I want to persist selected values of the user such that when ever he visit that page or any other page that have same…
BizAnu
0
votes
1 answer

Personalising Wordpress Sessions Based on the Visited URLs

first time Question asker here. I'm building a web page and want to change the text on page if the user has visited certain pages. My initial idea was too create an array in the session which records each url as its visited with something like…
CavemanDan
  • 126
  • 5
0
votes
1 answer

Sitecore Analytics Tracker CurrentVisit data getting reset (C#, ASP.Net)

I'm using Sitecore.Analytics.Tracker for personalizations on my site. I have added the ability for the user to manually change their zipcode, which changes what they see on certain parts of the site. The zipcode is retrieved with…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
0
votes
1 answer

Wordpress | generate unique link

I am turning to Stackoverflow community for a need of critical advice. It's simple, I want a person to generate a link... and that link will have a button where whoever it is sent to, that person can click yes/no - then return the value. user 1 >…
0
votes
0 answers

refresh personalization value when close browser

I'm trying using personalization with profile card in sitecore 8. I create profile key, profile card, parttern card and assign to content item the personalization for it. it is working but i don't know why it can't keep old source when i close…