const mixinafGoogleAnalytics::GoogleAnalyticsConfigIds
afGoogleAnalytics::GoogleAnalyticsConfigIds
A list of required config values.
- accountDomain
const static Str accountDomain := "afGoogleAnalytics.accountDomain"
Your Google account domain (uri), in the format
http://wotever.com
. If not supplied, it is taken fromBedSheetServer.host()
.Example:
//example.org/
orhttp://example.org/
Defaults to
auto
.- accountNumber
const static Str accountNumber := "afGoogleAnalytics.accountNumber"
Your Google account number, usually in the form of
UA-XXXXX-X
. Required!