用户工具

站点工具


差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
en:razor:faq [2015/03/19 10:06]
cobub [Why after successful installation, Cobub Razor does not display report data?]
en:razor:faq [2017/07/14 11:18] (当前版本)
行 1: 行 1:
 +~~Title:​Cobub Razor FAQ - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center~~
 +{{description>​Cobub Razor is an Open Source Mobile Analytics. FAQ.}}
 +{{keywords>​Cobub Razor,open source mobile analytics,​mobile analytics,​mobile app analytics, FAQ, questions, answers}}
 +
 ====== FAQ ====== ====== FAQ ======
 ===== General Usage ===== ===== General Usage =====
行 41: 行 45:
 Please confirm that: Please confirm that:
  
-  - Scheduled tasks are configured sucessfully,​ you can access the table _log in data warehouse to check if scheduled tasks run successfully.+  - [[en:​razor:​auto-archiving|Scheduled tasks are configured sucessfully]], you can access the table _log in data warehouse to check if scheduled tasks run successfully.
   -  In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management;   -  In v0.2 and below version, user should upload a .apk file and input version value under Auto Update function in Channel Management;
-  - Identify the TimeZone is correct. Open application/​config/​config.php file, confirm that $config['​timezones'​] value has been set. For example, UTC +8 timezone will set $config['​timezones'​] = ‘UP8′. More information about your timezone, please refer to here;+  - Identify the TimeZone is correct. Open application/​config/​config.php file, confirm that $config['​timezones'​] value has been set. For example, UTC +8 timezone will set $config['​timezones'​] = ‘UP8′. More information about your timezone, please refer to [[https://​ellislab.com/​codeigniter/​user-guide/​helpers/​date_helper.html|here]];
   - Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run:   - Scheduled tasks run every hour to extract last hour’s data in default. If users want to exact the data manually,three stored procedures can be run:
     * For examples, current date is 2012-09-01,​time is 16:10:10, client data uploaded at 15:55:55, then     * For examples, current date is 2012-09-01,​time is 16:10:10, client data uploaded at 15:55:55, then
-    * call rundim(); ​                // (extract dimension table data) +    * call rundim(); ​                
-    * call runfact(’2012-9-1 15:​00:​00′,​’2012-9-1 15:​59:​59′); ​//extract fact table data,the time duration is last hour’s duration +    * call runfact(’2012-9-1 15:​00:​00′,​’2012-9-1 15:​59:​59′);​  
-    * call runsum(’2012-9-1′);  ​//summary that day’s data+    * call runsum(’2012-9-1′);  ​
    
 +===== Developing Cobub Razor =====
 +
 +
 +==== What is Cobub Razor written in? ====
 +
 +
 +Cobub Razor is written in PHP for web side, using the [[http://​www.codeigniter.com/​|CodeIgnitor]] web framework.
 +
 +For SDKs,
 +
 +  * Android SDK using Java language
 +  * iOS SDK using Objective-C language
 +  * Windows Phone SDK using C# language
 +
 +==== Where do I submit patches for Cobub Razor? ====
 +
 +
 +Patches to Cobub Razor should be submitted through Github’s Pull Requests.
en/razor/faq.1426730819.txt.gz · 最后更改: 2017/07/14 11:12 (外部编辑)