blurb 0.4.4 → 0.4.5
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 +4 -4
- data/blurb.gemspec +1 -1
- data/lib/blurb/report_requests.rb +0 -22
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 588b9178b03f02ae40710ddeb027d3571f572ade1d00c140b5b88a816e06d07a
|
|
4
|
+
data.tar.gz: 8def252bb2a2881ab173c760f43c2ac1e45317daf35b79b36d5503555048704b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d734a19221bd8f4a6e50872b28d07a82dfa172b585ea40d36c7d1ac57a582d4871dc7e5b9c3f94d6c89993e21075448fdbba444224c2d5e562a582c6d087315
|
|
7
|
+
data.tar.gz: c7cb4fc78cf1fad8f734a0239d81f55d3b10413b684c1a16d0c724814b85effcfd91b694cb797418772305ff6db644e4d83451bbd50332765b0ceafd2b50b7c1
|
data/blurb.gemspec
CHANGED
|
@@ -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
|
+
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-
|
|
12
|
+
date: 2019-10-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|