Exemplo n.º 1
0
 /**
  * Identify the user you want to associate to tracked events
  * @param string|int $user_id
  */
 public function identify($user_id)
 {
     $this->_events->identify($user_id);
 }