embulk-input-lkqd 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91f22f40f5c5355374294c52225ffbe6904f143f
4
- data.tar.gz: 402ee7368dd9ab9c616bb0b9640c15799020e0fa
3
+ metadata.gz: 49509853db610fef7a5568f4c42fbc17f049a542
4
+ data.tar.gz: 3d4ecb0f053acd0f83b2a457841afda8d0b4257a
5
5
  SHA512:
6
- metadata.gz: daca45292d2111a5eea6d18e740d7a6d840197fff424b90387e3439c26309b80b50a8cfce856ef27af1d4909b90b261434fd96994d5d08cef8e541ac87fa3bb0
7
- data.tar.gz: dfe3bd60522da1da9ca19896cc04927cea719322115544e166b6b7f1d87656aa377653f2a58ff13b59b4b056b536d27cd81ed0af1874d4d20369221569d715d6
6
+ metadata.gz: 3d6c7f66ae0bfd4b544893790a36cb53389d22303defa06492c0bd3942d4011dbe9bc7f36ccd8fb4faba178f04394437099e423af4af6b701415904b2d7162f3
7
+ data.tar.gz: 6fe7d73a0e4b82d91d645192f186255f8125ab0d474a5db5ea6ad794572ef98753fbe436556a398fd6e4ea728c65ae44fa29c2aea2cfb874c52a87f929695fe0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "embulk-input-lkqd"
3
- spec.version = "0.3.0"
3
+ spec.version = "0.4.0"
4
4
  spec.authors = ["Ming Liu"]
5
5
  spec.summary = "LKQD input plugin for Embulk"
6
6
  spec.description = "Loads reporting data from LKQD API."
@@ -136,6 +136,7 @@ module Embulk
136
136
  'Profit Margin' => { 'type' => 'double' },
137
137
  'Clicks' => { 'type' => 'long' },
138
138
  'CTR' => { 'type' => 'double' },
139
+ 'Ad Starts' => { 'type' => 'long' },
139
140
  '25% Views' => { 'type' => 'long' },
140
141
  '50% Views' => { 'type' => 'long' },
141
142
  '75% Views' => { 'type' => 'long' },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-lkqd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ming Liu