public function AcquiaLiftReportDataFromFile::getTargetingImpactReport in Acquia Lift Connector 7
Implements AcquiaLiftReportDataSourceInterface::getTargetingImpactReport().
Overrides AcquiaLiftReportDataSourceInterface::getTargetingImpactReport
File
- includes/
acquia_lift.classes.inc, line 1606 - Provides an agent type for Acquia Lift
Class
Code
public function getTargetingImpactReport($agent_name, $date_start = NULL, $date_end = NULL, $point = NULL) {
return $this
->getReport($agent_name, 'targeting-impact');
}