Cobub Razor
Cobub Toaster
Other Links
Cobub Razor
Cobub Toaster
Other Links
這是本文檔舊的修訂版!
The goal of this document is to explain usage rules of Cobub Razor Windows Phone SDK for facilitating mobile app developers.
This document is for Windows Phone SDK developers, which uses the Open Source Mobile Analytics – Cobub Razor.
Cobub Razor - The Open Source Mobile Analytics
NA
First please setup the Web Server of Cobub Razor (instruction), then register App at web server and fill App info after login. Once App is created successfully, you could obtain AppKey.
Import Windows Phone SDK into your project.
VS users right click own project “Reference” directory and select “Add Reference —>Browse”. Then select path of UMSAgent.dll. Click OK and then import is completed.
We recommend you Calling
UmsAgent.UMSApi.onPageBegin("current_page_name ")
and
UmsAgent.UMSApi.onPageEnd("current_page_name ")
in all pages. If not , Page View report and some related data statistics reports will not be available on the Web Server.