You are here

public function AcquiaLiftAgent::buildCampaignReports in Acquia Lift Connector 7

Implements PersonalizeAgentReportInterface::buildCampaignReports().

A facade to the reporting class.

File

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

Class

AcquiaLiftAgent

Code

public function buildCampaignReports($options) {
  return $this
    ->getReporting()
    ->buildCampaignReports($options);
}