tns:report
A structure data type that returns data associated with a particular report request.| Element | Type | Description |
|---|---|---|
| reportSuite | tns:tns:reportReportSuite | The report suite used to generate the report. |
| period | xsd:string | A string describing the report time period. |
| elements | tns:tns:reportElementList | A list of elements associated with the report. |
| metrics | tns:reportMetricList | A list of metrics associated with the report. |
| type | tns:reportType | The report type. This must match the report type used to make the original report request. |
| data | tns:reportDataList | The data that makes up the bulk of the report. |
| totals | tns:reportCountList | A list of metric totals. |
SiteCatalyst uses the same report format for all reports. However, based on the specific report definition, some parts of the report might not be used. Both Data Warehouse and Discover extend this standard report structure to include additional detail specific to those services. For more information, see the Data Warehouse API and the Discover API.
Comments (0)
Must be logged in to comment. Login or register now to comment!