The minimum required config settings for the analytics namespace
The minimum required config settings for the analytics namespace
(checkin {:keys [analytics-opt-out-path telemetry-url queue version-path
product-name cacert certname]})
Inputs: [{:keys [analytics-opt-out-path telemetry-url queue version-path product-name cacert certname]} :- CheckinRequirements]
Inputs: [{:keys [analytics-opt-out-path telemetry-url queue version-path product-name cacert certname]} :- CheckinRequirements]
These are various file paths and variables required to create a checkin.
These are various file paths and variables required to create a checkin.
The response map returned from Dujour when checking the version
The response map returned from Dujour when checking the version
(create-checkin-args config)
Inputs: [config :- AnalyticsConfig] Returns: CheckinRequirements
Creates the object that is used as input to the checkin method.
Inputs: [config :- AnalyticsConfig] Returns: CheckinRequirements Creates the object that is used as input to the checkin method.
(get-opt-out-reason opt-out-path)
Calculate whether the user has opted out and return the reason for opting out, or nil if opting in
Calculate whether the user has opted out and return the reason for opting out, or nil if opting in
Optional product keys that help the developer configure the analytics service with local settings.
Optional product keys that help the developer configure the analytics service with local settings.
(send-analytics args telemetry-url)
Inputs: [args telemetry-url]
Retrieves and sends analytics to dujour
Inputs: [args telemetry-url] Retrieves and sends analytics to dujour
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close