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
357c8438
Commit
357c8438
authored
Sep 29, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push codes
parent
e2d571b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
daily_operation.sql
pm/daily_operation/etl/daily_operation.sql
+4
-4
No files found.
pm/daily_operation/etl/daily_operation.sql
View file @
357c8438
...
@@ -512,8 +512,8 @@ LEFT JOIN
...
@@ -512,8 +512,8 @@ LEFT JOIN
AND
page_code
=
'home'
AND
page_code
=
'home'
AND
is_exposure
=
'1'
AND
is_exposure
=
'1'
AND
tab_code
=
'精选'
AND
tab_code
=
'精选'
AND
(
transaction_type
in
(
'-1'
,
'smr'
,
'hotspot'
,
'pgc'
,
'newdata'
,
'hotspot_feed'
,
'aistragegy'
,
'excestragegy'
,
'fixedstragegy'
,
'fixedstragegy_video'
,
'deeplink_strategy'
)
AND
(
transaction_type
in
(
'-1'
,
'smr'
,
'hotspot'
,
'pgc'
,
'newdata'
,
'hotspot_feed'
,
'aistragegy'
,
'excestragegy'
,
'fixedstragegy'
,
'fixedstragegy_video'
)
or
transaction_type
like
'%ctr'
or
transaction_type
like
'%cvr'
)
or
transaction_type
like
'%ctr'
or
transaction_type
like
'%cvr'
or
transaction_type
like
'%deeplink%'
)
AND
action
in
(
'page_precise_exposure'
,
'home_choiceness_card_exposure'
)
--7745版本action改为page_precise_exposure
AND
action
in
(
'page_precise_exposure'
,
'home_choiceness_card_exposure'
)
--7745版本action改为page_precise_exposure
AND
card_content_type
in
(
'user_post'
,
'diary'
,
'qa'
,
'answer'
)
AND
card_content_type
in
(
'user_post'
,
'diary'
,
'qa'
,
'answer'
)
)
t1
)
t1
...
@@ -592,8 +592,8 @@ LEFT JOIN
...
@@ -592,8 +592,8 @@ LEFT JOIN
AND
action
=
'on_click_card'
AND
action
=
'on_click_card'
AND
page_code
=
'home'
AND
page_code
=
'home'
AND
tab_code
=
'精选'
AND
tab_code
=
'精选'
AND
(
transaction_type
in
(
'-1'
,
'smr'
,
'hotspot'
,
'pgc'
,
'newdata'
,
'hotspot_feed'
,
'aistragegy'
,
'excestragegy'
,
'fixedstragegy'
,
'fixedstragegy_video'
,
'deeplink_strategy'
)
AND
(
transaction_type
in
(
'-1'
,
'smr'
,
'hotspot'
,
'pgc'
,
'newdata'
,
'hotspot_feed'
,
'aistragegy'
,
'excestragegy'
,
'fixedstragegy'
,
'fixedstragegy_video'
)
or
transaction_type
like
'%ctr'
or
transaction_type
like
'%cvr'
)
or
transaction_type
like
'%ctr'
or
transaction_type
like
'%cvr'
or
transaction_type
like
'%deeplink%'
)
AND
card_content_type
in
(
'diary'
,
'user_post'
,
'qa'
,
'answer'
)
AND
card_content_type
in
(
'diary'
,
'user_post'
,
'qa'
,
'answer'
)
)
t1
)
t1
on
mas
.
partition_date
=
t1
.
partition_date
on
mas
.
partition_date
=
t1
.
partition_date
...
...
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