-
-
Notifications
You must be signed in to change notification settings - Fork 13
Tracker
padams edited this page May 14, 2020
·
14 revisions
The Tracker client can be used to add web analytics tracking functions to your application.
<?php require_once('owa-php-sdk/owa-autoloader.php');
$config = [
'instance_url' => 'http://your.domain.com/owa/'
];
$sdk = new OwaSdk\sdk($config);
$tracker = $sdk->createTracker();
?>