data.ts 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. export default [
  20. { due_to_group: 'Facebook', period: '2020', 'SUM(decomp_volume)': 1945565.5 },
  21. {
  22. due_to_group: 'Competitor TV Advertising',
  23. period: '2019',
  24. 'SUM(decomp_volume)': 1213252,
  25. },
  26. {
  27. due_to_group: 'Online Advertising',
  28. period: '2018',
  29. 'SUM(decomp_volume)': 999990,
  30. },
  31. { due_to_group: 'COREBASE', period: '2017', 'SUM(decomp_volume)': 852094 },
  32. { due_to_group: 'COREBASE', period: '2018', 'SUM(decomp_volume)': 736576 },
  33. { due_to_group: 'DISPLAY', period: '2017', 'SUM(decomp_volume)': 621608 },
  34. { due_to_group: 'DISPLAY', period: '2018', 'SUM(decomp_volume)': 388904 },
  35. { due_to_group: 'Facebook', period: '2019', 'SUM(decomp_volume)': 94909 },
  36. {
  37. due_to_group: 'Online Advertising',
  38. period: '2017',
  39. 'SUM(decomp_volume)': 81334,
  40. },
  41. { due_to_group: 'Halo TV', period: '2018', 'SUM(decomp_volume)': 66828 },
  42. { due_to_group: 'Halo TV', period: '2017', 'SUM(decomp_volume)': 46818 },
  43. {
  44. due_to_group: 'Competitor TV Advertising',
  45. period: '2017',
  46. 'SUM(decomp_volume)': 25252,
  47. },
  48. { due_to_group: 'Facebook', period: '2017', 'SUM(decomp_volume)': 23932 },
  49. { due_to_group: 'DFSI', period: '2017', 'SUM(decomp_volume)': 21466 },
  50. { due_to_group: 'Coupons', period: '2017', 'SUM(decomp_volume)': 11160 },
  51. { due_to_group: 'Facebook', period: '2018', 'SUM(decomp_volume)': 9444 },
  52. { due_to_group: 'DFSI', period: '2019', 'SUM(decomp_volume)': 8785 },
  53. {
  54. due_to_group: 'Competitive Coupons',
  55. period: '2017',
  56. 'SUM(decomp_volume)': 8724,
  57. },
  58. {
  59. due_to_group: 'Competitive Coupons',
  60. period: '2019',
  61. 'SUM(decomp_volume)': 8724,
  62. },
  63. { due_to_group: 'Coupons', period: '2019', 'SUM(decomp_volume)': 2950 },
  64. { due_to_group: 'BB Display', period: '2019', 'SUM(decomp_volume)': 1844 },
  65. { due_to_group: 'BB Display', period: '2017', 'SUM(decomp_volume)': 1844 },
  66. { due_to_group: 'Email', period: '2017', 'SUM(decomp_volume)': 810 },
  67. { due_to_group: 'OTHER', period: '2017', 'SUM(decomp_volume)': 78 },
  68. { due_to_group: 'Email', period: '2019', 'SUM(decomp_volume)': -987000 },
  69. { due_to_group: 'Email', period: '2020', 'SUM(decomp_volume)': -998988 },
  70. {
  71. due_to_group: 'Online Advertising',
  72. period: '2020',
  73. 'SUM(decomp_volume)': -1500000.7,
  74. },
  75. {
  76. due_to_group: 'Online Advertising',
  77. period: '2019',
  78. 'SUM(decomp_volume)': -1671652,
  79. },
  80. ];