Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / PageViewRepository Class / GetViewsByBrowser Method / GetViewsByBrowser(DateTime,DateTime) Method
The starting date of the date range.
The ending date of the date range.
Version
GetViewsByBrowser(DateTime,DateTime) Method
Loads a collection of browsers and it's number of views, as a key value pair.
Syntax

Parameters

startDate
The starting date of the date range.
endDate
The ending date of the date range.

Return Value

Collection of Key Value pairs where the key is the UserAgent (browser) and the value is the number of views for the browser.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also