Skip to content

Commit

Permalink
new entry source types for KMS GO
Browse files Browse the repository at this point in the history
  • Loading branch information
olampert committed Apr 15, 2019
1 parent 2d45449 commit a5d5dd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api_v3/web/analyticsSyncServe.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
define('SOURCE_WEBEX', -15);
define('SOURCE_ZOOM', -16);
define('SOURCE_EXPRESS_RECORDER', -17);
define('SOURCE_KMS_NATIVE_ANDROID_APP', -18);
define('SOURCE_KMS_NATIVE_IOS_APP', -19);

define('CREATED_DAY_TS', 'UNIX_TIMESTAMP(DATE(CREATED_AT))');

$sourceFromAdminTag = array(
Expand All @@ -36,6 +39,8 @@
'webexentry' => SOURCE_WEBEX,
'zoomentry' => SOURCE_ZOOM,
'expressrecorder' => SOURCE_EXPRESS_RECORDER,
'source_KMSNativeAndroidApp' => SOURCE_KMS_NATIVE_ANDROID_APP,
'source_KMSNativeIOSApp' => SOURCE_KMS_NATIVE_IOS_APP,
);

function getPartnerVertical($customData)
Expand Down

0 comments on commit a5d5dd4

Please sign in to comment.