Skip to content

Commit

Permalink
Add disableAppFormatTransform to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sadie-phantom committed Mar 15, 2024
1 parent bbb6fb5 commit a379bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a379bec

Please sign in to comment.