From f19d8a7704ce747cbb597eba4baf773070d88d19 Mon Sep 17 00:00:00 2001 From: Andrei Kalfas Date: Mon, 3 Jun 2024 12:02:35 +0300 Subject: [PATCH] fix(rum-explorer): remove hardcoded conversion rule --- tools/rum/cruncher.js | 3 --- tools/rum/loader.js | 1 - 2 files changed, 4 deletions(-) diff --git a/tools/rum/cruncher.js b/tools/rum/cruncher.js index 5c9eb5253..1383d26f8 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 590e2701d..e284eff01 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() {