Last Updated:
June 15, 2021
by
Jesse Langstaff
| Version: 8
| 1,644 views
| 0 followers
members are following updates on this item.
Provides rolling monthly data on visitor frequency to a digital workplace. This report covers the last rolling 12 months.
This calculation is done by recording the number of 30 minute intervals users visit a digital workplace within a reporting period. If a user visits a digital workplace multiple times within an interval, only one visit interval is counted. The maximum potential intervals is 48.
Values in the table do not factor in visitors who have not visiting a digital workplace within the reporting period. If a digital workplace has 1000 users but only 800 visited the workplace, all calculations will be based on 800.
/odata/RptCommunityMonthVisitorInterval
Name | Data Type | Description |
---|---|---|
row_id | Edm.Int32 | Unique row identifier. |
community_key | Edm.Int32 | Unique digital workplace identifier. |
rpt_date | Edm.DateTimeOffset | Date the report was created. |
Percentile_25 | Edm.Decimal | The interval value of the 25% of the way from the bottom of a stack ranked list of users who have visited the site. |
Percentile_50 | Edm.Decimal | The interval value of the 50% of the way from the bottom of a stack ranked list of users who have visited the site. |
Percentile_75 | Edm.Decimal | The interval value of the 75% of the way from the bottom of a stack ranked list of users who have visited the site. |
Percentile_100 | Edm.Decimal | The interval value of the 100% of the way from the bottom of a stack ranked list of users who have visited the site. |
average_intervals_per_visitor | Edm.Decimal | total_intervals divided by unique_visitor_count. |
unique_visitor_count | Edm.Int32 | The total number of unique visitors. |
total_intervals | Edm.Int32 | The total number of intervals of all site visitors. |
begin_date | Edm.DateTimeOffset | End_date minus 12 months. |
end_date | Edm.DateTimeOffset | UTC date when data was last updated. |
community_guid | Edm.Guid | Unique digital workplace identifier. |
domain_url | Edm.String | URL of the digital workplace. |