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
1715d860
Commit
1715d860
authored
Jul 09, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push codes
parent
c14fc7b2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
meigou_detail_page_dispense_uv.sql
...gou_detail_page/report/meigou_detail_page_dispense_uv.sql
+14
-14
meigou_detail_page_source_uv.sql
...eigou_detail_page/report/meigou_detail_page_source_uv.sql
+0
-0
No files found.
pm/meigou_detail_page/report/meigou_detail_page_dispense_uv.sql
View file @
1715d860
...
...
@@ -40,20 +40,20 @@ FROM
,
t1
.
device_type
as
`设备类型`
,
t1
.
active_type
as
`活跃类型`
,
t2
.
channel
as
`渠道`
,
count
(
case
when
type
=
'美购详情页'
then
cl_id
end
)
as
`美购详情页浏览uv`
,
count
(
case
when
type
=
'加购物车'
then
cl_id
end
)
as
`加购物车点击uv`
,
count
(
case
when
type
=
'评价列表页'
then
cl_id
end
)
as
`评价列表页点击uv`
,
count
(
case
when
type
=
'立即支付'
then
cl_id
end
)
as
`立即支付点击uv`
,
count
(
case
when
type
=
'私信及电话咨询'
then
cl_id
end
)
as
`私信及电话咨询uv`
,
count
(
case
when
type
=
'选择美购项目'
then
cl_id
end
)
as
`选择美购项目点击uv`
,
count
(
case
when
type
=
'机构主页'
then
cl_id
end
)
as
`机构主页点击uv`
,
count
(
case
when
type
=
'机构的其他美购'
then
cl_id
end
)
as
`机构的其他美购点击uv`
,
count
(
case
when
type
=
'推荐美购'
then
cl_id
end
)
as
`推荐美购点击uv`
,
count
(
case
when
type
=
'收藏'
then
cl_id
end
)
as
`收藏点击uv`
,
count
(
case
when
type
=
'右上角购物车'
then
cl_id
end
)
as
`右上角购物车点击uv`
,
count
(
case
when
type
=
'医生主页'
then
cl_id
end
)
as
`医生主页点击uv`
,
count
(
case
when
type
=
'分享'
then
cl_id
end
)
as
`分享点击uv`
,
count
(
case
when
type
=
'机构导航'
then
cl_id
end
)
as
`机构导航点击uv`
,
count
(
distinct
case
when
type
=
'美购详情页'
then
cl_id
end
)
as
`美购详情页浏览uv`
,
count
(
distinct
case
when
type
=
'加购物车'
then
cl_id
end
)
as
`加购物车点击uv`
,
count
(
distinct
case
when
type
=
'评价列表页'
then
cl_id
end
)
as
`评价列表页点击uv`
,
count
(
distinct
case
when
type
=
'立即支付'
then
cl_id
end
)
as
`立即支付点击uv`
,
count
(
distinct
case
when
type
=
'私信及电话咨询'
then
cl_id
end
)
as
`私信及电话咨询uv`
,
count
(
distinct
case
when
type
=
'选择美购项目'
then
cl_id
end
)
as
`选择美购项目点击uv`
,
count
(
distinct
case
when
type
=
'机构主页'
then
cl_id
end
)
as
`机构主页点击uv`
,
count
(
distinct
case
when
type
=
'机构的其他美购'
then
cl_id
end
)
as
`机构的其他美购点击uv`
,
count
(
distinct
case
when
type
=
'推荐美购'
then
cl_id
end
)
as
`推荐美购点击uv`
,
count
(
distinct
case
when
type
=
'收藏'
then
cl_id
end
)
as
`收藏点击uv`
,
count
(
distinct
case
when
type
=
'右上角购物车'
then
cl_id
end
)
as
`右上角购物车点击uv`
,
count
(
distinct
case
when
type
=
'医生主页'
then
cl_id
end
)
as
`医生主页点击uv`
,
count
(
distinct
case
when
type
=
'分享'
then
cl_id
end
)
as
`分享点击uv`
,
count
(
distinct
case
when
type
=
'机构导航'
then
cl_id
end
)
as
`机构导航点击uv`
FROM
(
...
...
pm/meigou_detail_page/report/meigou_detail_page_source_uv.sql
View file @
1715d860
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