Отчет Time
В рамках данного отчета вы можете выгрузить по API из Google Universal Analytics следующие параметры:
name | ui_name | type | description |
---|---|---|---|
ga:date |
Date |
DIMENSION |
The date of the session formatted as YYYYMMDD. |
ga:year |
Year |
DIMENSION |
The year of the session, a four-digit year from 2005 to the current year. |
ga:month |
Month of the year |
DIMENSION |
Month of the session, a two digit integer from 01 to 12. |
ga:week |
Week of the Year |
DIMENSION |
The week of the session, a two-digit number from 01 to 53. Each week starts on Sunday. |
ga:day |
Day of the month |
DIMENSION |
The day of the month, a two-digit number from 01 to 31. |
ga:hour |
Hour |
DIMENSION |
A two-digit hour of the day ranging from 00-23 in the timezone configured for the account. This value is also corrected for daylight savings time. If the timezone follows daylight savings time, there will be an apparent bump in the number of sessions during the changeover hour (e.g., between 1:00 and 2:00) for the day per year when that hour repeats. A corresponding hour with zero sessions will occur at the opposite changeover. (Google Analytics does not track user time more precisely than hours.) |
ga:minute |
Minute |
DIMENSION |
Returns the minutes, between 00 and 59, in the hour. |
ga:nthMonth |
Month Index |
DIMENSION |
The index for a month in the specified date range. In the date range, the index for the first month is 0, for the second month 1, and so on. |
ga:nthWeek |
Week Index |
DIMENSION |
The index for each week in the specified date range. The index for the first week in the date range is 0, for the second week 1, and so on. The index corresponds to week entries. |
ga:nthDay |
Day Index |
DIMENSION |
The index for each day in the specified date range. The index for the first day (i.e., start-date) in the date range is 0, for the second day 1, and so on. |
ga:nthMinute |
Minute Index |
DIMENSION |
The index for each minute in the specified date range. The index for the first minute of the first day (i.e., start-date) in the date range is 0, for the next minute 1, and so on. |
ga:dayOfWeek |
Day of Week |
DIMENSION |
Day of the week, a one-digit number from 0 (Sunday) to 6 (Saturday). |
ga:dayOfWeekName |
Day of Week Name |
DIMENSION |
Name (in English) of the day of the week. |
ga:dateHour |
Hour of Day |
DIMENSION |
Combined values of ga:date and ga:hour formated as YYYYMMDDHH. |
ga:dateHourMinute |
Date Hour and Minute |
DIMENSION |
Combined values of ga:date, ga:hour and ga:minute formated as YYYYMMDDHHMM. |
ga:yearMonth |
Month of Year |
DIMENSION |
Combined values of ga:year and ga:month. |
ga:yearWeek |
Week of Year |
DIMENSION |
Combined values of ga:year and ga:week. |
ga:isoWeek |
ISO Week of the Year |
DIMENSION |
ISO week number, where each week starts on Monday. For details, see http://en.wikipedia.org/wiki/ISO_week_date. ga:isoWeek should only be used with ga:isoYear because ga:year represents Gregorian calendar. |
ga:isoYear |
ISO Year |
DIMENSION |
The ISO year of the session. For details, see http://en.wikipedia.org/wiki/ISO_week_date. ga:isoYear should only be used with ga:isoWeek because ga:week represents Gregorian calendar. |
ga:isoYearIsoWeek |
ISO Week of ISO Year |
DIMENSION |
Combined values of ga:isoYear and ga:isoWeek. |
ga:nthHour |
Hour Index |
DIMENSION |
The index for each hour in the specified date range. The index for the first hour of the first day (i.e., start-date) in the date range is 0, for the next hour 1, and so on. |