| Name | Type | Dimension | Default Metric | Default Dimension | Description |
|---|---|---|---|---|---|
| Date | String | True | False | False | The session date formatted as YYYYMMDD. |
| Year | Int32 | True | False | False | The session year with a four-digit year starting from 2005 to the current year. |
| Month | Int32 | True | False | False | The session month with an integer from 01 to 12. |
| Week | Int32 | True | False | False | The session week with a number from 01 to 53 wherein each week starts on Sunday. |
| Day | Int32 | True | False | False | The day of the month with a number from 01 to 31. |
| Hour | Int32 | True | False | False | An hour of the day starting from 00-23 in the configured time zone for the account. This value is also corrected for daylight savings time. |
| Country | String | True | False | False | The country of users obtained from the IP addresses. |
| City | String | True | False | False | The cities of property users obtained from the IP addresses. |
| ProductName | String | True | False | False | The purchased items product name supplied by your e-commerce tracking application. |
| ProductSku | String | True | False | False | The purchased items product SKUs as you defined in your e-commerce tracking application. |
| ProductCategory | String | True | False | False | Any variations of product (for example, the size or color) for the purchased items supplied by the e-commerce application. |
| TransactionId | String | True | False | False | The shopping cart purchase's transaction ID. |
| Sessions | Int32 | False | True | False | The total number of sessions. |
| Users | Int32 | False | True | False | Total number of users that visited your property for the requested time period. |
| Transactions | Int32 | False | True | False | The total number of transactions. |
| TransactionRevenue | Decimal | False | True | False | The total sale revenue provided in the transaction, except shipping and tax. |
| TransactionShipping | Decimal | False | True | False | The total shipping cost. |
| TransactionTax | Decimal | False | True | False | The total tax amount. |
| RevenuePerTransaction | Decimal | False | True | False | An e-commerce transaction's average revenue. |
| UniquePurchases | Int32 | False | True | False | The number of purchased product sets. |
| ItemQuantity | Int32 | False | True | False | The total number of purchased items. |
| ItemRevenue | Decimal | False | True | False | The total revenue obtained from purchased product items on your property. |
| StartDate | String | False | False | True | The start date for obtaining Analytics data with either a date string or a relative date (for example, today, yesterday, or #daysAgo). |
| EndDate | String | False | False | True | The end date for fetching Analytics data with either a date string or a relative date (for example, today, yesterday, or #daysAgo). |