RptCommunityMonthVisitorInterval

Contains 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 interval is 48.

Values in the table do not factor in visitors who have not visited 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.

URL

/odata/RptCommunityMonthVisitorInterval

Attributes

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.
Table Attributes