# Sample Response

## Result Interpretation

<table><thead><tr><th width="150">Results</th><th>Descriptions</th><th data-hidden></th></tr></thead><tbody><tr><td>Active</td><td>The targeted user is <strong>active</strong> in online digital platform</td><td></td></tr><tr><td>Subtle</td><td>The targeted user is <strong>partially active</strong> in online digital platform</td><td></td></tr><tr><td>Inactive</td><td>The targeted user is <strong>inactive</strong> in online digital platform</td><td></td></tr></tbody></table>

{% hint style="info" %}
The descriptions of the results contains a scorecard to calculate the result that is being set by Innov8tif.&#x20;
{% endhint %}

## Response Example Version 1

{% code title="Targeted user is active" %}

```
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "result": "active"
}
```

{% endcode %}
