Advertisement
dimamon

Untitled

Dec 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "type": "INFLUENCER",
  3. "userId": "auth0|5a2838f8eb53430db910b995",
  4. "statistic": "TOTAL",
  5. "rows": [
  6. {
  7. "number": 1,
  8. "rowKey": "COMMENTS",
  9. "chart": {
  10. "labels": [
  11. "12/17", "12/18","12/19"
  12. ],
  13. "data": [
  14. 4, 3, 3
  15. ],
  16. "precision": 0,
  17. "trend": "EQUAL",
  18. "stacked": false
  19. }
  20. },
  21. {
  22. "number": 2,
  23. "rowKey": "SHARES",
  24. "chart": {
  25. "labels": [
  26. "12/17", "12/18","12/19"
  27. ],
  28. "data": [
  29. 1, 0, 2
  30. ],
  31. "precision": 0,
  32. "trend": "EQUAL",
  33. "stacked": false
  34. }
  35. },
  36. {
  37. "number": 3,
  38. "rowKey": "LIKES",
  39. "chart": {
  40. "labels": [
  41. "12/17", "12/18","12/19"
  42. ],
  43. "data": [
  44. 10, 2, 15
  45. ],
  46. "precision": 0,
  47. "trend": "EQUAL",
  48. "stacked": false
  49. }
  50. }
  51. ],
  52. "timestamp": "2017-12-19T18:13:26.179+0200"
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement