Anonymous Segment.com tracking. Closes #91.
This commit is contained in:
committed by
Joseph Cohen
parent
a63c65a6c3
commit
5c391cc888
@@ -61,3 +61,14 @@ App::missing(function ($exception) {
|
||||
App::down(function () {
|
||||
return Response::make("Be right back!", 503);
|
||||
});
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Analytics
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| We handle all Segment.com tracking here. The function call will only do
|
||||
| something if tracking is enabled.
|
||||
|
|
||||
*/
|
||||
segment_identify();
|
||||
|
||||
Reference in New Issue
Block a user