embulk-parser-twitter_ads_stats 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b01ca4d919c7b6a4b43fd5becbd2b2606a522a68
4
- data.tar.gz: 3b013591fcb20ca7a2b3a0dd1bf45ce4e6687a0d
3
+ metadata.gz: 93219dadb40ae3f94d32c5eddad58f1a8b4d94b6
4
+ data.tar.gz: 5a204dfced19354a50327532c32aef666f0533dc
5
5
  SHA512:
6
- metadata.gz: 00d138b86ec59902fc4cf150807af1343732d04541a6fe18d1915d8453226a37e21ee6f745e5ddd4df0384b8ab7f27151e486b00c5c437b0747f1551cd30bc58
7
- data.tar.gz: 936209667f89677725f4d7b19c7efb86b7b4cf70ba57239b0abaee4cb3b7ad762ccb3fe4e210407744ea0c720289d061bc3b44ef447b079240d4de7a505422ad
6
+ metadata.gz: cc52f765282f057a53ea9c89a323c1614b8c4b96adffde596eb910a329bad316fa8f67c8462edbdc37ab0579b47c43d9c20d81bce70a849c1afc1f72f6284629
7
+ data.tar.gz: a478b63c6530108db5a57a2c718a716189b17ef79b285b7239877b5a7d94b0d49641676dd8633cd661319168704f16d7d759191c193ff1706aa8e11465bda217
data/build.gradle CHANGED
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.2"
16
+ version = "0.1.3"
17
17
 
18
18
  sourceCompatibility = 1.7
19
19
  targetCompatibility = 1.7
@@ -122,7 +122,17 @@ package object twitter_ads_stats {
122
122
  "mobile_conversion_key_page_views.post_engagement",
123
123
  "mobile_conversion_key_page_views.assisted",
124
124
  "mobile_conversion_key_page_views.order_quantity.order_quantity",
125
- "mobile_conversion_key_page_views.sale_amount"
125
+ "mobile_conversion_key_page_views.sale_amount",
126
+ "mobile_conversion_purchases_post_view",
127
+ "mobile_conversion_purchases_order_quantity",
128
+ "mobile_conversion_purchases_assisted",
129
+ "mobile_conversion_purchases_post_engagement",
130
+ "mobile_conversion_purchases_sale_amount",
131
+ "mobile_conversion_downloads_post_view",
132
+ "mobile_conversion_downloads_order_quantity",
133
+ "mobile_conversion_downloads_assisted",
134
+ "mobile_conversion_downloads_post_engagement",
135
+ "mobile_conversion_downloads_sale_amount"
126
136
  ),
127
137
  "video" -> Seq(
128
138
  "video_total_views",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-parser-twitter_ads_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kimutyam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-30 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ files:
87
87
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/RootJsonSpec.scala
88
88
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/RootSpec.scala
89
89
  - src/test/scala/org/embulk/parser/twitter_ads_stats/define/StatsDateTimeSpec.scala
90
- - classpath/embulk-parser-twitter_ads_stats-0.1.2.jar
90
+ - classpath/embulk-parser-twitter_ads_stats-0.1.3.jar
91
91
  - classpath/scala-library-2.12.3.jar
92
92
  - classpath/spray-json_2.12-1.3.3.jar
93
93
  homepage: https://github.com/septeni-original/embulk-parser-twitter_ads_stats