#of Form submits [e8] metric usage in API 1.4 standard type report
Hello!
I'm creating a report with source=standard using API 1.4. The report request looks as follows:
"reportDescription": {
"reportSuiteID": "myReportSuite",
"dateFrom": "2023-07-09",
"dateTo": "2023-07-11",
"dateGranularity": "day",
"source": "standard",
"breakdownType":"subrelation",
"segments": [],
"metrics": [
{"id": "mobileinstalls"},
{"id": "event8"},
{"id": "totaltimespent"},
{"id": "visits"}
],
"elements": [
{"id": "page"},
{"id": "geocountry"},
{"id": "operatingsystemtype"},
{"id": "lasttouchchannel"}
],
}
}
I've found out all values in event8 (#of Form submits [e8]) metric are empty (equal to 0). If I'm generating this report through Adobe Analytics UI this metric looks good with some meaningful values.
Does anyone know why event8 (#of Form submits [e8]) metric behavior is so weird in API 1.4 report?