src/rpiWebClient.interfaces.ts
DecisionResult object returned from realtime services
Properties |
| ChannelExecutionID |
ChannelExecutionID:
|
Type : number
|
|
The channel execution id associated with the decision |
| ContentFormat |
ContentFormat:
|
Type : string
|
|
The content format of the decision result |
| ContentID |
ContentID:
|
Type : string
|
|
The RPI published content id for the decision |
| ContentName |
ContentName:
|
Type : string
|
|
The name defined for the decision in RPI |
| ContentPath |
ContentPath:
|
Type : string
|
|
The content path for decisions published using the "web publish site" option in RPI |
| ContextName |
ContextName:
|
Type : string
|
|
The name of the context assigned to the decision |
| ContextTag |
ContextTag:
|
Type : string
|
|
The context tag assigned to the decision |
| DecisionType |
DecisionType:
|
Type : string
|
|
The decision type |
| DefaultKey |
DefaultKey:
|
Type : string
|
|
The index of the default content for the decision |
| DivName |
DivName:
|
Type : string
|
|
The DOM element id that will receive the decision result |
| ErrorMessage |
ErrorMessage:
|
Type : string
|
|
The error message |
| IsCachedContent |
IsCachedContent:
|
Type : boolean
|
|
Flag to specify if the decision result is stored in the Realtime cache |
| IsEmptyResult |
IsEmptyResult:
|
Type : boolean
|
|
Flag to specify if the decision result is empty |
| PluginTag |
PluginTag:
|
Type : string
|
|
The name of the plugin(s) executed with the decision result |
| PluginTagDefault |
PluginTagDefault:
|
Type : string
|
|
The name of the default plugin defined for the decision |
| Result |
Result:
|
Type : string
|
|
The result index of the decision |
| ResultContent |
ResultContent:
|
Type : any
|
|
The decision result as a string or JSON object |
| ResultContentXML |
ResultContentXML:
|
Type : string
|
|
The decision result as XML |
| ResultID |
ResultID:
|
Type : string
|
|
The impression id for the decision |
| RPContactID |
RPContactID:
|
Type : string
|
|
The RPContactID associated with the decision |
| SlotName |
SlotName:
|
Type : string
|
|
The slot name assigned to the decision |
| TriggerKey |
TriggerKey:
|
Type : string
|
|
The trigger key associated with the decision |
| VisitorID |
VisitorID:
|
Type : string
|
|
The visitor id associated with the decision |