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

Personalisation string to display a date 14 days after end date in Netsuite

I'm looking for a personalisation string/ampscript for Netsuite emails, where I want it to display a date that's 14 days after their end date. So, if the end date is: 23 September 2020 - the date it should display is: 7 October 2020 Any…
0
votes
1 answer

How can I use Amazon Personalize to predict user affinity for an item based on taxonomy?

I work at a publishing site. I'm interested in developing a model that can predict a user's affinity for a piece or set of content based on the content they have previously engaged with. Content is classified via categories and tags. Engagement per…
0
votes
0 answers

User data tracking sites like google analytics, rich relevance are blocked in Mozilla Firefox private mode

Sites like rich relevance, google analytics which are used for creating personalized user experience by tracking user data are blocked in Mozilla Firefox private mode. On my e-commerce site, recommended products are displayed using rich relevance.…
0
votes
1 answer

AdMob Firebase, is it possible to personalize your ads?

I would to personalize my ads with AdMob. Exemple: -I have a shopping List and I would like to have ads that only shows food. -I have a sport List and I would like to have ads that only shows things about sport. -... Is it possible?
ImNeos
  • 527
  • 6
  • 17
0
votes
0 answers

Personalize Azure Bot - Extract Data for bot to use

I have a members-only website that takes personal information from each registered user. Each user account contains unique data related to the user that I want my bot to collect and then use to answer questions in the dialog. A simple example is…
bella
  • 43
  • 5
0
votes
1 answer

Showing User's personal public page after login instead of Site's public page

I am new to liferay. I created a new user (not Power-user) and created personal Public and Private pages, but when I login I see public pages of the site. How can I make it to display personal Public pages by default?
Padmanabha Vn
  • 624
  • 1
  • 14
  • 33
0
votes
1 answer

Sitefinity personalization | Outside sitefinity pages

I want to personalize sitefinity content blocks which are outside sitefinity environment i.e. They are embedded blocks(blocks which are powered by sitefinity using an API) in a website page (a page that is not a sitefinity page) My use case of…
0
votes
0 answers

Sitefinity personalization by Time of Day not working on IIS

I need the personalised version of Content block in the Sitefinity CMS, I have created different segment for the "Time of Day" and it is working on visual studio debug mode when I am going to deploy the code on IIS server it is not working, any…
0
votes
2 answers

Truncate Item Title to 15 Characters Using Zephyr

I'm developing an HTML email on Sailthru and was wondering if there is a way to truncate a long item title? If it is past 15 characters, to show the first 15 characters and then add an ellipsis? I've looked at the developer's handbook and could not…
0
votes
3 answers

Sending a personalized email from Excel VBA

Would anyone be so kind and help me out with my problem? I have this example table: I would like to send a personalized email for each row, this is what I got so far: Sub SendEmails() Dim OutApp As Object Dim OutMail As Object Dim cell As…
Anthony
  • 27
  • 1
  • 3
0
votes
2 answers

how to set Personalizable attribute to generic list in webpart?

I develop web part with custom editor part and faced with this question. Is it possible in web part set Personalizable attribute to generic List? For example I want something like…
Kai
  • 2,023
  • 7
  • 28
  • 49
0
votes
1 answer

MOSS 2007: How to programmatically store web part properties for a user?

I have a web part which shows data in one of 3 different formats. The format is selected by clicking one of 3 buttons in the web part. This works fine. A request has come through to store the last selected state so that the user does not always have…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
1 answer

Joomla Extention to Delivery Personalize content based on keyword searched

I have been a WordPress Developer for over 6 years now and finally stuck at one requirement. One of my client has website that offers multiple IT services (i.e. Mobile Development, Web Development, Data Solutions etc.) He wants to customize his home…
Manoj Soni
  • 73
  • 7
0
votes
1 answer

ChartContainer Personalization

I am developing a page with chart. I want to add personalization to the chart. From the documentation I understood that I need to set the showPersonalization="true" and have a method personalizationPress="attachPersonalizationPress". But after that…
0
votes
1 answer

Mix Panel API web segmentation and personalisation

Hi I am interested in using Mix Panel on a web site to track customers events. I would like to know if there is any way to use the api to personalise the web site per customer, similar to segmentation for emails. I would like to query the api for a…
Charles Bryant
  • 995
  • 2
  • 18
  • 30