datahub/wherehows-web/mirage/fixtures/metric-metrics.js

65 lines
1.4 KiB
JavaScript

export default [
{
id: 123,
name: 'abandon',
description: 'Total campaign abandon',
dashboardName: 'UMP_V2',
group: 'cm_campaign_insight',
category: 'campaignbid',
subCategory: null,
level: null,
sourceType: null,
source: null,
sourceDatasetId: 0,
refIDType: null,
refID: '',
type: null,
grain: null,
displayFactor: null,
displayFactorSym: null,
goodDirection: null,
formula: null,
dimensions: null,
owners: 'abc,efg,hij',
tags: ' ',
urn: 'metric:///ump_v2/cm_campaign_insight/campaignbid/abandon',
metricUrl: null,
wikiUrl: null,
scmUrl: null,
schema: null,
watchId: 0,
sourceDatasetLink: null
},
{
id: 456,
name: 'abandoned_logical_searches',
description: 'Total number of abandoned logical searches',
dashboardName: 'UMP_V2',
group: 'job_search',
category: 'job_search_metrics',
subCategory: null,
level: null,
sourceType: null,
source: null,
sourceDatasetId: 0,
refIDType: null,
refID: '',
type: null,
grain: null,
displayFactor: null,
displayFactorSym: null,
goodDirection: null,
formula: null,
dimensions: null,
owners: 'xyz,lmn',
tags: ' ',
urn: 'metric:///ump_v2/job_search/job_search_metrics/abandoned_logical_searches',
metricUrl: null,
wikiUrl: null,
scmUrl: null,
schema: null,
watchId: 0,
sourceDatasetLink: null
}
];