Dear experts,
I'm using HY 1605. I loaded all my data using oData service, loading manually my json files related to contacts and interactions.
I loaded also products as master data using import data into the data management workset.
The interaction I loaded is a SHOP_CHECKOUT_SUCCES type. The json file I loaded has the following form:
{
"UserName": "USER" ,
"Timestamp": "2016-05-13T14:15",
"SourceSystemType": "EXT",
"SourceSystemId": "HYBRIS",
"Id": "",
"Interactions": [
{
"CommunicationMedium": "ONLINE_SHOP",
"Amount": "0",
"Products": [
{
"ItemId": "FAT",
"Amount": "5",
"ItemType": "Z_*** ",
"Key": "",
"Description": "Fast Track",
"Quantity": "1",
"Name": "Fast Track Airport T2"
}
],
"IsAnonymous": false,
"InteractionType": "SHOP_CHECKOUT_SUCCES",
"SourceDataUrl": "",
"Timestamp": "2011-05-03T18:45",
"TIPO_BUSINESS": "B2C",
"Currency": "EUR",
"ContactId": "blabla@blabla.com",
"Key": "",
"ContactIdOrigin": "EMAIL"
}
[....]
This is the "scenario".
Thus I created a target group to use as a training set and I set as target variable "purchase".
But I received the following message:
A model cannot be set to In Preparation when based on a training set that contains no responses regarding the target variable
What do i miss? It seems that the Purchase variable is not linked to the interaction!
Thanks,
Cristina