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
c6ad9dac
Commit
c6ad9dac
authored
Sep 15, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push codes
parent
a9dfa862
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
content_ctr.sql
pm/daily_recommend_strategy/report/content_ctr.sql
+1
-1
home_recommend_strategy.sql
...ily_recommend_strategy/report/home_recommend_strategy.sql
+0
-0
No files found.
pm/daily_recommend_strategy/report/content_ctr.sql
View file @
c6ad9dac
...
...
@@ -2,7 +2,7 @@ SELECT
day_id
as
`日期`
,
device_os_type
as
`设备类型`
,
active_type
as
`活跃类型`
,
grey_type
as
`灰度`
,
grey_type
as
`灰度
类型
`
,
page_name
as
`页面`
,
NVL
(
CONCAT
(
ROUND
(
wel_click_pv
/
wel_exp_pv
*
100
,
2
),
'%'
),
0
)
as
`内容页你可能喜欢美购卡片点击PV/该类卡片曝光PV`
,
NVL
(
CONCAT
(
ROUND
(
content_click_pv
/
content_exp_pv
*
100
,
2
),
'%'
),
0
)
as
`内容页你可能喜欢内容卡片点击PV/该类卡片曝光PV`
,
...
...
pm/daily_recommend_strategy/report/home_recommend_strategy.sql
View file @
c6ad9dac
This diff is collapsed.
Click to expand it.
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