You are here

public function AcquiaLiftTarget::supportsMultipleDecisionPoints in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 plugins/agent_types/AcquiaLiftTarget.inc \AcquiaLiftTarget::supportsMultipleDecisionPoints()

Implements PersonalizeAgentInterface::supportsMultipleDecisionPoints().

File

plugins/agent_types/AcquiaLiftTarget.inc, line 61
Provides an agent for doing fixed targeting.

Class

AcquiaLiftTarget
@file Provides an agent for doing fixed targeting.

Code

public function supportsMultipleDecisionPoints() {
  return FALSE;
}