Skip to main content

Audience Content Targeting

Liferay Audience Targeting

  • Divide your audience into user segments. Target specific content to different user segments.
  • Create campaigns for different user segments.
User segments allow configuring the website in displaying different assets to different users and ability in measuring the interaction with assets configured.

Campaigns assist in displaying specific content targeted to different user segments, along with scheduling period of content availability or display, and ability in measuring the effectiveness of campaigns.


As seen in Figure 1, we have three different users accessing our web application / portal. Each user would be displayed different user interface components mapped to multiple user segments. The end user attributes are matched to the rules defined with in each user segment allowing the component in taking decision of rendering on the overall user interface presented to the end user.

Here is an example using Figure 1. End User 1 being of gender male and having no coverages would be satisfying the rule defined under the “User Segments 1 - New Male User”. The User Interface Components
(Welcome Message, and Special Benefits) associated to allow “User Segments 1” would be rendered to the End User.

Comments

Popular posts from this blog

Apple's iPhone 4.0 software to deliver multitasking support

Apple this summer will go a long way towards silencing critics and catering to one of the most prevalent demands of its iPhone user base, when it introduces a multitasking solution through the handset's 4.0 software update that will finally allow several third party apps to run concurrently and in the background. For more Info.

768-bit RSA cracked, 1024-bit safe (for now)

With the increasing computing power available to even casual users, the security-conscious have had to move on to increasingly robust encryption, lest they find their information vulnerable to brute-force attacks. The latest milestone to fall is 768-bit RSA; in a paper posted on a cryptography preprint server, academic researchers have now announced that they factored one of these keys in early December. Most modern cryptography relies on single large numbers that are the product of two primes. If you know the numbers, it's relatively easy to encrypt and decrypt data; if you don't, finding the numbers by brute force is a big computational challenge. But this challenge gets easier every year as processor speed and efficiency increase, making "secure" a bit of a moving target. The paper describes how the process was done with commodity hardware, albeit lots of it. Their first step involved sieving, or identifying appropriate integers; that took the equivalent of 1,500 y...

Everything about Java 8

The following post is a comprehensive summary of the developer-facing changes coming in Java 8. This next iteration of the JDK is currently scheduled for general availability in  September 2013 . Read More