https://github.com/optimizely/marketingautomationintegration-odp
Optimizely forms integration with ODP to save customer data to ODP
https://github.com/optimizely/marketingautomationintegration-odp
Last synced: 10 months ago
JSON representation
Optimizely forms integration with ODP to save customer data to ODP
- Host: GitHub
- URL: https://github.com/optimizely/marketingautomationintegration-odp
- Owner: optimizely
- Archived: true
- Created: 2021-08-20T13:28:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T09:15:38.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:17:10.861Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 35.4 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizely Labs ODP Marking Automation Integration for Optimizely Forms
## Setup
### ODP
Before we can see the odp fields for the customer table and lists for campaigns, we need to enter the private api key into the configuration manager for handling the connection between the ODP connector and ODP REST API.
To do so, we must first login to ODP and navigate to the account settings page. Once we have hit the account settings page, we care going to click on "APIs" under the DATA MANAGEMENT section. This will bring us to the APIs page which will allow us to copy the private key from the tab pane.
Copy the key somewhere safe.

### Optimizely
Once we have our api key, we are going to head over the the web.config and you should see 2 entries. You will need to update the appSettings key *"ma-odp-apikey"*. Once the key is inserted into the config value, you should be done with configuration
```xml
```