Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data
bi-report
Commits
825ade67
Commit
825ade67
authored
Oct 19, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'weiyimin' into 'master'
push codes See merge request
!78
parents
e602ff1d
7bf5293a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
en-cn.properties
pm/daily_content/en-cn.properties
+2
-1
home_content_by_month.sql
pm/daily_content/report/home_content_by_month.sql
+3
-3
No files found.
pm/daily_content/en-cn.properties
View file @
825ade67
daily_content
=
内容日报-简化版
home_content
-
detail
=
首页内容数据-分日明细
home_content
_
detail
=
首页内容数据-分日明细
home_content_by_month
=
首页内容数据-月均
ai_content_detail
=
ai内容数据-分日明细
ai_content_by_month
=
ai内容数据-月均
\ No newline at end of file
pm/daily_content/report/home_content_by_month.sql
View file @
825ade67
...
...
@@ -21,9 +21,9 @@ FROM
,
active_type
,
channel
,
round
(
avg
(
dau
),
0
)
as
dau
,
round
(
avg
(
retention_rate_2
),
2
)
as
retention_rate_2
,
round
(
avg
(
retention_rate_3
),
2
)
as
retention_rate_3
,
round
(
avg
(
retention_rate_7
),
2
)
as
retention_rate_7
,
round
(
avg
(
if
(
retention_rate_2
=
0
,
NULL
,
retention_rate_2
)
),
2
)
as
retention_rate_2
,
round
(
avg
(
if
(
retention_rate_3
=
0
,
NULL
,
retention_rate_3
)
),
2
)
as
retention_rate_3
,
round
(
avg
(
if
(
retention_rate_7
=
0
,
NULL
,
retention_rate_7
)
),
2
)
as
retention_rate_7
,
round
(
avg
(
home_card_click_uv
),
0
)
as
home_card_click_uv
,
round
(
avg
(
home_card_click_pv
),
0
)
as
home_card_click_pv
,
round
(
avg
(
home_good_click
),
0
)
as
home_good_click
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment