Inline1
Inline1
JSON Example
{
"start_date": 0,
"segmentation_score_mode": "string",
"timezone": "string",
"end_date": 0,
"file_size": "number",
"scores": [
{
"score_type": "string",
"total_score": "number",
"total_score_for_display": "number",
"last_calculated_on": "number",
"feature_scores": [
{
"feature_type": "string",
"score": "number",
"max_score": "number",
"category_scores": [
{
"category_type": "string",
"score": "number",
"max_score": "number",
"sub_category_scores": [
{
"score": "number",
"max_score": "number",
"sub_category_type": "string"
}
]
}
]
}
],
"segmentation_score_mode": "string"
}
]
}
integer As int64
As int64
start_date
Required
Timestamp in milliseconds since epoch.
string
segmentation_score_mode
Optional
Segmentation score mode to be used for calculation. Only applicable when score_type is SEGMENTATION.
Enumeration:
STRICT,
RELAXED,
CUSTOM
string
timezone
Optional
Constraints:
maxLength: 255
Specify the local timezone when generating the report. If no timezone or an invalid timezone is provided, the report will be displayed in UTC timezone.
integer As int64
As int64
end_date
Optional
Timestamp in milliseconds since epoch.
number As float
As float
file_size
Read-Only
Size of the report file generated in MB.
array of
scores
scores
Optional
List of scores computed in this report.