Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc changes for feature flag and gtm_id #3206

Merged
merged 5 commits into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading