Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mobvista-dmp
Project
Overview
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
王金锋
mobvista-dmp
Commits
361e9bab
Commit
361e9bab
authored
Dec 28, 2021
by
WangJinfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix reyun tracking_log
parent
a3f58be6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Constant.scala
src/main/scala/mobvista/dmp/output/reyun/Constant.scala
+4
-3
No files found.
src/main/scala/mobvista/dmp/output/reyun/Constant.scala
View file @
361e9bab
...
...
@@ -12,7 +12,7 @@ object Constant {
"""
|SELECT created, app_id, creative_id, platform, os_version, device_brand, device_model, country_code, network_type, ip, imei,
| mac, dev_id, idfa, ext_packagename, ext_finalpackagename, ext_channel, ext_oaid, ext_advinstalltime, ext_eventtime,
| ext_campaignpackagename, ext_deviceid
| ext_campaignpackagename, ext_deviceid
, ext_exchange exchange
| FROM dwh.ods_adn_trackingnew_impression
| WHERE yyyy = '@year' and mm = '@month' and dd = '@day' AND UPPER(country_code) = 'CN'
|"""
.
stripMargin
...
...
@@ -20,7 +20,8 @@ object Constant {
val
tracking_install
=
"""
|SELECT created, app_id, advertiser_id, creative_id, platform, os_version, device_brand, device_model, country_code, network_type,
| ip, imei, mac, dev_id, idfa, ext_campaignpackagename, ext_finalpackagename, ext_advinstalltime, ext_oaid, ext_eventtime, ext_deviceid
| ip, imei, mac, dev_id, idfa, ext_campaignpackagename, ext_finalpackagename, ext_advinstalltime, ext_oaid, ext_eventtime,
| ext_deviceid, ext_exchange exchange
| FROM dwh.ods_adn_trackingnew_install
| WHERE yyyy = '@year' and mm = '@month' and dd = '@day'
|"""
.
stripMargin
...
...
@@ -29,7 +30,7 @@ object Constant {
"""
|SELECT created, app_id, creative_id, platform, os_version, device_brand, device_model, country_code, network_type, ip, imei,
| mac, dev_id, idfa, ext_packagename, ext_finalpackagename, ext_channel, ext_oaid, ext_advinstalltime, ext_eventtime,
| ext_campaignpackagename, ext_deviceid
| ext_campaignpackagename, ext_deviceid
, ext_exchange exchange
| FROM dwh.ods_adn_trackingnew_click
| WHERE yyyy = '@year' and mm = '@month' and dd = '@day'
|"""
.
stripMargin
...
...
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