Destination

This is the configuration to the destination (customer OC).

CCA

Name of the config key store key containing the url for the CCA API.

${DBKS:CCA_URL}

CCA repository (leave empty for default)

Name of the repository to fetch data from, leave empty if editorial is to be used.

LCC

Enter the provider information from Content-Agent

{
    "ocProvider": "${DBKS:CA_PROVIDER}"
}

OC Property mappings

An object containing properties to match against the customer OC

Example:

{
    "uuid": "uuid",
    "externalUUID": "ExternalUUID",
    "externalVersion": "ExternalVersion",
    "creator": "ObjectCreator",
    "channels": "ArticleMetaChannels",
    "created": "created"
}

Here you will find examples of how to write the functions for Wire ICP Configuration for IMEngine.

QS properties

This is an array with string with properties to match the properties to search in for the query streamer. They should match the properties that are set as the free text search in Wire open content.

Example:

[
    "ArticleBody",
    "ArticleMetaChannels",
    "ArticleMetaNewsValue",
    "ArticleMetaSections",
    "Name",
    "Text",
    "WriterAuthors",
    "WriterHeadlines"
]