Difference between Goal based personalization and profile based personalization?Minimizing and Maximizing Profile Key Values ProgrammaticallyPersonalization and Pattern Card MatchingWhat is difference between Sitecore Profile Card and Pattern CardSitecore personalization rule “goal was triggered during a past or current interaction” not being triggeredShare Sitecore content to Native Mobile Apps (IOS swift and Android java)Profile cards and Pattern cardsSitecore Rule based PersonalizationLogged-in User Personalization including Virtual user and Sitecore Contact using Sitecore JSSCapture past goal visit information for an anonymous user in personalizationDoes Sitecore SXA supports personalization between rendering variants?
How is char processed in math mode?
A conjectural trigonometric identity
Best Ergonomic Design for a handheld ranged weapon
Were there any unmanned expeditions to the moon that returned to Earth prior to Apollo?
How do discovery writers hibernate?
Can machine learning learn a function like finding maximum from a list?
Avoiding Implicit Conversion in Constructor. Explicit keyword doesn't help here
If I buy and download a game through second Nintendo account do I own it on my main account too?
Should I put my name first or last in the team members list?
Balancing Humanoid fantasy races: Elves
Can living where Rare Earth magnetic ore is abundant provide any protection from cosmic radiation?
What do the novel titles of The Expanse series refer to?
Is it unprofessional to mention your cover letter and resume are best viewed in Chrome?
Adding a (stair/baby) gate without facing walls
Can increase in volatility reduce the price of a deeply in-the-money European put?
Applications of pure mathematics in operations research
How can a class have multiple methods without breaking the single responsibility principle
Can starter be used as an alternator?
My employer is refusing to give me the pay that was advertised after an internal job move
Should 2FA be enabled on service accounts?
If the Moon were impacted by a suitably sized meteor, how long would it take to impact the Earth?
integration of absolute value
Easy way to get process information from a window
Help me, I hate squares!
Difference between Goal based personalization and profile based personalization?
Minimizing and Maximizing Profile Key Values ProgrammaticallyPersonalization and Pattern Card MatchingWhat is difference between Sitecore Profile Card and Pattern CardSitecore personalization rule “goal was triggered during a past or current interaction” not being triggeredShare Sitecore content to Native Mobile Apps (IOS swift and Android java)Profile cards and Pattern cardsSitecore Rule based PersonalizationLogged-in User Personalization including Virtual user and Sitecore Contact using Sitecore JSSCapture past goal visit information for an anonymous user in personalizationDoes Sitecore SXA supports personalization between rendering variants?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to know that what is the main difference between goal and profile(Persona)?
personalization
add a comment |
I want to know that what is the main difference between goal and profile(Persona)?
personalization
add a comment |
I want to know that what is the main difference between goal and profile(Persona)?
personalization
I want to know that what is the main difference between goal and profile(Persona)?
personalization
personalization
asked Jul 22 at 7:21
Ashish KhareAshish Khare
85 bronze badges
85 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
A goal in Sitecore is any action that a user completed. It can be a page that has been viewed, a form that has been completed or other actions. Goal facets can be used to describe different aspects of a goal that you might want to track. These could be categories for your goals or descriptions that you can apply to multiple goals in order to better organize them. You can use goal facets to create and implement personalization rules that show content to your contacts based on the type of goal that they have triggered.
So for example, if someone downloads a brochure and there is a goal associated to that action, it will show the form after it, which can be achieved by goal-based personalization.
On the other hand, Profiles are the way to identify your visitor’s behavior and their content interests. Lets use a simple example to demonstrate:
We have a website of a college and we want to understand the visitor behavior to know if a visitor is a fresher student or a graduate student or a parent visiting for his/her children. The behavior can understand by identifying the visitor's behavior and can achieve by profiles and if content author want to personalize the content based on the visitor this will be persona-based personalization.
In simple behavior vs action = persona vs goal.
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "664"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f19993%2fdifference-between-goal-based-personalization-and-profile-based-personalization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
A goal in Sitecore is any action that a user completed. It can be a page that has been viewed, a form that has been completed or other actions. Goal facets can be used to describe different aspects of a goal that you might want to track. These could be categories for your goals or descriptions that you can apply to multiple goals in order to better organize them. You can use goal facets to create and implement personalization rules that show content to your contacts based on the type of goal that they have triggered.
So for example, if someone downloads a brochure and there is a goal associated to that action, it will show the form after it, which can be achieved by goal-based personalization.
On the other hand, Profiles are the way to identify your visitor’s behavior and their content interests. Lets use a simple example to demonstrate:
We have a website of a college and we want to understand the visitor behavior to know if a visitor is a fresher student or a graduate student or a parent visiting for his/her children. The behavior can understand by identifying the visitor's behavior and can achieve by profiles and if content author want to personalize the content based on the visitor this will be persona-based personalization.
In simple behavior vs action = persona vs goal.
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
add a comment |
A goal in Sitecore is any action that a user completed. It can be a page that has been viewed, a form that has been completed or other actions. Goal facets can be used to describe different aspects of a goal that you might want to track. These could be categories for your goals or descriptions that you can apply to multiple goals in order to better organize them. You can use goal facets to create and implement personalization rules that show content to your contacts based on the type of goal that they have triggered.
So for example, if someone downloads a brochure and there is a goal associated to that action, it will show the form after it, which can be achieved by goal-based personalization.
On the other hand, Profiles are the way to identify your visitor’s behavior and their content interests. Lets use a simple example to demonstrate:
We have a website of a college and we want to understand the visitor behavior to know if a visitor is a fresher student or a graduate student or a parent visiting for his/her children. The behavior can understand by identifying the visitor's behavior and can achieve by profiles and if content author want to personalize the content based on the visitor this will be persona-based personalization.
In simple behavior vs action = persona vs goal.
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
add a comment |
A goal in Sitecore is any action that a user completed. It can be a page that has been viewed, a form that has been completed or other actions. Goal facets can be used to describe different aspects of a goal that you might want to track. These could be categories for your goals or descriptions that you can apply to multiple goals in order to better organize them. You can use goal facets to create and implement personalization rules that show content to your contacts based on the type of goal that they have triggered.
So for example, if someone downloads a brochure and there is a goal associated to that action, it will show the form after it, which can be achieved by goal-based personalization.
On the other hand, Profiles are the way to identify your visitor’s behavior and their content interests. Lets use a simple example to demonstrate:
We have a website of a college and we want to understand the visitor behavior to know if a visitor is a fresher student or a graduate student or a parent visiting for his/her children. The behavior can understand by identifying the visitor's behavior and can achieve by profiles and if content author want to personalize the content based on the visitor this will be persona-based personalization.
In simple behavior vs action = persona vs goal.
A goal in Sitecore is any action that a user completed. It can be a page that has been viewed, a form that has been completed or other actions. Goal facets can be used to describe different aspects of a goal that you might want to track. These could be categories for your goals or descriptions that you can apply to multiple goals in order to better organize them. You can use goal facets to create and implement personalization rules that show content to your contacts based on the type of goal that they have triggered.
So for example, if someone downloads a brochure and there is a goal associated to that action, it will show the form after it, which can be achieved by goal-based personalization.
On the other hand, Profiles are the way to identify your visitor’s behavior and their content interests. Lets use a simple example to demonstrate:
We have a website of a college and we want to understand the visitor behavior to know if a visitor is a fresher student or a graduate student or a parent visiting for his/her children. The behavior can understand by identifying the visitor's behavior and can achieve by profiles and if content author want to personalize the content based on the visitor this will be persona-based personalization.
In simple behavior vs action = persona vs goal.
edited Jul 23 at 0:33
Dylan Young
3,0961 gold badge13 silver badges41 bronze badges
3,0961 gold badge13 silver badges41 bronze badges
answered Jul 22 at 7:49
Mahendra ShekhawatMahendra Shekhawat
7143 silver badges13 bronze badges
7143 silver badges13 bronze badges
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
add a comment |
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
Thanks ... got the idea
– Ashish Khare
Jul 22 at 8:29
add a comment |
Thanks for contributing an answer to Sitecore Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f19993%2fdifference-between-goal-based-personalization-and-profile-based-personalization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown