You are here

public function AcquiaLiftReportInterface::buildConversionReport in Acquia Lift Connector 7

Retrieves a conversion report.

Parameters

$options: An array of report options.

  • decision_name: (Optional) The decision to get conversion report for.
  • goal: (Optional) The goal for limiting the report, defaults to all goals.
  • start: (Optional) The start time for report data in Y-m-d format. Defaults to agent start.
  • end: (Optional) The end time for report data in Y-m-d format. Defaults to the current date.

Return value

array A renderable array.

1 method overrides AcquiaLiftReportInterface::buildConversionReport()
AcquiaLiftReportBase::buildConversionReport in plugins/agent_types/AcquiaLiftAgent.inc
Implements AcquiaLiftReportInterface()::buildConversionReport().

File

plugins/agent_types/AcquiaLiftAgent.inc, line 118
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportInterface

Code

public function buildConversionReport($options);