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
1
vote
1 answer

Kentico 12: detect if an editable area contains any widgets

I'm building a site in Kentico 12 MVC and working on setting up content personalization. The normal way to do this is to add an editable area in the view:
@Html.Kentico().EditableArea("area1")
Then, in the CMS, the Page tab will…
daGUY
  • 27,055
  • 29
  • 75
  • 119
1
vote
0 answers

Scraping Youtube Recommendations with Beautifulsoup: Do results have a personalization bent?

YouTube's "recommended videos" are based on viewing history (i.e. personalization), either from cookies or account history. When scraping recommended videos using beautifulsoup, is there any personalization? Note: the beautifulsoup "recommended…
unicoder
  • 15
  • 9
1
vote
0 answers

Customer unable to check out on Magento 2.2.3

I have an e-commerce platform but recently customers have difficulty check out from the website. When customers proceed to enter payment method credit card, the page just shows loading sign and nothing went through. Checked the back and no error log…
Pitachu
  • 11
  • 1
1
vote
0 answers

How to use AWS Amplify or non python SDK's to make API calls to AWS Personalize?

I was following the AWS personalize docs, when I reached the section on making api calls to get recommendations from the campaign (https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html), the docs have examples for making…
1
vote
1 answer

Is it possible to add filter,sort and group to TablePersoController in sapui5?

I am trying to build Variant Managment and TablePersoController together in SAPUI5. I wonder if it is possible to add fields of filtering,sorting and grouping to TablePersoController. I found p13n dialog box to achieve this but it means i have to…
Burak Meric
  • 23
  • 1
  • 4
1
vote
2 answers

Allow visitors to add or remove web parts in SharePoint

Outside of the "My Site" page in SharePoint, is there any way to allow my sites visitors/users to add or remove web parts on pages without giving them contributor writes? I'm working on a corporate intranet that is being built with SharePoint and…
TehOne
  • 2,569
  • 3
  • 26
  • 36
1
vote
1 answer

How does the eUICC Manufacturer (EUM) load an initial provisioning profile?

I am checking the specification of eUICC remote provisioning provided by GSMA (Embedded SIM Remote Provisioning Architecture, Version 1.1). As mentioned in section 2.3.1.1, the manufacturer needs to load a profile at the very beginning but profile…
1
vote
3 answers

SharePoint Personalization With Application Pages

I am trying to implement personalization (WebPartManager and WebParts) on ASP.NET application deployed to SharePoint as application pages (Separate application and aspx pages deployed to _layouts). I'd like to take advantage of SharePoint…
Albert
1
vote
1 answer

Offers / experiences not visible on Publish instance using contexthub for personalization on AEM 6.2

I’m using AEM’s default targeting to add an experience for a user. I’m using “gender equals male” as a simple trait to try the sample text to show up. I’ve setup to create an experience for logged in users to see different TEXT based on their gender…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
1
vote
0 answers

real time demographic data for website personalization

How to get basic demograpic Data for personalizing a webpage. There is quantcast but it doesn't provide this functionality. To personalize a webpage it is necessary to get this information in real time, to adapt the webpage before sending it to the…
1
vote
3 answers

Add web part programmatically to a Sharepoint Page and save values into the web part personalization store

In my project I programmatically create a web part page and add a web part to it using SPLimitedWebPartManager. I also want to set some properties for the web part and save it into the web part personalization scope. How can I access the…
kjv
  • 11,047
  • 34
  • 101
  • 140
1
vote
1 answer

Sitecore 8: My conditional rendering rule is not working under Marketing Center

I am trying to apply my custom rule in two different ways. It is working when I click on personalize button and apply the rule over there but it is not working when I click on the rendering at Presentation -> details -> layout details -> control…
Behrooz
  • 243
  • 2
  • 14
1
vote
1 answer

How do I add per item personalisation options to the cart page of Magento?

We are need to build a cart page that allows customers to personalise their products according to pre-defined options (see wireframe image here: https://i.stack.imgur.com/OY5XF.png). The personalisation must be on the cart page for user…
alexduncan
  • 53
  • 1
  • 7
1
vote
1 answer

Predictive Personalisation between different multi-tenancy sitecore websites

We have different instances of websites some of them with up to 4 multisites each. They have their own XDB backend. We have a requirement below: Able to track the user between each sites. When user visits the dental site and comes to company main…
Nil Pun
  • 17,035
  • 39
  • 172
  • 294
1
vote
1 answer

NULL property value for a custom Personalization Condition

I need to create a custom Condition for Personalization to check if a specific time has passed (without date). So I created the new class as following: public class TimePassedCondition : Sitecore.Rules.Conditions.OperatorCondition where T :…
TamerM
  • 722
  • 7
  • 25