Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

NOTE: During initial deployment, this service may be enabled for you. You can use the information below to disable the service.

 


D s company
 captures the following types of usage information, which are available in different releases.

...

PropertyDescription


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

D s support
.



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.    


  1. Make changes to the above properties as needed.
  2. Save your changes and restart the platform.

...

PropertyDescription


Code Block
languagejs
"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

D s support
.



Code Block
languagejs
"telemetry.amplitude.client.writeKey"



Info

NOTE: For more information on the key value to insert, please contact

D s support
.


...

To disable the service, set webapp.enableAnalytics to false. Then, restart the platform.