diff --git a/tools/rum/cruncher.js b/tools/rum/cruncher.js index 5c9eb525..1383d26f 100644 --- a/tools/rum/cruncher.js +++ b/tools/rum/cruncher.js @@ -53,9 +53,6 @@ export function addCalculatedProps(bundle) { bundle.visit = true; if (e.source === '') e.source = '(direct)'; } - if (e.checkpoint === 'click') { - bundle.conversion = true; - } if (e.checkpoint === 'cwv-inp') { bundle.cwvINP = e.value; } diff --git a/tools/rum/loader.js b/tools/rum/loader.js index 590e2701..e284eff0 100644 --- a/tools/rum/loader.js +++ b/tools/rum/loader.js @@ -11,7 +11,6 @@ export default class DataLoader { this.API_ENDPOINT = 'https://rum.fastly-aem.page/bundles'; this.DOMAIN = 'www.thinktanked.org'; this.DOMAIN_KEY = ''; - this.criteria = [{ checkpoint: 'click' }]; } flush() {