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 adjusted for daylight savings time. |
Country |
String |
True |
False |
False |
The country of the users obtained from the IP addresses. |
City |
String |
True |
False |
False |
The cities of the users obtained from the IP addresses. |
Browser |
String |
True |
False |
False |
The browser names used by users coming to your website, such as Internet Explorer or Chrome. |
PagePath |
String |
True |
True |
False |
A website page specified by path and/or query parameters which is used along with the host name to get the full page URL. |
PageTitle |
String |
True |
False |
False |
The page title. However, remember that multiple pages might have the same PageTitle. |
PageViews |
Int32 |
False |
True |
False |
The total number of views on a page for your property. |
UniquePageViews |
Int32 |
False |
True |
False |
The number of different (unique) pages in a session which takes both the PagePath and PageTitle in consideration to determine uniqueness. |
AvgTimeOnPage |
Double |
False |
True |
False |
The average amount of time the users spent viewing the page or a set of pages. |
Entrances |
Int32 |
False |
True |
False |
The number of property entrances measured as first page view in a session and is commonly used with LandingPagePath. |
BounceRate |
Double |
False |
True |
False |
The single-page sessions percentage. |
EntranceRate |
Double |
False |
True |
False |
The page views percentage in which this page was the entrance. |
Exits |
Int32 |
False |
True |
False |
The number of exits from your property. |
PageValue |
Double |
False |
True |
False |
The average value of the page or set of pages wherein Page Value is the sum of TransactionRevenue and GoalValueAll, columns in the Ecommerce table, divided by UniquePageviews (for the page or set of pages). |
TimeOnOPage |
Double |
False |
True |
False |
The total time a user spent on a particular page, measured in seconds nd is calculated by subtracting the initial view time for a particular page from the initial view time for the subsequent page. Thus, this metric does not apply to property's exit pages. |
ExitRate |
Double |
False |
True |
False |
The exit percentage from your property that happened out of the total page views. |
StartDate |
String |
False |
False |
True |
The start date for obtaining the Analytics data which is either a date string or a relative date (e.g., today, yesterday, or #daysAgo). |
EndDate |
String |
False |
False |
True |
The end date for obtaining theAnalytics data which is either a date string or a relative date (e.g., today, yesterday, or #daysAgo). |