optimizely / marketingautomationintegration-odp

Optimizely forms integration with ODP to save customer data to ODP
1 stars 1 forks source link

ODP Connector Issue #1

Closed johnnymullaney closed 1 year ago

johnnymullaney commented 2 years ago

Hi, After installing the nuget package and adding the app setting I get the following:

image

CMS 11 Optimizely.Labs.MarketingAutomationIntegration.ODP 0.0.8

Is this a known issue?

Thanks

daniel-isaacs commented 2 years ago

I have several CMS 11 sites up and running with the package installed, and haven't seen an issue like that. Is there anything helpful in the logs?

daniel-isaacs commented 2 years ago

One issue I have seen with the CMS 11 version is if you have a form mapped to ODP, and you have the EPiServer.Marketing.Automation.Forms package installed, you should disable Auto-fill (CMS > Admin > Config tab > Marketing Connectors Global Settings > uncheck "Enable Auto-fill on forms:" > click Save).

But I think that's unrelated (it only throws an error when the form is rendered on the page).

johnnymullaney commented 2 years ago

Hi Daniel,

The issue was the endpoint was hardcoded to api.zaius.com and not configurable for EU.

I see you have fixed that in your latest pull request:

https://github.com/optimizely/marketingautomationintegration-odp/pull/2

Issue resolved.

Thank you