TrafficTopReferralSources
Identifies the top 10 sources driving traffic to a repository in the last 14 days, such as search engines, social media, or external links.
View-Specific Information
Select
The add-in processes all filters client-side within the add-in. The following query is the only one processed server-side:
SELECT * FROM [TrafficTopReferralSources]
Columns
Name | Type | References | OrderBySupport | Description |
Referrer | String | The name of the website or source that referred traffic to the repository. | ||
Count | Int | The total number of views generated from the specified referrer. | ||
Uniques | Int | The total number of unique visitors referred to the repository by the specified source. |