in src/FacebookAds/Object/ServerSide/Event.php [170:181]
public function valid() {
if ($this->container['event_name'] === null) {
return false;
}
if ($this->container['event_time'] === null) {
return false;
}
if ($this->container['user_data'] === null) {
return false;
}
return true;
}