You are here

public function AcquiaLiftReportDataSourceInterface::getTargetingImpactReport in Acquia Lift Connector 7

Returns a targeting impact report for the specified agent and timeframe.

Parameters

$agent_name: The name of the agent.

string $date_start: The start date in the format YYYY-MM-DD or null to use today's date.

string $date_end: The end date in the format YYYY-MM-DD or null to get a report for just a single day.

string $point: An optional decision point to limit the report to.

Return value

array The report as an associative array

Throws

AcquiaLiftException

2 methods override AcquiaLiftReportDataSourceInterface::getTargetingImpactReport()
AcquiaLiftAPI::getTargetingImpactReport in includes/acquia_lift.classes.inc
Implements AcquiaLiftReportDataSourceInterface::getTargetingImpactReport().
AcquiaLiftReportDataFromFile::getTargetingImpactReport in includes/acquia_lift.classes.inc
Implements AcquiaLiftReportDataSourceInterface::getTargetingImpactReport().

File

includes/acquia_lift.classes.inc, line 1488
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportDataSourceInterface

Code

public function getTargetingImpactReport($agent_name, $date_start = NULL, $date_end = NULL, $point = NULL);