DataConnector | ComponentOne
In This Topic
    SiteSpeed
    In This Topic
    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 users obtained from IP addresses.
    City String True False False The cities of property users obtained from IP addresses.
    Browser String True True False The browser names used by the users to your website. For example, Internet Explorer or Chrome.
    DeviceCategory String True False False The device type: desktop, tablet, or mobile.
    PagePath String True False False A website page specified by path and/or query parameters that is used in conjunction with 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.
    AvgPageLoadTime Double False True False The average amount of time in seconds it takes to load the pages from the sample set, from page view initiation (e.g., a click on a page link) to load completion in the browser.
    AvgRedirectionTime Double False True False The average amount of time, in seconds, spent in redirections before loading this page and the value for this metric is expected to be 0 if there are no redirects.
    AvgDomainLookupTime Double False True False The average amount of time in seconds spent in the page DNS lookup.
    AvgServerConnectionTime Double False True False The average amount of time in seconds spent in establishing the page TCP connection.
    AvgServerResponseTime Double False True False The average amount of time in seconds the server takes to respond to a user request in addition to the network time from the location of the user to your server.
    AvgPageDownloadTime Double False True False The average amount of time in seconds to download the page.
    PageLoadTime Int32 False False False The amount of time (in milliseconds) it takes for the sample set pages to load from the page view initiation (e.g., a click on a page link) to load completion in the browser.
    PageLoadSample Int32 False False False The sample set, or count of page views used to calculate the average load time of the page.
    DomainLookupTime Int32 False False False The total amount of time (in milliseconds) spent in the page DNS lookup among all the samples.
    PageDownloadTime Int32 False False False The total amount of time (in milliseconds) to download this page from all samples.
    RedirectionTime Int32 False False False The total amount of time (in milliseconds) spent in redirection before loading this page from the samples. The value for this metric is expected to be 0 if there are False redirections.
    ServerConnectionTime Int32 False False False The total amount of time (in milliseconds) spent in establishing the page's TCP connection among all samples.
    ServerResponseTime Int32 False False False The total amount of time (in milliseconds) the server takes to respond to a user request for the samples, in addition to the network time from the location of the user to your server.
    SpeedMetricsSample Int32 False False False The sample set of page views used to calculate the averages for site speed metrics which is used in all site speed average calculations.
    DomInteractiveTime Int32 False False False The browser time (in milliseconds) to parse the document (DOMInteractive), including the network time from the user location to your server. At this time, the user can interact with the DOM even if it is not fully loaded.
    DomContentLoadedTime Int32 False False False The browser time (in milliseconds) to parse the document and execute deferred and parser-inserted scripts (DOMContentLoaded), including the network time from the user location to your server. This event is often the starting point for JavaScript framework execution; for example, JQuery's onready() callback.
    DomLatencyMetricsSample Int32 False False False The sample set of page views used to calculate the site speed DOM metrics average which is used in the AvgDomContentLoadedTime and AvgDomInteractiveTime calculations.
    AvgDomInteractiveTime Double False False False The average time in seconds, including the network time from the user location to your server, that the browser takes to parse the document and execute deferred and parser-inserted scripts.
    AvgDomContentLoadedTime Double False False False The average time in seconds the browser takes to parse the document.
    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, Trueterday, or #daysAgo).
    EndDate String False False True The end date for obtaining the Analytics data which is either a date string or a relative date (e.g., today, yesterday, or #daysAgo).