Aggregation of "total" table (SOAP) v1
The "total" table allows three types of aggregation: monthly, daily, hourly.
The aggregation type is identified by mutually exclusive dimensions; the output format is xsd:dateTime CCYY-MM-DDThh:mm:ssZ:
- monthly - u:month (e.g. 2009-01-01T00:00:00Z, where day is always 01)
- daily - u:day (e.g. 2009-01-05T00:00:00Z)
- hourly - u:hour (e.g. 2009-01-05T10:00:00Z)
- totals - u:totals: output is "Totals"
For example, to retrieve profile data by day, set the following parameters:
<dimensions>u:day</dimensions> <metrics>u:hits,u:bytes</metrics>
To retrieve profile data by hour, set the following parameters:
<dimensions>u:hour</dimensions> <metrics>u:hits,u:bytes</metrics>