-
Issue Description
EPiServer Forms is unable to submit user's email address to Campaign recipient list. Error: "Email is required".
Further investigation showed that ConnectForCampaign add-on failed to validate the present of email address within form submission.
Case 1: Recipient list's email field:
Display name: Email
Internal name: email
=> Email address is transferred to Campaign recipient list.
Case 2: Recipient list's email field:
Display name: Email address
Internal name: email
...
-
There is an issue with the Campaign Connector which only allows Opt-in processes of the type "Double" to be selected. We haven't got a fix for this but there's a workaround. By adding the following code, the Connector will get all opt-in processes (of all types) and a custom "No opt-in" process as an alternative selection.
using System;using System.Collections.Generic;using System.Linq;using System.Web;using EPiServer.ConnectForCampaign.Core.Configuration;using EPiServer.ConnectForCampaign.Co...
-
Overview
The Reach package of the Personalization suite enables the Campaign client to use personalized recommendations and behavior based triggers in Email campaigns.
The triggers can be sent to active recipients in any regular recipient list. The products are referenced by image/link URLs and rendered as images by the Personalization engine based on the customers product feed.
This documentation should provide all required information of what has to be done and prepared in Campaign to use ...
-
EPiServer guides: https://world.episerver.com/documentation/developer-guides/commerce/commerce-campaign-integration/ https://webhelp.episerver.com/latest/en/campaign/manage-content/template-kit/content-interface/content-interface.htm https://webhelp.episerver.com/latest/en/campaign/manage-content/template-kit/content-interface/csv.htm
Issue description:
After successfully exporting catalog data from a Commerce website to Campaign server, users can import Commerce products into content inte...