Skip to content

reporting-email.cfg

Introduction

Name

reporting-email.cfg

Profile specific location

~/conf/collection/profile/ (live view only)

Collection location

~/conf/collection/

Description

Defines analytics alerts settings to send out notification emails which provide a regular analytics summary, or trend alert notifications.

To access the reporting email configuration editor, go to administration home page then under the Analyse tab select Edit Analytics Email Settings, see here.

Format

The format of the file is a set of name=value pairs, one per line.

Settings

Option Description
analytics.email.from Single valid email address used as the from address for analytics emails. Default value is support@funnelback.com
analytics.email.addresses List of comma-separated valid email addresses for analytics emails to be sent to.
analytics.email.reports_enabled Turn on (true) sending query report summary or turn it off (false).
analytics.email.frequency Frequency of how often query report summary is sent. Acceptable values are: monthly, fortnightly, weekly or daily.
analytics.email.outliers_enabled Turn on (true) sending trend alert notifications when detected or turn it off (false).
analytics.email.outliers_confidence_threshold Minimum confidence value in percentage of query spikes to be included in trend alert notifications; Default value is 50, minimum value is 0 and maximum is 100.
analytics.email.send_hour_spikes Include (true) query spikes detected at the hour level or exclude them (false). Default value is false.

Example

analytics.email.from=support@funnelback.com
analytics.email.addresses=test1@example.com,test2@example.com
analytics.email.reports_enabled=true
analytics.email.frequency=daily
analytics.email.outliers_enabled=true
analytics.email.outliers_confidence_threshold=50
analytics.email.send_hour_spikes=false

See also

top

Funnelback logo
v15.24.0