Does Sitecore Personalize replace my current Sitecore CMS - sitecore

we currently use Sitecore 9.x CMS and are looking to adopt Sitecore Personalize/CDP
Does Sitecore Personalize/CDP replace our Sitecore 9.x CMS or do they work together
If it is a replacement then our Project Managers have a bigger job on their hands than they currently think
thanks

Sitecore Personalize/CDP is not a CMS. It's a CDP, Customer Data Platform.
You use it for personalization, profiling and can use that to create various experiences directly - or use it to feed that data to other systems as well as gathering data from other system so you get a full view/profile of the users/customers.
You should more compare sitecore CDP to personalization in Sitecore XP/xDB.
So you can use Sitecore CDP with you current Sitecore XP is you want to. Note that Sitecore CDP can be used with any platform basically, also non-Sitecore.

Related

Differences between Sitecore 8 Social Network and Sitecore 7's 3rd party, Social Connect Module

I am in the process of researching a upgrade between a Sitecore 7.1 website to Sitecore 8.2. The site has the Social Connect Module installed.
I notice in Sitecore 8's Content Explorer, there is a pre-installed Social network structure. That looks very similar to the structure used in Sitecore 7.1's Social Connect Module.
My question is
Is this the same Sitecore 7 Social Connect Module just included in
Sitecore 8 installs?
If so, are there any notable changes I should consider between the
c# api?
I'm hoping that pre-existing user controls will just work. That would be awesome.
If you have any links to documents would be nice. Can't seems to find the right search term combo.
Thanks
Yes, that is the same module included into Sitecore Exprience Platform starting from 8.0 initial release (see the "Social Connected" section). Unfortunately there is no breaking changes report published, probably because the entire module became a new Platform component.

How do you print out Experience Profile Reports in Sitecore 8?

The Sitecore 8 Experience Profile dashboard provides a ton of useful information. However I need to be able to share this information. Is there a printable version of Experience Profile analytics for a particular user's sessions?
There is no printable version available. Sitecore does not provide such tool out of the box. We have also checked with Sitecore support in the past and they have recommended to print report from the browser or print a screenshot of the report.

Has Sitecore 8 built-in support for MVC areas?

Is Sitecore 8 has built-in support for MVC areas? Or do I still need to install sitecore plugins?
Thanks
Quoting Kevin Brechbühl (from The Sitecore MVC puzzle):
Sitecore has no support for areas out of the box, but there are multiple solutions available for integrate them in your solutions:
Resolve the area in the mvc.renderRendering-pipeline
Use a custom ControllerRunner and a custom Renderer
Resolve the area by the configurations
We also saw that Sitecore is working on a solution to integrate areas into the core. Rumor has it that they will integrate a similar pattern as BrainJocks does with the mvc.renderRendering pipeline.

Forum module for Sitecore 7.*

I'm building a website which requires forum integration to a Sitecore build - I've checked on the Sitecore website and they suggest YetAnotherForum and Telligent Community Integration Module. Both of these modules tho only support up till 6.4.1 and 6.4 respectively - I'm using Sitecore 7.0.
Logged a ticket with Sitecore and they came back with the following:
We have no information about Forum modules that are compatible with Sitecore 7.1. I would recommend you to contact your regional office and check whether they could advise you something.
Any suggestions?
First of all Telligent supports Sitecore 7.
Reference link
I have been working with Sitecore and Telligent Community integration from quite time and from my experience i have this opinion.
For deep integration it is quite a lot of work and requires much knowledge of both the product and costs will be high for licensing & deployment. But i can assure you that Telligent will work in Sitecore newer version also. However with higher costs you will get more rich functionality, Facebook like Activity Stream, and Apart from Forums it also has Blogs, Wikis, Media Gallery.
Telligent supports two kind of integrations:
1. Side by Side Integration - In this Sitecore and Telligent both will be user facing.
2. Integration mode - In this user will be mostly in Sitecore.
Reference link
If you are Sitecore Partner you will get trial license of Telligent. For details check 'Social Starter Kit' on Sitecore SDN site. Also there is video on YouTube regarding Sitecore & Telligent Integration in Sitecore Virtual User Group community.
I have no experience on YAF module so can't suggest on that.
Did you try to install YAF integration module, https://marketplace.sitecore.net/en/Modules/YAF_integration.aspx, i think it would run on Sitecore 7, since this module mainly integrate YAF with Sitecore security, i don't see why it should not run on Sitecore 7.
The Telligent product was renamed, I suggest you take a look at http://www.zimbra.com/products/zimbra-community/sitecore-starter.html and contact them. I'm unaware of what version they're targeted at right now.

Sitecore Basics

I am quite new to Sitecore WCM and have been doing a lot of research and readings. Could someone please help me to clarify the following
basics of Sitecore?
I've a number of ASP.net web applications. If I convert the project to Sitecore project will it just work magically?
If I want to create new site, do I need to manually create a new site in IIS or Sitecore does it when I publish?
Are there any online training videos available, could not find a single (except Sitecore marketing demo).
If we have MVC and Web forms applications, is it possible to migrate to Sitecore?
First off, welcome to Sitecore!
Regarding your questions:
I've a number of ASP.net web application. If I convert the project to Sitecore project will it just work magically?
A Sitecore website is an asp.net web application. It just happens to start off with databases, DLLs, and web.config entries that are ready for you to get the CMS up and running. Standard .NET code works just as normal. However, part of what happens when you first setup your site as a Sitecore website is that Sitecore starts intercepting requests for pages and attempts to bind them to pages in the content tree. If a content item doesn't exist with the matching path, it won't return.
This is particularly important if you plan on just standing up your existing pages alongside new Sitecore pages. Your URLs won't initially work, and you'll have to do some configuration to get them to resolve and be ignored by Sitecore.
However, if you do NOT want to put your pages alongside the site and instead integrate them into the Sitecore solution as content items, you'll likely need to re-architect your solution. Sitecore uses 'sublayouts' (ASCX) for different components on a page, and these need to be represented in the database and the code base, and then added to content items as part of their presentation details. This can be easy, if your site is already heavily architected towards components, but sometimes you'll need to create a bunch of ASCX to represent your different pages.
Your business logic should not be affected, unless you decide to make changes to start leveraging configurations in the Sitecore database or accessing properties of the current context item. In this manner, your code should execute "out-of-the-box".
If I want to create new site do I need to manually create a new site in IIS or Sitecore does it when I publish?
Sitecore doesn't "create" anything when it publishes. Publishing is really just an action of taking the content approved in the Master database and pushing it out to the Web database for the selected target. Your IIS sites, and anything else you need for your application, you just setup as you normally would.
Are there any online training videos available, could not find a single (except Sitecore marketing demo).
I highly recommend taking the developer training that Sitecore provides. It's a very good introduction to the concepts, especially if you aren't working with folks who have a lot of Sitecore expertise. It also allows you to meet some other folks who are getting into Sitecore and you can help each other out.
If we have MVC and Web forms applications, is it possible to migrate to Sitecore?
Sitecore is a .NET application at its core, and web forms work. MVC is also supported with the most recent versions of Sitecore.
I know this question is a little old, and already answered, but I think I have some info to add.
I've a number of ASP.net web application. If I convert the project to Sitecore project will it just work magically?
Nothing is magic. If you want the content management or marketing aspects of Sitecore, plan on rebuilding your site(s) within Sitecore.
If I want to create new site do I need to manually create a new site in IIS or Sitecore does it when I publish?
Sitecore is an IIS site. When you install Sitecore, it creates an IIS site along with at least 3 databases (core, master, & web). Sitecore can have multiple subsites, but they're all built within the single IIS site that is Sitecore.
Are there any online training videos available, could not find a single (except sitecore marketing demo).
These videos may not have existed when this question was originally answered...so here's a few I found useful.
Sitecore Training: Developer Fundamental Series - Creating Visual Studio Project for Sitecore
Sitecore MVC - Getting Started (Part 1)
Sitecore MVC -- View Renderings, #Html().Sitecore, and Models
If we have MVC and Web forms applications, is it possible to migrate to site core?
Webforms and MVC are both supported in Sitecore. You will be thinking of both of them in a different way whenever you are rebuilding them in Sitecore though.
1) You can create blank solution and add existing items like sublayout, css , javascript etc and obviously need to change some codebehind. But sitecore has different database structure compared to normal web applications , so you will need to create template, items etc.
2) For sitecore , you will need to create website in IIS and make entry in your host file as follows:
local path C:\Windows\System32\drivers\etc find hosts file and in that file add entry as
127.0.0.1 yoursitename.com
3) For demo video you can try Sitecore channel videos for basic sitecore learning from Youtube.