...
Info |
---|
NOTE: During initial deployment, this service may be enabled for you. You can use the information below to disable the service. |
captures the following types of usage information, which are available in different releases.
...
Property | Description |
---|
Code Block |
---|
"webapp.enableAnalytics": false, |
| When true , segment analytics are globally enabled. When false , no data is recorded for any segment or forwarded to any channel. |
Code Block |
---|
"webapp.analytics.segmentWriteKey": "<YOUR_VALUE_HERE>", |
| For remote analytics, this property identifies the segment API writeKey matching the project to which to push. Within the Segment project lives the configuration for each sink (e.g Google Analytics, Marketo). Info |
---|
NOTE: For more information on the key value to insert, please contact . |
|
Code Block |
---|
"webapp.analytics.enabledChannels": ["Log","Amplitude"], |
| The channels for which to record data: Log | Google Analytics | Marketo | Amplitude | <future sink>. Log is the default channel.
For remote analytics, this value and the segmentWriteKey are independent, enabling two points of control. For example, if you wanted Marketo to receive analytics, you'd need to include it in enabledChannels and also hook up that integration for your project in Segment. |
- Make changes to the above properties as needed.
- Save your changes and restart the platform.
...
Property | Description |
---|
Code Block |
---|
| "telemetry.amplitude.client.enabled" |
| When set to true , enable logging of user events via Amplitude's client-side SDK. Info |
---|
NOTE: This property is not intended for customer modification. If you believe that you need to make changes, please contact . |
|
Code Block |
---|
| "telemetry.amplitude.client.writeKey" |
|
Info |
---|
NOTE: For more information on the key value to insert, please contact . |
|
...
To disable the service, set webapp.enableAnalytics
to false
. Then, restart the platform.