Prerequisites
Before starting integration, please ensure you have the following things:
- The Master Key (MK) for the campaign
- A JSON validator, such as JSONlint
- A text editor, such as Sublime Text
Part 1: Setting up the Integration
1. Within your campaign, go to the Processr tab and select Integration.
2. Select Add Job, and on the drop down menu select 'Orchestrator - FCA'. This may have a country code in its title; if so, select the country relevant to your campaign. Then, click Save.
3. In the configuration window that appears, you have the option to either fill in the fields as necessary, or import from JSON. If you wish to use JSON proceed to part 3, otherwise continue onto part 2.
Part 2: Integration Using the Standard Editor
1. Open the Master Key for the campaign.
2. Fill in the campaign details highlighted below. Click Save when you are done.
Please note when implementing dual radio button, please remove both Type fields; the type will be decided on the landing page.
3. The next step is to test the integration is working. For this please refer to Testing Campaign Integration.
Part 3: Importing from JSON.
1. Open the Master Key for the campaign.
2. Use the below JSON as the template for your Integration Code:
{
"isLive": "false",
"brand": "",
"brandCode": "",
"businessArea": "",
"campaign": "",
"careID": "",
"contactID": "",
"countryCode": "",
"csvMailFrom": "",
"disclaimerID": "",
"externalID": "",
"fiscalCode": "",
"language": "1",
"leadSourceCode": "CONVERTR",
"leadStatus": "",
"leadStatusDetail": "",
"market": "",
"offer": "",
"partnershipCode": "",
"partnershipDescription": "",
"study": "",
"type": "",
"vatNumber": "",
"models": {
"": {
"description": "",
"commercialCode": "",
"code": "",
"vin": "",
"mmvs": "",
"price": "",
"platenumber": "",
"type": "",
"location": "",
"source": "CVTR",
"address": "",
"zipCode": "",
"city": "",
"province": ""
}
},
"level1": "",
"level2": "",
"level3": "",
"level4": ""
}
3. Copy and paste the above code into your text editor.
4. Use your text editor to fill in:
- Brand
- Business Area
- Campaign
- Language
- Market
- Type
- Model Details
- Level 1
- Level 2
- Level 3
- Level 4.
5. To complete the integration you will need to fill in the following:
- Brand Code
- Country Code
- Disclaimer ID
Finally, copy and paste your JSON into a JSON validator, to ensure your code is correct.
7. When this is complete, in the platform click Import from JSON and copy your code into the box. Click Save once you are done.