Отчет Page Tracking
В рамках данного отчета вы можете выгрузить по API из Google Universal Analytics следующие параметры:
name | ui_name | type | description |
---|---|---|---|
ga:hostname | Hostname | DIMENSION | The hostname from which the tracking request was made. |
ga:pagePath | Page | DIMENSION | A page on the website specified by path and/or query parameters. Use this with hostname to get the page’s full URL. |
ga:pagePathLevel1 | Page path level 1 | DIMENSION | This dimension rolls up all the page paths in the first hierarchical level in pagePath. |
ga:pagePathLevel2 | Page path level 2 | DIMENSION | This dimension rolls up all the page paths in the second hierarchical level in pagePath. |
ga:pagePathLevel3 | Page path level 3 | DIMENSION | This dimension rolls up all the page paths in the third hierarchical level in pagePath. |
ga:pagePathLevel4 | Page path level 4 | DIMENSION | This dimension rolls up all the page paths into hierarchical levels. Up to 4 pagePath levels maybe specified. All additional levels in the pagePath hierarchy are also rolled up in this dimension. |
ga:pageTitle | Page Title | DIMENSION | The page’s title. Multiple pages might have the same page title. |
ga:landingPagePath | Landing Page | DIMENSION | The first page in users’ sessions, or the landing page. |
ga:secondPagePath | Second Page | DIMENSION | The second page in users’ sessions. |
ga:exitPagePath | Exit Page | DIMENSION | The last page or exit page in users’ sessions. |
ga:previousPagePath | Previous Page Path | DIMENSION | A page visited before another page on the same property, typically used with the pagePath dimension. |
ga:pageDepth | Page Depth | DIMENSION | The number of pages visited by users during a session. The value is a histogram that counts pageviews across a range of possible values. In this calculation, all sessions will have at least one pageview, and some percentage of sessions will have more. |
ga:pageValue | Page Value | METRIC | The average value of this page or set of pages, which is equal to (ga:transactionRevenue + ga:goalValueAll) / ga:uniquePageviews. |
ga:entrances | Entrances | METRIC | The number of entrances to the property measured as the first pageview in a session, typically used with landingPagePath. |
ga:entranceRate | Entrances / Pageviews | METRIC | The percentage of pageviews in which this page was the entrance. |
ga:pageviews | Pageviews | METRIC | The total number of pageviews for the property. |
ga:pageviewsPerSession | Pages / Session | METRIC | The average number of pages viewed during a session, including repeated views of a single page. |
ga:uniquePageviews | Unique Pageviews | METRIC | Unique Pageviews is the number of sessions during which the specified page was viewed at least once. A unique pageview is counted for each page URL + page title combination. |
ga:timeOnPage | Time on Page | METRIC | Time (in seconds) users spent on a particular page, calculated by subtracting the initial view time for a particular page from the initial view time for a subsequent page. This metric does not apply to exit pages of the property. |
ga:avgTimeOnPage | Avg. Time on Page | METRIC | The average time users spent viewing this page or a set of pages. |
ga:exits | Exits | METRIC | The number of exits from the property. |
ga:exitRate | % Exit | METRIC | The percentage of exits from the property that occurred out of the total pageviews. |