1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
package mobvista.dmp.clickhouse.adn_report
/**
* @package: mobvista.dmp.clickhouse.adn_report
* @author: wangjf
* @date: 2020/2/19
* @time: 6:01 下午
* @email: jinfeng.wang@mobvista.com
* @phone: 152-1062-7698
*/
case class SSCreativeReportHour(
date: Int,
timestamp: Int,
timestamp2: Int,
conversion_time: Int,
country_code: String,
adv_offer_id: Int,
adv_user_id: Int,
package_name: String,
sub_id: String,
ad_type: String,
creative_id: Int,
endcard_id: Int,
endcard_type: Int,
endcard_group: Int,
adv_install: Int,
adv_original_money: Double,
adv_click: Int,
adv_impression: Int,
app_id: Int,
scenario: String,
publisher_id: Int,
creative_from: String,
creative_name: String,
phour: String,
ptype: String
) extends java.io.Serializable
case class AdxReportHour(date: Int,
timestamp: Int,
timestamp2: Int) extends java.io.Serializable