Posts

Showing posts from December, 2017

Set Campaign for non Sitecore website using FXM

Image
In the article we  will use Federated Experience Manager (FXM)  to manage campaign from non sitecore website. First step : create your campaign create campaign 1 which and in the rule use the querystring sc=1 and another campaign 2 with rule to use querystring  sc=2 as below Second step:  Register your site and save changes Third step :Publish the setup Fourth step :Added the script to your website and now if you go go to non sitecore website and use sc=1 as query string the campaign 1 will be trigger while if you use sc=2 the campaign  2 will be trigger  

Customization in Personalized Email Campaign

If we are using the Email Experience Manager for daily news camping and we have list of recipient  they should receive this email daily if the is only new news added in this case we can simply overwrite the sent pipline to make sure that we have news. but what if the list of news personalized to the recipient . in this case  recipient  1 maybe have news while recipient 2 didn't   to solve this we can do Added hidden field  to the generated email a Set the value of SendEmail in page load and in the sent pipeline we can check if the flag is in the SendEmail = true we send the message other wise we know that this message is empty and we can ignore sending the message then you have to update your configurations