Parameter | Type | Required? | Description |
---|---|---|---|
channel | String | Yes | Channel of sending. One of ["sms", "push", "email"] |
kpi | String | Yes | KPI of sending. One of ["ctr", "open_rate"] |
text | String | Yes | Text to explain |
When successful, returns:
{
"channel": email,
"kpi": "ctr",
"influences: [0.1 0.1 0.1 0.1 0 -0.05 -0.05 -0.05 -0.05 -0.05 -0.05 -0.05 -0.05]
}