File size: 26,861 Bytes
92a8837
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
[
  {
    "adId": "CR17484233965576388609",
    "advertiserId": "AR16735076323512287233",
    "advertiserName": "Nike, Inc.",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/17926873754417759183",
    "imageWidth": 380,
    "imageHeight": 199,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/17926873754417759183\" height=\"199\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/17926873754417759183",
    "variationCount": 832,
    "firstShown": "2023-10-24",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.654Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR02684696164518854657",
    "advertiserId": "AR16832577870747402241",
    "advertiserName": "NIKE GLOBAL TRADING B.V. SINGAPORE BRANCH",
    "advertiserDomain": "nike.com",
    "format": "DISPLAY",
    "surface": "SHOPPING",
    "imageUrl": null,
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": null,
    "iframeUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=3097436613&creativeId=656588362948&uiFeatures=12,54&versionId=528&assets=%3DH4sIAAAAAAAAAOPS4eLkaJ2-ZsYeLgEWLk6OTXenT13PKsDIxclxdevBhV85BZi5ODluQJkARRWPJy4AAAA&sig=ACiVB_ys7SYETnz06fKhRppa1tY_RDesWg&htmlParentId=fletch-render-3090004878210284626&responseCallback=fletchCallback3090004878210284626",
    "previewUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=3097436613&creativeId=656588362948&uiFeatures=12,54&versionId=528&assets=%3DH4sIAAAAAAAAAOPS4eLkaJ2-ZsYeLgEWLk6OTXenT13PKsDIxclxdevBhV85BZi5ODluQJkARRWPJy4AAAA&sig=ACiVB_ys7SYETnz06fKhRppa1tY_RDesWg&htmlParentId=fletch-render-3090004878210284626&responseCallback=fletchCallback3090004878210284626",
    "variationCount": 922,
    "firstShown": "2023-05-31",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.750Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR11279869345309655041",
    "advertiserId": "AR16735076323512287233",
    "advertiserName": "Nike, Inc.",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/13896752015527684327",
    "imageWidth": 380,
    "imageHeight": 504,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/13896752015527684327\" height=\"504\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/13896752015527684327",
    "variationCount": 788,
    "firstShown": "2023-11-17",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.783Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR01017597332901855233",
    "advertiserId": "AR15306048242077138945",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "DISPLAY",
    "surface": "SHOPPING",
    "imageUrl": null,
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": null,
    "iframeUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=4966316796&creativeId=805623318685&uiFeatures=12,54&adGroupId=198346724289&versionId=1&sig=ACiVB_yIWtAIOtch5Nn3cYuTHIaofpaa2w&htmlParentId=fletch-render-2685762300080763371&responseCallback=fletchCallback2685762300080763371",
    "previewUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=4966316796&creativeId=805623318685&uiFeatures=12,54&adGroupId=198346724289&versionId=1&sig=ACiVB_yIWtAIOtch5Nn3cYuTHIaofpaa2w&htmlParentId=fletch-render-2685762300080763371&responseCallback=fletchCallback2685762300080763371",
    "variationCount": 25,
    "firstShown": "2026-04-20",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.821Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR00229649917042229249",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/6040129315944726098",
    "imageWidth": 348,
    "imageHeight": 455,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/6040129315944726098\" height=\"455\" width=\"348\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/6040129315944726098",
    "variationCount": 44,
    "firstShown": "2026-02-20",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.850Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR14390493293404225537",
    "advertiserId": "AR16735076323512287233",
    "advertiserName": "Nike, Inc.",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/2473701564682563711",
    "imageWidth": 380,
    "imageHeight": 447,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/2473701564682563711\" height=\"447\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/2473701564682563711",
    "variationCount": 815,
    "firstShown": "2023-11-17",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.890Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR15855972942669152257",
    "advertiserId": "AR15306048242077138945",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "DISPLAY",
    "surface": "SHOPPING",
    "imageUrl": null,
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": null,
    "iframeUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=4966316796&creativeId=805700934161&uiFeatures=12,54&adGroupId=190804753090&versionId=1&sig=ACiVB_zXjzflrQt6laa0EGcsJxKFzkZajg&htmlParentId=fletch-render-6627398996839040678&responseCallback=fletchCallback6627398996839040678",
    "previewUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=4966316796&creativeId=805700934161&uiFeatures=12,54&adGroupId=190804753090&versionId=1&sig=ACiVB_zXjzflrQt6laa0EGcsJxKFzkZajg&htmlParentId=fletch-render-6627398996839040678&responseCallback=fletchCallback6627398996839040678",
    "variationCount": 25,
    "firstShown": "2026-04-20",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.917Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR16874320657897226241",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/7464221632511805247",
    "imageWidth": 365,
    "imageHeight": 467,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/7464221632511805247\" height=\"467\" width=\"365\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/7464221632511805247",
    "variationCount": 200,
    "firstShown": "2025-10-26",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.950Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR14289456945134829569",
    "advertiserId": "AR05379486189378076673",
    "advertiserName": "Nike Global Trading B.V. Singapore Branch",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "DISPLAY",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/15722797956250306579",
    "imageWidth": 724,
    "imageHeight": 423,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/15722797956250306579\" height=\"423\" width=\"724\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/15722797956250306579",
    "variationCount": 28,
    "firstShown": "2026-04-17",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:26.979Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR08984557432696995841",
    "advertiserId": "AR15306048242077138945",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "DISPLAY",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/5335904918512329630",
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/5335904918512329630\" height=\"418.5\" width=\"721.5\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/5335904918512329630",
    "variationCount": 23,
    "firstShown": "2026-04-22",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.010Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR18432063978571038721",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "DISPLAY",
    "surface": "DISPLAY",
    "imageUrl": null,
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": null,
    "iframeUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=1513958667&creativeId=453085389991&uiFeatures=12,54&adGroupId=99844472610&itemIds=9232173198355888597&overlay=%3DH4sIAAAAAAAAALMSMxLhEuK8WvlIYo6LfIPg9enTr3F2CnZ5KXIJJBcXu2QWF-QkVgaXFGXmpQvxcnEHFOWnlCaXZKQW5QMARO9gBTsAAAA&sig=ACiVB_ztO43ZOV62FbGndAG955vINCN5hA&htmlParentId=fletch-render-5505309362682469217&responseCallback=fletchCallback5505309362682469217",
    "previewUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=1513958667&creativeId=453085389991&uiFeatures=12,54&adGroupId=99844472610&itemIds=9232173198355888597&overlay=%3DH4sIAAAAAAAAALMSMxLhEuK8WvlIYo6LfIPg9enTr3F2CnZ5KXIJJBcXu2QWF-QkVgaXFGXmpQvxcnEHFOWnlCaXZKQW5QMARO9gBTsAAAA&sig=ACiVB_ztO43ZOV62FbGndAG955vINCN5hA&htmlParentId=fletch-render-5505309362682469217&responseCallback=fletchCallback5505309362682469217",
    "variationCount": 1615,
    "firstShown": "2021-10-25",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.062Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR08732566959796781057",
    "advertiserId": "AR15306048242077138945",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "DISPLAY",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/16652122352513497434",
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/16652122352513497434\" height=\"845.5\" width=\"671.5\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/16652122352513497434",
    "variationCount": 23,
    "firstShown": "2026-04-22",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.093Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR16815740963291922433",
    "advertiserId": "AR16832577870747402241",
    "advertiserName": "NIKE GLOBAL TRADING B.V. SINGAPORE BRANCH",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/3214996362742739309",
    "imageWidth": 381,
    "imageHeight": 243,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/3214996362742739309\" height=\"243\" width=\"381\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/3214996362742739309",
    "variationCount": 1143,
    "firstShown": "2022-10-04",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.122Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR01504871448626331649",
    "advertiserId": "AR16735076323512287233",
    "advertiserName": "Nike, Inc.",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/6425643387252668174",
    "imageWidth": 380,
    "imageHeight": 460,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/6425643387252668174\" height=\"460\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/6425643387252668174",
    "variationCount": 273,
    "firstShown": "2025-08-15",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.160Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR15192138236144123905",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/7762985815417243887",
    "imageWidth": 381,
    "imageHeight": 174,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/7762985815417243887\" height=\"174\" width=\"381\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/7762985815417243887",
    "variationCount": 199,
    "firstShown": "2025-10-25",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.193Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR07662284637464428545",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/6058265436567217070",
    "imageWidth": 380,
    "imageHeight": 167,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/6058265436567217070\" height=\"167\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/6058265436567217070",
    "variationCount": 932,
    "firstShown": "2023-09-08",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.236Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR12136398609973248001",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/3896039789536522777",
    "imageWidth": 381,
    "imageHeight": 168,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/3896039789536522777\" height=\"168\" width=\"381\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/3896039789536522777",
    "variationCount": 203,
    "firstShown": "2025-10-24",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.267Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR07276117410552217601",
    "advertiserId": "AR18378488041124659201",
    "advertiserName": "Nike Retail BV",
    "advertiserDomain": "nike.com",
    "format": "DISPLAY",
    "surface": "SEARCH",
    "imageUrl": null,
    "imageWidth": null,
    "imageHeight": null,
    "imageHtml": null,
    "iframeUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=8417033297&creativeId=775765467067&uiFeatures=12,54&adGroupId=188664534369&assets=%3DH4sIAAAAAAAAAOPS5uLkuLn1yJdDHAKMQOb0PTu_neMUYObi4HhyeOomFbDgHYg8sxQ7x8X7kw-vYAQyXjZP_7WTE8g4s2zn4iccQEbHQ6jUvZ6VV88wARknd83Z9g7EONS0HaJm2eY_kw-B1JwFKwYA2s72on4AAAA&allowedVariations=36&sig=ACiVB_xkB4qUpnp0FsMjqpyGjvcDKBwS3A&htmlParentId=fletch-render-8566226432902652637&responseCallback=fletchCallback8566226432902652637",
    "previewUrl": "https://displayads-formats.googleusercontent.com/ads/preview/content.js?client=ads-integrity-transparency&obfuscatedCustomerId=8417033297&creativeId=775765467067&uiFeatures=12,54&adGroupId=188664534369&assets=%3DH4sIAAAAAAAAAOPS5uLkuLn1yJdDHAKMQOb0PTu_neMUYObi4HhyeOomFbDgHYg8sxQ7x8X7kw-vYAQyXjZP_7WTE8g4s2zn4iccQEbHQ6jUvZ6VV88wARknd83Z9g7EONS0HaJm2eY_kw-B1JwFKwYA2s72on4AAAA&allowedVariations=36&sig=ACiVB_xkB4qUpnp0FsMjqpyGjvcDKBwS3A&htmlParentId=fletch-render-8566226432902652637&responseCallback=fletchCallback8566226432902652637",
    "variationCount": 201,
    "firstShown": "2025-10-24",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.297Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR11129139581180444673",
    "advertiserId": "AR09595561223982678017",
    "advertiserName": "M Media Group Pty Ltd",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/12730750290951913699",
    "imageWidth": 400,
    "imageHeight": 400,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/12730750290951913699\" height=\"400\" width=\"400\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/12730750290951913699",
    "variationCount": 185,
    "firstShown": "2025-11-12",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.325Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  },
  {
    "adId": "CR08266180747501502465",
    "advertiserId": "AR16735076323512287233",
    "advertiserName": "Nike, Inc.",
    "advertiserDomain": "nike.com",
    "format": "IMAGE",
    "surface": "SEARCH",
    "imageUrl": "https://tpc.googlesyndication.com/archive/simgad/12429789124778586715",
    "imageWidth": 380,
    "imageHeight": 199,
    "imageHtml": "<img src=\"https://tpc.googlesyndication.com/archive/simgad/12429789124778586715\" height=\"199\" width=\"380\">",
    "iframeUrl": null,
    "previewUrl": "https://tpc.googlesyndication.com/archive/simgad/12429789124778586715",
    "variationCount": 647,
    "firstShown": "2023-11-17",
    "lastShown": "2026-05-14",
    "variantUrls": null,
    "targetingCategory": null,
    "impressionsRange": null,
    "impressionsRegions": null,
    "spendRange": null,
    "firstShownDetailed": null,
    "lastShownDetailed": null,
    "payer": null,
    "detailFormatCode": null,
    "searchedDomain": "nike.com",
    "searchedAdvertiser": null,
    "searchedRegions": [],
    "searchedFormat": null,
    "scrapedAt": "2026-05-14T12:15:27.354Z",
    "advertiserTotalAdsMin": "200000",
    "advertiserTotalAdsMax": "300000"
  }
]