Difference between experience and teaser in Personalization. | Community
Skip to main content
gargsahil099
Level 3
August 10, 2017
Solved

Difference between experience and teaser in Personalization.

  • August 10, 2017
  • 4 replies
  • 1652 views

Hi All,

I am new in AEM and started to work on personalization and stucked at one place like we have 2 different options to work on AEM campaigns

First one where we can create the experience under the campaign and teaser inside the experience and we can apply the segment rule at experience level only.

Second one where we can use the teaser page inside the campaign directly and apply the segmentation rule at teaser page only.

Now i am confused in what type of scenarios we can use which one.  Can someone please explain his in detail.

Thanks for help in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by viveksachdeva

It depends on the campaign structure. If all are under a single campaign, use teasers and campaign path would be used to resolve these. If they are spread across different campaigns, use "experience". Instead of "campaign path", "location" in teaser component is used to resolve experiences.

4 replies

viveksachdeva
Community Advisor
viveksachdevaCommunity AdvisorAccepted solution
Community Advisor
August 15, 2017

It depends on the campaign structure. If all are under a single campaign, use teasers and campaign path would be used to resolve these. If they are spread across different campaigns, use "experience". Instead of "campaign path", "location" in teaser component is used to resolve experiences.

gargsahil099
Level 3
August 16, 2017

Can you please elaborate this answer more or please provide some existing geometrixx example as well to understand this.

viveksachdeva
Community Advisor
Community Advisor
August 16, 2017

Sure.. I have created a package with 2 teaser components - one using teaser and other one with experience. Here is the link:

experience-campaign.zip - Google Drive

Check page : http://localhost:4502/cf#/content/geometrixx-outdoors/en/men/coats/edmonton-winter.html

- In first component, I have using campaign path(/content/campaigns/geometrixx-outdoors/color), so it looks for all resolved teasers under this path and renders the one according to chosen strategy.

- In second one, I have used location(article), so it looks for all resolved experiences and then looks for teasers under the experience that match the authored "location"

Hope this clarifies..

gargsahil099
Level 3
August 18, 2017

Thanks it helps a lot