blurb 0.4.4 → 0.4.5

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
  SHA256:
3
- metadata.gz: 208217ad096230ae4cb116feb1efe8d4a0f8c9e517375ae0f6ab1a115590ab7c
4
- data.tar.gz: 4c96990aaf4c712f7b8bfd296b02d83676cafe9559062e04cd5fef03a8cc6213
3
+ metadata.gz: 588b9178b03f02ae40710ddeb027d3571f572ade1d00c140b5b88a816e06d07a
4
+ data.tar.gz: 8def252bb2a2881ab173c760f43c2ac1e45317daf35b79b36d5503555048704b
5
5
  SHA512:
6
- metadata.gz: 57ffa4d5db76fb62a6c0c1ce15dd74ba9d7fd88f9a2a1b307994e993934806c78c7fdc337d414fae79726b3ca200e44a163b085d5065f38f2c94c519099dd646
7
- data.tar.gz: 43464648f13a853d55e9de629d6931c68cff1016b9caa85a60df5515cd22aa56f780afede01a6e69fb8736215900af1d93d8554e3ff705f67433a9408fc6f7a5
6
+ metadata.gz: 6d734a19221bd8f4a6e50872b28d07a82dfa172b585ea40d36c7d1ac57a582d4871dc7e5b9c3f94d6c89993e21075448fdbba444224c2d5e562a582c6d087315
7
+ data.tar.gz: c7cb4fc78cf1fad8f734a0239d81f55d3b10413b684c1a16d0c724814b85effcfd91b694cb797418772305ff6db644e4d83451bbd50332765b0ceafd2b50b7c1
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "blurb"
7
- spec.version = "0.4.4"
7
+ spec.version = "0.4.5"
8
8
  spec.authors = ["dlbunker", "eamigo13"]
9
9
  spec.email = ["evan@pattern.com"]
10
10
 
@@ -82,10 +82,7 @@ class Blurb
82
82
  ] if record_type == :keywords
83
83
  elsif @campaign_type == CAMPAIGN_TYPE_CODES[:sp]
84
84
  return [
85
- "campaignName",
86
85
  "campaignId",
87
- "campaignStatus",
88
- "campaignBudget",
89
86
  "impressions",
90
87
  "clicks",
91
88
  "cost",
@@ -111,9 +108,7 @@ class Blurb
111
108
  "attributedSales30dSameSKU"
112
109
  ] if record_type == :campaigns
113
110
  return [
114
- "campaignName",
115
111
  "campaignId",
116
- "adGroupName",
117
112
  "adGroupId",
118
113
  "impressions",
119
114
  "clicks",
@@ -140,11 +135,8 @@ class Blurb
140
135
  "attributedSales30dSameSKU"
141
136
  ] if record_type == :ad_groups
142
137
  return [
143
- "campaignName",
144
138
  "campaignId",
145
139
  "keywordId",
146
- "keywordText",
147
- "matchType",
148
140
  "impressions",
149
141
  "clicks",
150
142
  "cost",
@@ -170,16 +162,11 @@ class Blurb
170
162
  "attributedSales30dSameSKU"
171
163
  ] if record_type == :keywords
172
164
  return [
173
- "campaignName",
174
165
  "campaignId",
175
- "adGroupName",
176
166
  "adGroupId",
177
167
  "impressions",
178
168
  "clicks",
179
169
  "cost",
180
- "currency",
181
- "asin",
182
- "sku",
183
170
  "attributedConversions1d",
184
171
  "attributedConversions7d",
185
172
  "attributedConversions14d",
@@ -202,12 +189,8 @@ class Blurb
202
189
  "attributedSales30dSameSKU"
203
190
  ] if record_type == :product_ads
204
191
  return [
205
- "campaignName",
206
192
  "campaignId",
207
193
  "targetId",
208
- "targetingExpression",
209
- "targetingText",
210
- "targetingType",
211
194
  "impressions",
212
195
  "clicks",
213
196
  "cost",
@@ -233,16 +216,11 @@ class Blurb
233
216
  "attributedSales30dSameSKU"
234
217
  ] if record_type == :targets
235
218
  return [
236
- "campaignName",
237
219
  "campaignId",
238
- "adGroupName",
239
220
  "adGroupId",
240
221
  "impressions",
241
222
  "clicks",
242
223
  "cost",
243
- "currency",
244
- "asin",
245
- "sku",
246
224
  "attributedConversions1d",
247
225
  "attributedConversions7d",
248
226
  "attributedConversions14d",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blurb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - dlbunker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-10-16 00:00:00.000000000 Z
12
+ date: 2019-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler