You are here

public function AcquiaLiftABReport::renderStatsForOptionSet in Acquia Lift Connector 7

Implements PersonalizeAgentReportInterface::renderStatusForOptionSet().

File

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

Class

AcquiaLiftABReport
Responsible for retrieving and generating Acquia Lift AB Reports.

Code

public function renderStatsForOptionSet($option_set, $date_from, $date_to = NULL) {

  // Not applicable to A/B tests made up of page variations.
  return array();
}