Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created December 19, 2018 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunomaduro/f63238bddffa4eff7f98ed89a1ab7c2d to your computer and use it in GitHub Desktop.
Save nunomaduro/f63238bddffa4eff7f98ed89a1ab7c2d to your computer and use it in GitHub Desktop.
Scout Extended Facades Analytics
<?php
use Algolia\ScoutExtended\Facades\Algolia;
$analytics = Algolia::analytics();
$test = $analytics->getABTest('a-unique-identifier');
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment