From a379bec0476b391d75123d292eb5574a6a0bef5c Mon Sep 17 00:00:00 2001 From: Sadie Norman Date: Fri, 15 Mar 2024 14:29:25 +0000 Subject: [PATCH] Add disableAppFormatTransform to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c67897c..169204a 100755 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The constructor requires the config JSON object (TODO - schema) and optionally a ``` scrollTrackerSelector: "#o_tracker_scroll", //top level DOM element selector for scroll tracking isCustomGTMEvent: true, //selects between GTM and UA(GTAG) event formats - TODO - handle automatically by detecting loaded GTM/UA? + disableAppFormatTransform: false, //by default the config.app variable is formatted, ie: "app": "home-page" -> "app": "Home_page" - set to true to disable this formatting ```