soapy_bing 0.2.0 → 0.3.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.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/lib/soapy_bing/ads/bulk/campaigns.rb +61 -0
  4. data/lib/soapy_bing/ads/bulk/parsers/csv_parser.rb +35 -0
  5. data/lib/soapy_bing/ads/bulk/parsers.rb +2 -0
  6. data/lib/soapy_bing/ads/bulk.rb +3 -0
  7. data/lib/soapy_bing/ads/reports/base.rb +1 -19
  8. data/lib/soapy_bing/ads.rb +9 -0
  9. data/lib/soapy_bing/helpers/zip_downloader.rb +26 -0
  10. data/lib/soapy_bing/helpers.rb +1 -1
  11. data/lib/soapy_bing/soap/request/download_campaigns_by_account_ids_request.rb +17 -0
  12. data/lib/soapy_bing/soap/request/get_bulk_download_status_request.rb +17 -0
  13. data/lib/soapy_bing/soap/request.rb +2 -0
  14. data/lib/soapy_bing/soap/response/download_campaigns_by_account_ids_response.rb +12 -0
  15. data/lib/soapy_bing/soap/response/get_accounts_info_response.rb +1 -1
  16. data/lib/soapy_bing/soap/response/get_ad_groups_by_campaign_id_response.rb +1 -1
  17. data/lib/soapy_bing/soap/response/get_ads_by_ad_group_id_response.rb +1 -1
  18. data/lib/soapy_bing/soap/response/get_bulk_download_status_response.rb +12 -0
  19. data/lib/soapy_bing/soap/response/get_targets_by_campaign_ids_response.rb +1 -1
  20. data/lib/soapy_bing/soap/response/payload.rb +13 -1
  21. data/lib/soapy_bing/soap/response/report_status.rb +1 -1
  22. data/lib/soapy_bing/soap/response/submit_generate_report_response.rb +1 -1
  23. data/lib/soapy_bing/soap/response.rb +2 -0
  24. data/lib/soapy_bing/soap/template_renderer.rb +1 -1
  25. data/lib/soapy_bing/soap/templates/download_campaigns_by_account_ids.xml.erb +22 -0
  26. data/lib/soapy_bing/soap/templates/{get_accounts_info.erb.xml → get_accounts_info.xml.erb} +0 -0
  27. data/lib/soapy_bing/soap/templates/{get_ad_groups_by_campaign_id.erb.xml → get_ad_groups_by_campaign_id.xml.erb} +0 -0
  28. data/lib/soapy_bing/soap/templates/{get_ads_by_ad_group_id.erb.xml → get_ads_by_ad_group_id.xml.erb} +0 -0
  29. data/lib/soapy_bing/soap/templates/get_bulk_download_status.xml.erb +15 -0
  30. data/lib/soapy_bing/soap/templates/{get_targets_by_campaign_ids.erb.xml → get_targets_by_campaign_ids.xml.erb} +0 -0
  31. data/lib/soapy_bing/soap/templates/{poll_generate_report.erb.xml → poll_generate_report.xml.erb} +0 -0
  32. data/lib/soapy_bing/soap/templates/{submit_generate_report.erb.xml → submit_generate_report.xml.erb} +0 -0
  33. data/lib/soapy_bing/version.rb +1 -1
  34. data/spec/fixtures/bulk/campaigns.csv +8 -0
  35. data/spec/fixtures/bulk/campaigns.json +1108 -0
  36. data/spec/fixtures/helpers/hello.zip +0 -0
  37. data/spec/fixtures/soap_templates/{simple.erb.xml → simple.xml.erb} +0 -0
  38. data/spec/fixtures/vcr_cassettes/SoapyBing_Ads_Bulk_Campaigns/_result_file_url/returns_result_file_url.yml +216 -0
  39. data/spec/integration/soapy_bing/ads/bulk/campaigns_spec.rb +35 -0
  40. data/spec/soapy_bing/ads/bulk/parsers/csv_parser_spec.rb +22 -0
  41. data/spec/soapy_bing/helpers/zip_downloader_spec.rb +16 -0
  42. data/spec/soapy_bing/soap/response/payload_spec.rb +26 -4
  43. data/spec/soapy_bing/soap/template_renderer_spec.rb +2 -2
  44. metadata +35 -13
  45. data/lib/soapy_bing/helpers/ssl_version.rb +0 -18
  46. data/spec/soapy_bing/helpers/ssl_version_spec.rb +0 -26
@@ -0,0 +1,1108 @@
1
+ [
2
+ {
3
+ "Type": "Format Version",
4
+ "Status": null,
5
+ "Id": null,
6
+ "Parent Id": null,
7
+ "Sub Type": null,
8
+ "Campaign": null,
9
+ "Ad Group": null,
10
+ "Website": null,
11
+ "Sync Time": null,
12
+ "Client Id": null,
13
+ "Modified Time": null,
14
+ "Tracking Template": null,
15
+ "Custom Parameter": null,
16
+ "Final Url": null,
17
+ "Mobile Final Url": null,
18
+ "Time Zone": null,
19
+ "Budget Id": null,
20
+ "Budget Name": null,
21
+ "Budget": null,
22
+ "Budget Type": null,
23
+ "Bid Strategy Type": null,
24
+ "KeywordVariantMatchEnabled": null,
25
+ "Campaign Type": null,
26
+ "Priority": null,
27
+ "Start Date": null,
28
+ "End Date": null,
29
+ "Network Distribution": null,
30
+ "Pricing Model": null,
31
+ "Ad Rotation": null,
32
+ "Search Network": null,
33
+ "Search Bid": null,
34
+ "Content Network": null,
35
+ "Content Bid": null,
36
+ "Language": null,
37
+ "Title": null,
38
+ "Text": null,
39
+ "Display Url": null,
40
+ "Destination Url": null,
41
+ "Business Name": null,
42
+ "Phone Number": null,
43
+ "Promotion": null,
44
+ "Editorial Status": null,
45
+ "Editorial Location": null,
46
+ "Editorial Term": null,
47
+ "Editorial Reason Code": null,
48
+ "Editorial Appeal Status": null,
49
+ "Device Preference": null,
50
+ "Ad Format Preference": null,
51
+ "Title Part 1": null,
52
+ "Title Part 2": null,
53
+ "Path 1": null,
54
+ "Path 2": null,
55
+ "Keyword": null,
56
+ "Match Type": null,
57
+ "Bid": null,
58
+ "Param1": null,
59
+ "Param2": null,
60
+ "Param3": null,
61
+ "Target": null,
62
+ "Physical Intent": null,
63
+ "Bid Adjustment": null,
64
+ "Radius Target Id": null,
65
+ "Name": "4.0",
66
+ "OS Names": null,
67
+ "Radius": null,
68
+ "Unit": null,
69
+ "Business Id": null,
70
+ "From Hour": null,
71
+ "From Minute": null,
72
+ "To Hour": null,
73
+ "To Minute": null,
74
+ "Version": null,
75
+ "Ad Schedule": null,
76
+ "Use Searcher Time Zone": null,
77
+ "Sitelink Extension Order": null,
78
+ "Sitelink Extension Link Text": null,
79
+ "Sitelink Extension Destination Url": null,
80
+ "Sitelink Extension Description1": null,
81
+ "Sitelink Extension Description2": null,
82
+ "Geo Code Status": null,
83
+ "Map Icon": null,
84
+ "Business Icon": null,
85
+ "Address Line 1": null,
86
+ "Address Line 2": null,
87
+ "Postal Code": null,
88
+ "City": null,
89
+ "State Or Province Code": null,
90
+ "Province Name": null,
91
+ "Latitude": null,
92
+ "Longitude": null,
93
+ "Country Code": null,
94
+ "Call Only": null,
95
+ "Call Tracking Enabled": null,
96
+ "Toll Free": null,
97
+ "Alternative Text": null,
98
+ "Media Ids": null,
99
+ "Publisher Countries": null,
100
+ "Store Id": null,
101
+ "Product Condition 1": null,
102
+ "Product Value 1": null,
103
+ "Product Condition 2": null,
104
+ "Product Value 2": null,
105
+ "Product Condition 3": null,
106
+ "Product Value 3": null,
107
+ "Product Condition 4": null,
108
+ "Product Value 4": null,
109
+ "Product Condition 5": null,
110
+ "Product Value 5": null,
111
+ "Product Condition 6": null,
112
+ "Product Value 6": null,
113
+ "Product Condition 7": null,
114
+ "Product Value 7": null,
115
+ "Callout Text": null,
116
+ "Action Text": null,
117
+ "Action Link Url": null,
118
+ "Is Exact": null,
119
+ "Source": null,
120
+ "Url": null,
121
+ "Structured Snippet Header": null,
122
+ "Structured Snippet Values": null,
123
+ "Spend": null,
124
+ "Impressions": null,
125
+ "Clicks": null,
126
+ "CTR": null,
127
+ "Avg CPC": null,
128
+ "Avg CPM": null,
129
+ "Avg position": null,
130
+ "Conversions": null,
131
+ "CPA": null,
132
+ "Quality Score": null,
133
+ "Keyword Relevance": null,
134
+ "Landing Page Relevance": null,
135
+ "Landing Page User Experience": null,
136
+ "App Platform": null,
137
+ "App Id": null,
138
+ "Tracking Enabled": null,
139
+ "App Status": null,
140
+ "Error": null,
141
+ "Error Number": null,
142
+ "Field Path": null,
143
+ "Is Excluded": null,
144
+ "Parent Criterion Id": null,
145
+ "Remarketing List": null,
146
+ "Remarketing List Id": null,
147
+ "Scope": null,
148
+ "Membership Duration": null,
149
+ "UET Tag Id": null,
150
+ "Description": null,
151
+ "Remarketing Targeting Setting": null,
152
+ "Domain Language": null,
153
+ "Dynamic Ad Target Condition 1": null,
154
+ "Dynamic Ad Target Condition 2": null,
155
+ "Dynamic Ad Target Condition 3": null,
156
+ "Dynamic Ad Target Value 1": null,
157
+ "Dynamic Ad Target Value 2": null,
158
+ "Dynamic Ad Target Value 3": null
159
+ },
160
+ {
161
+ "Type": "Account",
162
+ "Status": null,
163
+ "Id": "2000001",
164
+ "Parent Id": "9000001",
165
+ "Sub Type": null,
166
+ "Campaign": null,
167
+ "Ad Group": null,
168
+ "Website": null,
169
+ "Sync Time": "09/09/2016 14:28:40",
170
+ "Client Id": null,
171
+ "Modified Time": null,
172
+ "Tracking Template": null,
173
+ "Custom Parameter": null,
174
+ "Final Url": null,
175
+ "Mobile Final Url": null,
176
+ "Time Zone": null,
177
+ "Budget Id": null,
178
+ "Budget Name": null,
179
+ "Budget": null,
180
+ "Budget Type": null,
181
+ "Bid Strategy Type": null,
182
+ "KeywordVariantMatchEnabled": null,
183
+ "Campaign Type": null,
184
+ "Priority": null,
185
+ "Start Date": null,
186
+ "End Date": null,
187
+ "Network Distribution": null,
188
+ "Pricing Model": null,
189
+ "Ad Rotation": null,
190
+ "Search Network": null,
191
+ "Search Bid": null,
192
+ "Content Network": null,
193
+ "Content Bid": null,
194
+ "Language": null,
195
+ "Title": null,
196
+ "Text": null,
197
+ "Display Url": null,
198
+ "Destination Url": null,
199
+ "Business Name": null,
200
+ "Phone Number": null,
201
+ "Promotion": null,
202
+ "Editorial Status": null,
203
+ "Editorial Location": null,
204
+ "Editorial Term": null,
205
+ "Editorial Reason Code": null,
206
+ "Editorial Appeal Status": null,
207
+ "Device Preference": null,
208
+ "Ad Format Preference": null,
209
+ "Title Part 1": null,
210
+ "Title Part 2": null,
211
+ "Path 1": null,
212
+ "Path 2": null,
213
+ "Keyword": null,
214
+ "Match Type": null,
215
+ "Bid": null,
216
+ "Param1": null,
217
+ "Param2": null,
218
+ "Param3": null,
219
+ "Target": null,
220
+ "Physical Intent": null,
221
+ "Bid Adjustment": null,
222
+ "Radius Target Id": null,
223
+ "Name": null,
224
+ "OS Names": null,
225
+ "Radius": null,
226
+ "Unit": null,
227
+ "Business Id": null,
228
+ "From Hour": null,
229
+ "From Minute": null,
230
+ "To Hour": null,
231
+ "To Minute": null,
232
+ "Version": null,
233
+ "Ad Schedule": null,
234
+ "Use Searcher Time Zone": null,
235
+ "Sitelink Extension Order": null,
236
+ "Sitelink Extension Link Text": null,
237
+ "Sitelink Extension Destination Url": null,
238
+ "Sitelink Extension Description1": null,
239
+ "Sitelink Extension Description2": null,
240
+ "Geo Code Status": null,
241
+ "Map Icon": null,
242
+ "Business Icon": null,
243
+ "Address Line 1": null,
244
+ "Address Line 2": null,
245
+ "Postal Code": null,
246
+ "City": null,
247
+ "State Or Province Code": null,
248
+ "Province Name": null,
249
+ "Latitude": null,
250
+ "Longitude": null,
251
+ "Country Code": null,
252
+ "Call Only": null,
253
+ "Call Tracking Enabled": null,
254
+ "Toll Free": null,
255
+ "Alternative Text": null,
256
+ "Media Ids": null,
257
+ "Publisher Countries": null,
258
+ "Store Id": null,
259
+ "Product Condition 1": null,
260
+ "Product Value 1": null,
261
+ "Product Condition 2": null,
262
+ "Product Value 2": null,
263
+ "Product Condition 3": null,
264
+ "Product Value 3": null,
265
+ "Product Condition 4": null,
266
+ "Product Value 4": null,
267
+ "Product Condition 5": null,
268
+ "Product Value 5": null,
269
+ "Product Condition 6": null,
270
+ "Product Value 6": null,
271
+ "Product Condition 7": null,
272
+ "Product Value 7": null,
273
+ "Callout Text": null,
274
+ "Action Text": null,
275
+ "Action Link Url": null,
276
+ "Is Exact": null,
277
+ "Source": null,
278
+ "Url": null,
279
+ "Structured Snippet Header": null,
280
+ "Structured Snippet Values": null,
281
+ "Spend": null,
282
+ "Impressions": null,
283
+ "Clicks": null,
284
+ "CTR": null,
285
+ "Avg CPC": null,
286
+ "Avg CPM": null,
287
+ "Avg position": null,
288
+ "Conversions": null,
289
+ "CPA": null,
290
+ "Quality Score": null,
291
+ "Keyword Relevance": null,
292
+ "Landing Page Relevance": null,
293
+ "Landing Page User Experience": null,
294
+ "App Platform": null,
295
+ "App Id": null,
296
+ "Tracking Enabled": null,
297
+ "App Status": null,
298
+ "Error": null,
299
+ "Error Number": null,
300
+ "Field Path": null,
301
+ "Is Excluded": null,
302
+ "Parent Criterion Id": null,
303
+ "Remarketing List": null,
304
+ "Remarketing List Id": null,
305
+ "Scope": null,
306
+ "Membership Duration": null,
307
+ "UET Tag Id": null,
308
+ "Description": null,
309
+ "Remarketing Targeting Setting": null,
310
+ "Domain Language": null,
311
+ "Dynamic Ad Target Condition 1": null,
312
+ "Dynamic Ad Target Condition 2": null,
313
+ "Dynamic Ad Target Condition 3": null,
314
+ "Dynamic Ad Target Value 1": null,
315
+ "Dynamic Ad Target Value 2": null,
316
+ "Dynamic Ad Target Value 3": null
317
+ },
318
+ {
319
+ "Type": "Text Ad",
320
+ "Status": "Active",
321
+ "Id": "4000000075",
322
+ "Parent Id": "1900000096",
323
+ "Sub Type": null,
324
+ "Campaign": "saga_FR_exact",
325
+ "Ad Group": "lost saga",
326
+ "Website": null,
327
+ "Sync Time": null,
328
+ "Client Id": null,
329
+ "Modified Time": "12/13/2014 16:32:34.413",
330
+ "Tracking Template": null,
331
+ "Custom Parameter": null,
332
+ "Final Url": null,
333
+ "Mobile Final Url": null,
334
+ "Time Zone": null,
335
+ "Budget Id": null,
336
+ "Budget Name": null,
337
+ "Budget": null,
338
+ "Budget Type": null,
339
+ "Bid Strategy Type": null,
340
+ "KeywordVariantMatchEnabled": null,
341
+ "Campaign Type": null,
342
+ "Priority": null,
343
+ "Start Date": null,
344
+ "End Date": null,
345
+ "Network Distribution": null,
346
+ "Pricing Model": null,
347
+ "Ad Rotation": null,
348
+ "Search Network": null,
349
+ "Search Bid": null,
350
+ "Content Network": null,
351
+ "Content Bid": null,
352
+ "Language": null,
353
+ "Title": "Joue á Lost Saga",
354
+ "Text": "MMO de combat gratuit. Inscris-toi et joue gratuitement !",
355
+ "Display Url": "saga.nexoneu.com",
356
+ "Destination Url": "t.ad2games.com/k?w=59594_240806755&p=27871&c5=direct&c6=saga_FR_exact&c7=MV&c8=SEM_bing&ex=12007",
357
+ "Business Name": null,
358
+ "Phone Number": null,
359
+ "Promotion": null,
360
+ "Editorial Status": "Active",
361
+ "Editorial Location": null,
362
+ "Editorial Term": null,
363
+ "Editorial Reason Code": null,
364
+ "Editorial Appeal Status": null,
365
+ "Device Preference": "All",
366
+ "Ad Format Preference": "All",
367
+ "Title Part 1": null,
368
+ "Title Part 2": null,
369
+ "Path 1": null,
370
+ "Path 2": null,
371
+ "Keyword": null,
372
+ "Match Type": null,
373
+ "Bid": null,
374
+ "Param1": null,
375
+ "Param2": null,
376
+ "Param3": null,
377
+ "Target": null,
378
+ "Physical Intent": null,
379
+ "Bid Adjustment": null,
380
+ "Radius Target Id": null,
381
+ "Name": null,
382
+ "OS Names": null,
383
+ "Radius": null,
384
+ "Unit": null,
385
+ "Business Id": null,
386
+ "From Hour": null,
387
+ "From Minute": null,
388
+ "To Hour": null,
389
+ "To Minute": null,
390
+ "Version": null,
391
+ "Ad Schedule": null,
392
+ "Use Searcher Time Zone": null,
393
+ "Sitelink Extension Order": null,
394
+ "Sitelink Extension Link Text": null,
395
+ "Sitelink Extension Destination Url": null,
396
+ "Sitelink Extension Description1": null,
397
+ "Sitelink Extension Description2": null,
398
+ "Geo Code Status": null,
399
+ "Map Icon": null,
400
+ "Business Icon": null,
401
+ "Address Line 1": null,
402
+ "Address Line 2": null,
403
+ "Postal Code": null,
404
+ "City": null,
405
+ "State Or Province Code": null,
406
+ "Province Name": null,
407
+ "Latitude": null,
408
+ "Longitude": null,
409
+ "Country Code": null,
410
+ "Call Only": null,
411
+ "Call Tracking Enabled": null,
412
+ "Toll Free": null,
413
+ "Alternative Text": null,
414
+ "Media Ids": null,
415
+ "Publisher Countries": null,
416
+ "Store Id": null,
417
+ "Product Condition 1": null,
418
+ "Product Value 1": null,
419
+ "Product Condition 2": null,
420
+ "Product Value 2": null,
421
+ "Product Condition 3": null,
422
+ "Product Value 3": null,
423
+ "Product Condition 4": null,
424
+ "Product Value 4": null,
425
+ "Product Condition 5": null,
426
+ "Product Value 5": null,
427
+ "Product Condition 6": null,
428
+ "Product Value 6": null,
429
+ "Product Condition 7": null,
430
+ "Product Value 7": null,
431
+ "Callout Text": null,
432
+ "Action Text": null,
433
+ "Action Link Url": null,
434
+ "Is Exact": null,
435
+ "Source": null,
436
+ "Url": null,
437
+ "Structured Snippet Header": null,
438
+ "Structured Snippet Values": null,
439
+ "Spend": null,
440
+ "Impressions": null,
441
+ "Clicks": null,
442
+ "CTR": null,
443
+ "Avg CPC": null,
444
+ "Avg CPM": null,
445
+ "Avg position": null,
446
+ "Conversions": null,
447
+ "CPA": null,
448
+ "Quality Score": null,
449
+ "Keyword Relevance": null,
450
+ "Landing Page Relevance": null,
451
+ "Landing Page User Experience": null,
452
+ "App Platform": null,
453
+ "App Id": null,
454
+ "Tracking Enabled": null,
455
+ "App Status": null,
456
+ "Error": null,
457
+ "Error Number": null,
458
+ "Field Path": null,
459
+ "Is Excluded": null,
460
+ "Parent Criterion Id": null,
461
+ "Remarketing List": null,
462
+ "Remarketing List Id": null,
463
+ "Scope": null,
464
+ "Membership Duration": null,
465
+ "UET Tag Id": null,
466
+ "Description": null,
467
+ "Remarketing Targeting Setting": null,
468
+ "Domain Language": null,
469
+ "Dynamic Ad Target Condition 1": null,
470
+ "Dynamic Ad Target Condition 2": null,
471
+ "Dynamic Ad Target Condition 3": null,
472
+ "Dynamic Ad Target Value 1": null,
473
+ "Dynamic Ad Target Value 2": null,
474
+ "Dynamic Ad Target Value 3": null
475
+ },
476
+ {
477
+ "Type": "Text Ad",
478
+ "Status": "Paused",
479
+ "Id": "7000000082",
480
+ "Parent Id": "2800000068",
481
+ "Sub Type": null,
482
+ "Campaign": "B. BB_game_US_alpha",
483
+ "Ad Group": "1. Game Online",
484
+ "Website": null,
485
+ "Sync Time": null,
486
+ "Client Id": null,
487
+ "Modified Time": "02/25/2015 14:22:42.380",
488
+ "Tracking Template": null,
489
+ "Custom Parameter": null,
490
+ "Final Url": null,
491
+ "Mobile Final Url": null,
492
+ "Time Zone": null,
493
+ "Budget Id": null,
494
+ "Budget Name": null,
495
+ "Budget": null,
496
+ "Budget Type": null,
497
+ "Bid Strategy Type": null,
498
+ "KeywordVariantMatchEnabled": null,
499
+ "Campaign Type": null,
500
+ "Priority": null,
501
+ "Start Date": null,
502
+ "End Date": null,
503
+ "Network Distribution": null,
504
+ "Pricing Model": null,
505
+ "Ad Rotation": null,
506
+ "Search Network": null,
507
+ "Search Bid": null,
508
+ "Content Network": null,
509
+ "Content Bid": null,
510
+ "Language": null,
511
+ "Title": "Game Online MMORPG",
512
+ "Text": "Explore a vast, expanding universe. Register now and play for free!",
513
+ "Display Url": "example.com",
514
+ "Destination Url": "example.com/?E=Wu%2byxu8PC76sbG%2beMQchUHtUq0rOvXqJ&s1=game_US_alpha&s2={keyword}",
515
+ "Business Name": null,
516
+ "Phone Number": null,
517
+ "Promotion": null,
518
+ "Editorial Status": "Active",
519
+ "Editorial Location": null,
520
+ "Editorial Term": null,
521
+ "Editorial Reason Code": null,
522
+ "Editorial Appeal Status": null,
523
+ "Device Preference": "All",
524
+ "Ad Format Preference": "All",
525
+ "Title Part 1": null,
526
+ "Title Part 2": null,
527
+ "Path 1": null,
528
+ "Path 2": null,
529
+ "Keyword": null,
530
+ "Match Type": null,
531
+ "Bid": null,
532
+ "Param1": null,
533
+ "Param2": null,
534
+ "Param3": null,
535
+ "Target": null,
536
+ "Physical Intent": null,
537
+ "Bid Adjustment": null,
538
+ "Radius Target Id": null,
539
+ "Name": null,
540
+ "OS Names": null,
541
+ "Radius": null,
542
+ "Unit": null,
543
+ "Business Id": null,
544
+ "From Hour": null,
545
+ "From Minute": null,
546
+ "To Hour": null,
547
+ "To Minute": null,
548
+ "Version": null,
549
+ "Ad Schedule": null,
550
+ "Use Searcher Time Zone": null,
551
+ "Sitelink Extension Order": null,
552
+ "Sitelink Extension Link Text": null,
553
+ "Sitelink Extension Destination Url": null,
554
+ "Sitelink Extension Description1": null,
555
+ "Sitelink Extension Description2": null,
556
+ "Geo Code Status": null,
557
+ "Map Icon": null,
558
+ "Business Icon": null,
559
+ "Address Line 1": null,
560
+ "Address Line 2": null,
561
+ "Postal Code": null,
562
+ "City": null,
563
+ "State Or Province Code": null,
564
+ "Province Name": null,
565
+ "Latitude": null,
566
+ "Longitude": null,
567
+ "Country Code": null,
568
+ "Call Only": null,
569
+ "Call Tracking Enabled": null,
570
+ "Toll Free": null,
571
+ "Alternative Text": null,
572
+ "Media Ids": null,
573
+ "Publisher Countries": null,
574
+ "Store Id": null,
575
+ "Product Condition 1": null,
576
+ "Product Value 1": null,
577
+ "Product Condition 2": null,
578
+ "Product Value 2": null,
579
+ "Product Condition 3": null,
580
+ "Product Value 3": null,
581
+ "Product Condition 4": null,
582
+ "Product Value 4": null,
583
+ "Product Condition 5": null,
584
+ "Product Value 5": null,
585
+ "Product Condition 6": null,
586
+ "Product Value 6": null,
587
+ "Product Condition 7": null,
588
+ "Product Value 7": null,
589
+ "Callout Text": null,
590
+ "Action Text": null,
591
+ "Action Link Url": null,
592
+ "Is Exact": null,
593
+ "Source": null,
594
+ "Url": null,
595
+ "Structured Snippet Header": null,
596
+ "Structured Snippet Values": null,
597
+ "Spend": null,
598
+ "Impressions": null,
599
+ "Clicks": null,
600
+ "CTR": null,
601
+ "Avg CPC": null,
602
+ "Avg CPM": null,
603
+ "Avg position": null,
604
+ "Conversions": null,
605
+ "CPA": null,
606
+ "Quality Score": null,
607
+ "Keyword Relevance": null,
608
+ "Landing Page Relevance": null,
609
+ "Landing Page User Experience": null,
610
+ "App Platform": null,
611
+ "App Id": null,
612
+ "Tracking Enabled": null,
613
+ "App Status": null,
614
+ "Error": null,
615
+ "Error Number": null,
616
+ "Field Path": null,
617
+ "Is Excluded": null,
618
+ "Parent Criterion Id": null,
619
+ "Remarketing List": null,
620
+ "Remarketing List Id": null,
621
+ "Scope": null,
622
+ "Membership Duration": null,
623
+ "UET Tag Id": null,
624
+ "Description": null,
625
+ "Remarketing Targeting Setting": null,
626
+ "Domain Language": null,
627
+ "Dynamic Ad Target Condition 1": null,
628
+ "Dynamic Ad Target Condition 2": null,
629
+ "Dynamic Ad Target Condition 3": null,
630
+ "Dynamic Ad Target Value 1": null,
631
+ "Dynamic Ad Target Value 2": null,
632
+ "Dynamic Ad Target Value 3": null
633
+ },
634
+ {
635
+ "Type": "Text Ad",
636
+ "Status": "Paused",
637
+ "Id": "7000000083",
638
+ "Parent Id": "2800000068",
639
+ "Sub Type": null,
640
+ "Campaign": "B. BB_game_US_alpha",
641
+ "Ad Group": "1. Game Online",
642
+ "Website": null,
643
+ "Sync Time": null,
644
+ "Client Id": null,
645
+ "Modified Time": "02/25/2015 14:22:42.380",
646
+ "Tracking Template": null,
647
+ "Custom Parameter": null,
648
+ "Final Url": null,
649
+ "Mobile Final Url": null,
650
+ "Time Zone": null,
651
+ "Budget Id": null,
652
+ "Budget Name": null,
653
+ "Budget": null,
654
+ "Budget Type": null,
655
+ "Bid Strategy Type": null,
656
+ "KeywordVariantMatchEnabled": null,
657
+ "Campaign Type": null,
658
+ "Priority": null,
659
+ "Start Date": null,
660
+ "End Date": null,
661
+ "Network Distribution": null,
662
+ "Pricing Model": null,
663
+ "Ad Rotation": null,
664
+ "Search Network": null,
665
+ "Search Bid": null,
666
+ "Content Network": null,
667
+ "Content Bid": null,
668
+ "Language": null,
669
+ "Title": "Play Game Online",
670
+ "Text": "Explore a vast, expanding universe. Register now and play for free!",
671
+ "Display Url": "example.com",
672
+ "Destination Url": "example.com/?E=Wu%2byxu8PC76sbG%2beMQchUHtUq0rOvXqJ&s1=game_US_alpha&s2={keyword}",
673
+ "Business Name": null,
674
+ "Phone Number": null,
675
+ "Promotion": null,
676
+ "Editorial Status": "Active",
677
+ "Editorial Location": null,
678
+ "Editorial Term": null,
679
+ "Editorial Reason Code": null,
680
+ "Editorial Appeal Status": null,
681
+ "Device Preference": "All",
682
+ "Ad Format Preference": "All",
683
+ "Title Part 1": null,
684
+ "Title Part 2": null,
685
+ "Path 1": null,
686
+ "Path 2": null,
687
+ "Keyword": null,
688
+ "Match Type": null,
689
+ "Bid": null,
690
+ "Param1": null,
691
+ "Param2": null,
692
+ "Param3": null,
693
+ "Target": null,
694
+ "Physical Intent": null,
695
+ "Bid Adjustment": null,
696
+ "Radius Target Id": null,
697
+ "Name": null,
698
+ "OS Names": null,
699
+ "Radius": null,
700
+ "Unit": null,
701
+ "Business Id": null,
702
+ "From Hour": null,
703
+ "From Minute": null,
704
+ "To Hour": null,
705
+ "To Minute": null,
706
+ "Version": null,
707
+ "Ad Schedule": null,
708
+ "Use Searcher Time Zone": null,
709
+ "Sitelink Extension Order": null,
710
+ "Sitelink Extension Link Text": null,
711
+ "Sitelink Extension Destination Url": null,
712
+ "Sitelink Extension Description1": null,
713
+ "Sitelink Extension Description2": null,
714
+ "Geo Code Status": null,
715
+ "Map Icon": null,
716
+ "Business Icon": null,
717
+ "Address Line 1": null,
718
+ "Address Line 2": null,
719
+ "Postal Code": null,
720
+ "City": null,
721
+ "State Or Province Code": null,
722
+ "Province Name": null,
723
+ "Latitude": null,
724
+ "Longitude": null,
725
+ "Country Code": null,
726
+ "Call Only": null,
727
+ "Call Tracking Enabled": null,
728
+ "Toll Free": null,
729
+ "Alternative Text": null,
730
+ "Media Ids": null,
731
+ "Publisher Countries": null,
732
+ "Store Id": null,
733
+ "Product Condition 1": null,
734
+ "Product Value 1": null,
735
+ "Product Condition 2": null,
736
+ "Product Value 2": null,
737
+ "Product Condition 3": null,
738
+ "Product Value 3": null,
739
+ "Product Condition 4": null,
740
+ "Product Value 4": null,
741
+ "Product Condition 5": null,
742
+ "Product Value 5": null,
743
+ "Product Condition 6": null,
744
+ "Product Value 6": null,
745
+ "Product Condition 7": null,
746
+ "Product Value 7": null,
747
+ "Callout Text": null,
748
+ "Action Text": null,
749
+ "Action Link Url": null,
750
+ "Is Exact": null,
751
+ "Source": null,
752
+ "Url": null,
753
+ "Structured Snippet Header": null,
754
+ "Structured Snippet Values": null,
755
+ "Spend": null,
756
+ "Impressions": null,
757
+ "Clicks": null,
758
+ "CTR": null,
759
+ "Avg CPC": null,
760
+ "Avg CPM": null,
761
+ "Avg position": null,
762
+ "Conversions": null,
763
+ "CPA": null,
764
+ "Quality Score": null,
765
+ "Keyword Relevance": null,
766
+ "Landing Page Relevance": null,
767
+ "Landing Page User Experience": null,
768
+ "App Platform": null,
769
+ "App Id": null,
770
+ "Tracking Enabled": null,
771
+ "App Status": null,
772
+ "Error": null,
773
+ "Error Number": null,
774
+ "Field Path": null,
775
+ "Is Excluded": null,
776
+ "Parent Criterion Id": null,
777
+ "Remarketing List": null,
778
+ "Remarketing List Id": null,
779
+ "Scope": null,
780
+ "Membership Duration": null,
781
+ "UET Tag Id": null,
782
+ "Description": null,
783
+ "Remarketing Targeting Setting": null,
784
+ "Domain Language": null,
785
+ "Dynamic Ad Target Condition 1": null,
786
+ "Dynamic Ad Target Condition 2": null,
787
+ "Dynamic Ad Target Condition 3": null,
788
+ "Dynamic Ad Target Value 1": null,
789
+ "Dynamic Ad Target Value 2": null,
790
+ "Dynamic Ad Target Value 3": null
791
+ },
792
+ {
793
+ "Type": "Campaign Location Target",
794
+ "Status": "Active",
795
+ "Id": "450000052",
796
+ "Parent Id": "90000073",
797
+ "Sub Type": "Country",
798
+ "Campaign": "saga_FR_exact",
799
+ "Ad Group": null,
800
+ "Website": null,
801
+ "Sync Time": null,
802
+ "Client Id": null,
803
+ "Modified Time": "05/06/2014 14:18:49.787",
804
+ "Tracking Template": null,
805
+ "Custom Parameter": null,
806
+ "Final Url": null,
807
+ "Mobile Final Url": null,
808
+ "Time Zone": null,
809
+ "Budget Id": null,
810
+ "Budget Name": null,
811
+ "Budget": null,
812
+ "Budget Type": null,
813
+ "Bid Strategy Type": null,
814
+ "KeywordVariantMatchEnabled": null,
815
+ "Campaign Type": null,
816
+ "Priority": null,
817
+ "Start Date": null,
818
+ "End Date": null,
819
+ "Network Distribution": null,
820
+ "Pricing Model": null,
821
+ "Ad Rotation": null,
822
+ "Search Network": null,
823
+ "Search Bid": null,
824
+ "Content Network": null,
825
+ "Content Bid": null,
826
+ "Language": null,
827
+ "Title": null,
828
+ "Text": null,
829
+ "Display Url": null,
830
+ "Destination Url": null,
831
+ "Business Name": null,
832
+ "Phone Number": null,
833
+ "Promotion": null,
834
+ "Editorial Status": null,
835
+ "Editorial Location": null,
836
+ "Editorial Term": null,
837
+ "Editorial Reason Code": null,
838
+ "Editorial Appeal Status": null,
839
+ "Device Preference": null,
840
+ "Ad Format Preference": null,
841
+ "Title Part 1": null,
842
+ "Title Part 2": null,
843
+ "Path 1": null,
844
+ "Path 2": null,
845
+ "Keyword": null,
846
+ "Match Type": null,
847
+ "Bid": null,
848
+ "Param1": null,
849
+ "Param2": null,
850
+ "Param3": null,
851
+ "Target": "FR",
852
+ "Physical Intent": "PeopleInOrSearchingForOrViewingPages",
853
+ "Bid Adjustment": "0",
854
+ "Radius Target Id": null,
855
+ "Name": null,
856
+ "OS Names": null,
857
+ "Radius": null,
858
+ "Unit": null,
859
+ "Business Id": null,
860
+ "From Hour": null,
861
+ "From Minute": null,
862
+ "To Hour": null,
863
+ "To Minute": null,
864
+ "Version": null,
865
+ "Ad Schedule": null,
866
+ "Use Searcher Time Zone": null,
867
+ "Sitelink Extension Order": null,
868
+ "Sitelink Extension Link Text": null,
869
+ "Sitelink Extension Destination Url": null,
870
+ "Sitelink Extension Description1": null,
871
+ "Sitelink Extension Description2": null,
872
+ "Geo Code Status": null,
873
+ "Map Icon": null,
874
+ "Business Icon": null,
875
+ "Address Line 1": null,
876
+ "Address Line 2": null,
877
+ "Postal Code": null,
878
+ "City": null,
879
+ "State Or Province Code": null,
880
+ "Province Name": null,
881
+ "Latitude": null,
882
+ "Longitude": null,
883
+ "Country Code": null,
884
+ "Call Only": null,
885
+ "Call Tracking Enabled": null,
886
+ "Toll Free": null,
887
+ "Alternative Text": null,
888
+ "Media Ids": null,
889
+ "Publisher Countries": null,
890
+ "Store Id": null,
891
+ "Product Condition 1": null,
892
+ "Product Value 1": null,
893
+ "Product Condition 2": null,
894
+ "Product Value 2": null,
895
+ "Product Condition 3": null,
896
+ "Product Value 3": null,
897
+ "Product Condition 4": null,
898
+ "Product Value 4": null,
899
+ "Product Condition 5": null,
900
+ "Product Value 5": null,
901
+ "Product Condition 6": null,
902
+ "Product Value 6": null,
903
+ "Product Condition 7": null,
904
+ "Product Value 7": null,
905
+ "Callout Text": null,
906
+ "Action Text": null,
907
+ "Action Link Url": null,
908
+ "Is Exact": null,
909
+ "Source": null,
910
+ "Url": null,
911
+ "Structured Snippet Header": null,
912
+ "Structured Snippet Values": null,
913
+ "Spend": null,
914
+ "Impressions": null,
915
+ "Clicks": null,
916
+ "CTR": null,
917
+ "Avg CPC": null,
918
+ "Avg CPM": null,
919
+ "Avg position": null,
920
+ "Conversions": null,
921
+ "CPA": null,
922
+ "Quality Score": null,
923
+ "Keyword Relevance": null,
924
+ "Landing Page Relevance": null,
925
+ "Landing Page User Experience": null,
926
+ "App Platform": null,
927
+ "App Id": null,
928
+ "Tracking Enabled": null,
929
+ "App Status": null,
930
+ "Error": null,
931
+ "Error Number": null,
932
+ "Field Path": null,
933
+ "Is Excluded": null,
934
+ "Parent Criterion Id": null,
935
+ "Remarketing List": null,
936
+ "Remarketing List Id": null,
937
+ "Scope": null,
938
+ "Membership Duration": null,
939
+ "UET Tag Id": null,
940
+ "Description": null,
941
+ "Remarketing Targeting Setting": null,
942
+ "Domain Language": null,
943
+ "Dynamic Ad Target Condition 1": null,
944
+ "Dynamic Ad Target Condition 2": null,
945
+ "Dynamic Ad Target Condition 3": null,
946
+ "Dynamic Ad Target Value 1": null,
947
+ "Dynamic Ad Target Value 2": null,
948
+ "Dynamic Ad Target Value 3": null
949
+ },
950
+ {
951
+ "Type": "Campaign Location Target",
952
+ "Status": "Active",
953
+ "Id": "450000024",
954
+ "Parent Id": "91000058",
955
+ "Sub Type": "Country",
956
+ "Campaign": "B. BB_game_US_alpha",
957
+ "Ad Group": null,
958
+ "Website": null,
959
+ "Sync Time": null,
960
+ "Client Id": null,
961
+ "Modified Time": "03/25/2015 00:07:29.180",
962
+ "Tracking Template": null,
963
+ "Custom Parameter": null,
964
+ "Final Url": null,
965
+ "Mobile Final Url": null,
966
+ "Time Zone": null,
967
+ "Budget Id": null,
968
+ "Budget Name": null,
969
+ "Budget": null,
970
+ "Budget Type": null,
971
+ "Bid Strategy Type": null,
972
+ "KeywordVariantMatchEnabled": null,
973
+ "Campaign Type": null,
974
+ "Priority": null,
975
+ "Start Date": null,
976
+ "End Date": null,
977
+ "Network Distribution": null,
978
+ "Pricing Model": null,
979
+ "Ad Rotation": null,
980
+ "Search Network": null,
981
+ "Search Bid": null,
982
+ "Content Network": null,
983
+ "Content Bid": null,
984
+ "Language": null,
985
+ "Title": null,
986
+ "Text": null,
987
+ "Display Url": null,
988
+ "Destination Url": null,
989
+ "Business Name": null,
990
+ "Phone Number": null,
991
+ "Promotion": null,
992
+ "Editorial Status": null,
993
+ "Editorial Location": null,
994
+ "Editorial Term": null,
995
+ "Editorial Reason Code": null,
996
+ "Editorial Appeal Status": null,
997
+ "Device Preference": null,
998
+ "Ad Format Preference": null,
999
+ "Title Part 1": null,
1000
+ "Title Part 2": null,
1001
+ "Path 1": null,
1002
+ "Path 2": null,
1003
+ "Keyword": null,
1004
+ "Match Type": null,
1005
+ "Bid": null,
1006
+ "Param1": null,
1007
+ "Param2": null,
1008
+ "Param3": null,
1009
+ "Target": "US",
1010
+ "Physical Intent": "PeopleInOrSearchingForOrViewingPages",
1011
+ "Bid Adjustment": "0",
1012
+ "Radius Target Id": null,
1013
+ "Name": null,
1014
+ "OS Names": null,
1015
+ "Radius": null,
1016
+ "Unit": null,
1017
+ "Business Id": null,
1018
+ "From Hour": null,
1019
+ "From Minute": null,
1020
+ "To Hour": null,
1021
+ "To Minute": null,
1022
+ "Version": null,
1023
+ "Ad Schedule": null,
1024
+ "Use Searcher Time Zone": null,
1025
+ "Sitelink Extension Order": null,
1026
+ "Sitelink Extension Link Text": null,
1027
+ "Sitelink Extension Destination Url": null,
1028
+ "Sitelink Extension Description1": null,
1029
+ "Sitelink Extension Description2": null,
1030
+ "Geo Code Status": null,
1031
+ "Map Icon": null,
1032
+ "Business Icon": null,
1033
+ "Address Line 1": null,
1034
+ "Address Line 2": null,
1035
+ "Postal Code": null,
1036
+ "City": null,
1037
+ "State Or Province Code": null,
1038
+ "Province Name": null,
1039
+ "Latitude": null,
1040
+ "Longitude": null,
1041
+ "Country Code": null,
1042
+ "Call Only": null,
1043
+ "Call Tracking Enabled": null,
1044
+ "Toll Free": null,
1045
+ "Alternative Text": null,
1046
+ "Media Ids": null,
1047
+ "Publisher Countries": null,
1048
+ "Store Id": null,
1049
+ "Product Condition 1": null,
1050
+ "Product Value 1": null,
1051
+ "Product Condition 2": null,
1052
+ "Product Value 2": null,
1053
+ "Product Condition 3": null,
1054
+ "Product Value 3": null,
1055
+ "Product Condition 4": null,
1056
+ "Product Value 4": null,
1057
+ "Product Condition 5": null,
1058
+ "Product Value 5": null,
1059
+ "Product Condition 6": null,
1060
+ "Product Value 6": null,
1061
+ "Product Condition 7": null,
1062
+ "Product Value 7": null,
1063
+ "Callout Text": null,
1064
+ "Action Text": null,
1065
+ "Action Link Url": null,
1066
+ "Is Exact": null,
1067
+ "Source": null,
1068
+ "Url": null,
1069
+ "Structured Snippet Header": null,
1070
+ "Structured Snippet Values": null,
1071
+ "Spend": null,
1072
+ "Impressions": null,
1073
+ "Clicks": null,
1074
+ "CTR": null,
1075
+ "Avg CPC": null,
1076
+ "Avg CPM": null,
1077
+ "Avg position": null,
1078
+ "Conversions": null,
1079
+ "CPA": null,
1080
+ "Quality Score": null,
1081
+ "Keyword Relevance": null,
1082
+ "Landing Page Relevance": null,
1083
+ "Landing Page User Experience": null,
1084
+ "App Platform": null,
1085
+ "App Id": null,
1086
+ "Tracking Enabled": null,
1087
+ "App Status": null,
1088
+ "Error": null,
1089
+ "Error Number": null,
1090
+ "Field Path": null,
1091
+ "Is Excluded": null,
1092
+ "Parent Criterion Id": null,
1093
+ "Remarketing List": null,
1094
+ "Remarketing List Id": null,
1095
+ "Scope": null,
1096
+ "Membership Duration": null,
1097
+ "UET Tag Id": null,
1098
+ "Description": null,
1099
+ "Remarketing Targeting Setting": null,
1100
+ "Domain Language": null,
1101
+ "Dynamic Ad Target Condition 1": null,
1102
+ "Dynamic Ad Target Condition 2": null,
1103
+ "Dynamic Ad Target Condition 3": null,
1104
+ "Dynamic Ad Target Value 1": null,
1105
+ "Dynamic Ad Target Value 2": null,
1106
+ "Dynamic Ad Target Value 3": null
1107
+ }
1108
+ ]