sourceafGoogleAnalytics::GoogleAnalyticsConfigIds.fan


const mixin GoogleAnalyticsConfigIds {

     ** Your Google account number, usually in the form of 'UA-XXXXX-X'.
     ** **Required!**
    static const Str accountNumber  := "afGoogleAnalytics.accountNumber";

     ** Your Google account domain, in the format 'wotever.com'.
     ** **Required!**
    static const Str accountDomain  := "afGoogleAnalytics.accountDomain";

}