TrafficTopReferralPaths
Lists the top 10 most frequently accessed paths in a repository over the past 14 days, helping identify popular content and entry points.
View-Specific Information
Select
The cmdlet processes all filters client-side within the cmdlet. The following query is the only one processed server-side:
SELECT * FROM [TrafficTopReferralPaths]
Columns
| Name | Type | References | OrderBySupport | Description |
| Path | String | The specific URL path within the repository that received referral traffic. | ||
| Title | String | The title or name associated with the content at the specified path. | ||
| Count | Int | The total number of views for the content at the given path from referral sources. | ||
| Uniques | Int | The total number of unique visitors who accessed the content at the given path from referral sources. |