Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.71 KB | None | 0 0
  1. const data =[
  2.     {
  3.         "date": "Tue, 21 Nov 2017 00:33:30 GMT",
  4.         "side": "demand",
  5.         "env": "Domain",
  6.         "list_name": "comm_TEST__2977448 ",
  7.         "list_id": 2977448,
  8.         "deal_id": 401449,
  9.         "deal_name": "test comm_123456",
  10.                 "type": "bl",
  11.         "hasToRemoveDomains": false,
  12.         "list": [
  13.             "xxx.com"
  14.         ]
  15.     },
  16.     {
  17.         "date": "Tue, 21 Nov 2017 00:33:30 GMT",
  18.         "side": "demand",
  19.         "env": "Domain",
  20.         "list_name": "comm_TEST__2977108",
  21.         "list_id": 2977108,
  22.         "deal_id": 402569,
  23.         "deal_name": "test comm_123456",
  24.                 "type": "wl",
  25.         "hasToRemoveDomains": false,
  26.         "list": [
  27.             "xxx.com"
  28.         ]
  29.     },
  30.     {
  31.         "date": "Tue, 21 Nov 2017 00:38:48 GMT",
  32.         "side": "supply",
  33.         "env": "Domain",
  34.         "list_name": "comm_123456_11-21",
  35.         "list_id": 123456,
  36.         "supplierId": "5a03723e38af8e4f92f5fd64",
  37.         "isViewd": false,
  38.         "tag_id": 563899,
  39.         "tag_name": "test comm_123456",
  40.                 "type": "wl",
  41.         "isEmailOnly": false,
  42.         "hasToRemoveDomains": false,
  43.         "list": [
  44.             "xxx.com"
  45.         ]
  46.     },
  47.     {
  48.         "date": "Tue, 21 Nov 2017 00:38:48 GMT",
  49.         "side": "supply",
  50.         "env": "Bundle",
  51.         "list_name": "comm_123456_11-21",
  52.         "list_id": 123456,
  53.         "supplierId": "5a03723e38af8e4f92f5fd64",
  54.         "isViewd": false,
  55.         "tag_id": 563899,
  56.         "tag_name": "test comm_123456",
  57.         "type": "bl",
  58.         "isEmailOnly": false,
  59.         "hasToRemoveDomains": false,
  60.         "list": [
  61.             "com.xxx.com"
  62.         ]
  63.     }
  64. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement