Отчет User
В рамках данного отчета вы можете выгрузить по API из Google Universal Analytics следующие параметры:
name | ui_name | type | description |
---|---|---|---|
ga:userType | User Type | DIMENSION | A boolean, either New Visitor or Returning Visitor, indicating if the users are new or returning. |
ga:sessionCount | Count of Sessions | DIMENSION | The session index for a user. Each session from a unique user will get its own incremental index starting from 1 for the first session. Subsequent sessions do not change previous session indices. For example, if a user has 4 sessions to the website, sessionCount for that user will have 4 distinct values of ‘1’ through ‘4’. |
ga:daysSinceLastSession | Days Since Last Session | DIMENSION | The number of days elapsed since users last visited the property, used to calculate user loyalty. |
ga:userDefinedValue | User Defined Value | DIMENSION | The value provided when defining custom user segments for the property. |
ga:userBucket | User Bucket | DIMENSION | Randomly assigned users tag to allow A/B testing and splitting of remarketing lists. Ranges from 1-100. |
ga:users | Users | METRIC | The total number of users for the requested time period. |
ga:newUsers | New Users | METRIC | The number of sessions marked as a user’s first sessions. |
ga:percentNewSessions | % New Sessions | METRIC | The percentage of sessions by users who had never visited the property before. |
ga:1dayUsers | 1 Day Active Users | METRIC | Total number of 1-day active users for each day in the requested time period. At least one of ga:nthDay, ga:date, or ga:day must be specified as a dimension to query this metric. For a given date, the returned value will be the total number of unique users for the 1-day period ending on the given date. |
ga:7dayUsers | 7 Day Active Users | METRIC | Total number of 7-day active users for each day in the requested time period. At least one of ga:nthDay, ga:date, or ga:day must be specified as a dimension to query this metric. For a given date, the returned value will be the total number of unique users for the 7-day period ending on the given date. |
ga:14dayUsers | 14 Day Active Users | METRIC | Total number of 14-day active users for each day in the requested time period. At least one of ga:nthDay, ga:date, or ga:day must be specified as a dimension to query this metric. For a given date, the returned value will be the total number of unique users for the 14-day period ending on the given date. |
ga:28dayUsers | 28 Day Active Users | METRIC | Total number of 28-day active users for each day in the requested time period. At least one of ga:nthDay, ga:date, or ga:day must be specified as a dimension to query this metric. For a given date, the returned value will be the total number of unique users for the 28-day period ending on the given date. |
ga:30dayUsers | 30 Day Active Users | METRIC | Total number of 30-day active users for each day in the requested time period. At least one of ga:nthDay, ga:date, or ga:day must be specified as a dimension to query this metric. For a given date, the returned value will be the total number of unique users for the 30-day period ending on the given date. |
ga:sessionsPerUser | Number of Sessions per User | METRIC | The total number of sessions divided by the total number of users. |