Added Passive Analytics icon
This commit is contained in:
parent
dcfead6fce
commit
13fe8004bc
6 changed files with 1 additions and 18 deletions
|
|
@ -1,17 +0,0 @@
|
|||
To try out Passive Analytics, run:
|
||||
|
||||
sbin/installPassiveAnalytics.pl
|
||||
|
||||
or even better:
|
||||
|
||||
wgd reset --dev --util=sbin/installPassiveAnalytics.pl
|
||||
|
||||
Quick Tour
|
||||
* Go into the Passive Analytics section of the Admin Console
|
||||
* Create some buckets
|
||||
* Click around the site (and watch the passiveLog table get populated)
|
||||
* Click "Begin Analysis"
|
||||
* Wait for an email, or refresh to see the running status
|
||||
* Download the Bucket Data, Delta Data and/or Raw Logs and view in a spreadsheet program
|
||||
|
||||
For more info, see: http://www.plainblack.com/rfe/request-for-enhancement/8862
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB |
|
|
@ -138,7 +138,7 @@ sub installPassiveAnalyticsConfig {
|
|||
my $adminConsole = $session->config->get('adminConsole');
|
||||
if (!exists $adminConsole->{'passiveAnalytics'}) {
|
||||
$adminConsole->{'passiveAnalytics'} = {
|
||||
"icon" => "statistics.gif",
|
||||
"icon" => "passiveAnalytics.png",
|
||||
"uiLevel" => 1,
|
||||
"url" => "^PageUrl(\"\",op=passiveAnalytics;func=editRuleflow);",
|
||||
"title" => "^International(Passive Analytics,PassiveAnalytics);",
|
||||
|
|
|
|||
BIN
www/extras/adminConsole/passiveAnalytics.png
Normal file
BIN
www/extras/adminConsole/passiveAnalytics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
www/extras/adminConsole/small/passiveAnalytics.png
Normal file
BIN
www/extras/adminConsole/small/passiveAnalytics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 966 B |
Loading…
Add table
Add a link
Reference in a new issue