Skip to content

Commit

Permalink
add doc changes for feature flag and gtm_id (#3206)
Browse files Browse the repository at this point in the history
* add docs changes for feature flag and gtm_id

Signed-off-by: ayush-billore <[email protected]>

* Docs edits

Signed-off-by: Ian Maddaus <[email protected]>

* change values from boolean to string as the implementation expects the values in string format

Signed-off-by: ayush-billore <[email protected]>

* Update Google ID link

Signed-off-by: Ian Maddaus <[email protected]>

* Capitalization

Signed-off-by: Ian Maddaus <[email protected]>

---------

Signed-off-by: ayush-billore <[email protected]>
Signed-off-by: Ian Maddaus <[email protected]>
Co-authored-by: Ian Maddaus <[email protected]>
  • Loading branch information
ayush-billore and IanMadd authored Jan 3, 2024
1 parent d149e0a commit 2e10edd
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions docs-chef-io/content/supermarket/config_rb_supermarket.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,49 @@ Use these settings to integrate Supermarket with GitHub Enterprise.

### Google Analytics

Use this setting to set up [Google Analytics](https://analytics.google.com) tracking for Supermarket:
Use these settings to set up [Google Analytics](https://analytics.google.com) tracking for Supermarket.

`default['supermarket']['enable_gtag']`

: Whether to enable Google Analytics tracking.

Allowed values: `"true"`, `"false"`.

Default value: `"false"`.

`default['supermarket']['google_analytics_id']`

: The Google Analytics [tracking ID](https://support.google.com/analytics/answer/7372977?hl=en) for Supermarket. Default value: `nil`.
: The Google Analytics [tracking ID](https://support.google.com/analytics/answer/9539598?hl=en) for Supermarket.

Default value: `nil`.

### OneTrust

`default['supermarket']['enable_onetrust']`

: Whether to enable [OneTrust](https://www.onetrust.com) cookie consent verification for Supermarket.

Allowed values: `"true"`, `"false"`.

Default value: `"false"`.

### Google Tag Manager

Use these settings to set up [Google Tag Manager](https://tagmanager.google.com/) for Supermarket:

`default['supermarket']['enable_gtm']`

: Whether to enable Google Tag Manager.

Allowed values: `"true"`, `"false"`.

Default value: `"false"`.

`default['supermarket']['gtm_id']`

: The Google Tag Manager [container ID](https://support.google.com/tagmanager/answer/6103696?hl=en) for Supermarket.

Default value: `nil`.

### Nginx

Expand Down

0 comments on commit 2e10edd

Please sign in to comment.