excludeFirstPartyAudience = $excludeFirstPartyAudience;
}
/**
* @return bool
*/
public function getExcludeFirstPartyAudience()
{
return $this->excludeFirstPartyAudience;
}
/**
* @param string
*/
public function setTargetingExpansionLevel($targetingExpansionLevel)
{
$this->targetingExpansionLevel = $targetingExpansionLevel;
}
/**
* @return string
*/
public function getTargetingExpansionLevel()
{
return $this->targetingExpansionLevel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TargetingExpansionConfig::class, 'Google_Service_DisplayVideo_TargetingExpansionConfig');