| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
- export default [
- { due_to_group: 'Facebook', period: '2020', 'SUM(decomp_volume)': 1945565.5 },
- {
- due_to_group: 'Competitor TV Advertising',
- period: '2019',
- 'SUM(decomp_volume)': 1213252,
- },
- {
- due_to_group: 'Online Advertising',
- period: '2018',
- 'SUM(decomp_volume)': 999990,
- },
- { due_to_group: 'COREBASE', period: '2017', 'SUM(decomp_volume)': 852094 },
- { due_to_group: 'COREBASE', period: '2018', 'SUM(decomp_volume)': 736576 },
- { due_to_group: 'DISPLAY', period: '2017', 'SUM(decomp_volume)': 621608 },
- { due_to_group: 'DISPLAY', period: '2018', 'SUM(decomp_volume)': 388904 },
- { due_to_group: 'Facebook', period: '2019', 'SUM(decomp_volume)': 94909 },
- {
- due_to_group: 'Online Advertising',
- period: '2017',
- 'SUM(decomp_volume)': 81334,
- },
- { due_to_group: 'Halo TV', period: '2018', 'SUM(decomp_volume)': 66828 },
- { due_to_group: 'Halo TV', period: '2017', 'SUM(decomp_volume)': 46818 },
- {
- due_to_group: 'Competitor TV Advertising',
- period: '2017',
- 'SUM(decomp_volume)': 25252,
- },
- { due_to_group: 'Facebook', period: '2017', 'SUM(decomp_volume)': 23932 },
- { due_to_group: 'DFSI', period: '2017', 'SUM(decomp_volume)': 21466 },
- { due_to_group: 'Coupons', period: '2017', 'SUM(decomp_volume)': 11160 },
- { due_to_group: 'Facebook', period: '2018', 'SUM(decomp_volume)': 9444 },
- { due_to_group: 'DFSI', period: '2019', 'SUM(decomp_volume)': 8785 },
- {
- due_to_group: 'Competitive Coupons',
- period: '2017',
- 'SUM(decomp_volume)': 8724,
- },
- {
- due_to_group: 'Competitive Coupons',
- period: '2019',
- 'SUM(decomp_volume)': 8724,
- },
- { due_to_group: 'Coupons', period: '2019', 'SUM(decomp_volume)': 2950 },
- { due_to_group: 'BB Display', period: '2019', 'SUM(decomp_volume)': 1844 },
- { due_to_group: 'BB Display', period: '2017', 'SUM(decomp_volume)': 1844 },
- { due_to_group: 'Email', period: '2017', 'SUM(decomp_volume)': 810 },
- { due_to_group: 'OTHER', period: '2017', 'SUM(decomp_volume)': 78 },
- { due_to_group: 'Email', period: '2019', 'SUM(decomp_volume)': -987000 },
- { due_to_group: 'Email', period: '2020', 'SUM(decomp_volume)': -998988 },
- {
- due_to_group: 'Online Advertising',
- period: '2020',
- 'SUM(decomp_volume)': -1500000.7,
- },
- {
- due_to_group: 'Online Advertising',
- period: '2019',
- 'SUM(decomp_volume)': -1671652,
- },
- ];
|