SiteContent
Columns
Name
Type
Dimension
DefaultMetric
DefaultDimension
Description
Date
Date
True
The date of the session formatted as YYYYMMDD.
Year
Integer
True
The year of the session. A four-digit year from 2005 to the current year.
Month
Integer
True
The month of the session. An integer from 01 to 12.
Week
Integer
True
The week of the session. A number from 01 to 53. Each week starts on Sunday.
Day
Integer
True
The day of the month. A number from 01 to 31.
Hour
Integer
True
An hour of the day ranging from 00-23 in the timezone configured for the account. This value is also corrected for daylight savings time.
Country
String
True
The country of users, derived from IP addresses.
City
String
True
The cities of property users, derived from IP addresses.
Browser
String
True
The names of browsers used by users to your website. For example, Internet Explorer or Firefox.
PagePath
String
True
True
A page on your website specified by path and/or query parameters. Use in conjunction with host name to get the full URL of the page.
PageTitle
String
True
The title of a page. Keep in mind that multiple pages might have the same PageTitle.
PageViews
Integer
False
True
The total number of page views for your property.
UniquePageviews
Integer
False
True
The number of different (unique) pages within a session. This takes into both the PagePath and PageTitle to determine uniqueness.
AvgTimeOnPage
Double
False
True
The average amount of time users spent viewing this page or a set of pages.
Entrances
Integer
False
True
The number of entrances to your property, measured as the first page view in a session. Typically used with LandingPagePath.
BounceRate
Double
False
True
The percentage of single-page sessions.
EntranceRate
Double
False
True
The percentage of page views in which this page was the entrance.
Exits
Integer
False
True
The number of exits from your property.
PageValue
Double
False
True
The average value of this page or set of pages. Page Value is the sum of TransactionRevenue and GoalValueAll, columns in the Ecommerce table, divided by UniquePageviews (for the page or set of pages).
TimeOnPage
Double
False
True
How long a user spent on a particular page in seconds. Calculated by subtracting the initial view time for a particular page from the initial view time for a subsequent page. Thus, this metric does not apply to exit pages for your property.
ExitRate
Double
False
True
The percentage of exits from your property that occurred out of the total page views.
StartDate
String
Start date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo).
EndDate
String
End date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo).
Dimensions
String
A comma-separated list of dimensions to retrieve in addition to the columns defined in the schema. Set to empty string to retrieve no dimensions.
Metrics
String
A comma-separated list of metrics to retrieve in addition to the columns defined in the schema.
CohortTypes
String
Available only when using the V4 API. A comma-separated list of cohort types. The default value is FIRST_VISIT_DATE
CohortStartDates
Date
Available only when using the V4 API. A comma-separated list of cohort start dates.
CohortEndDates
Date
Available only when using the V4 API. A comma-separated list of cohort end dates.
SamplesReadCounts
String
Comma separated list of samples read counts when the response data is sampled.
SamplingSpaceSizes
String
Comma separated list of samples space sizes counts when the response data is sampled.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
Segments
String
Segments the data returned for your request. Either a SegmentId or a custom segment.
Profile
String
The Profile ID or website URL to retrieve data from.
Last updated