You are here

public static function AcquiaLiftTarget::explicitTargetingSupportMultiple in Acquia Lift Connector 7

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

Implements PersonalizeExplicitTargetingInterface::explicitTargetingSupportMultiple().

File

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

Class

AcquiaLiftTarget
@file Provides an agent for doing fixed targeting.

Code

public static function explicitTargetingSupportMultiple() {
  return PersonalizeExplicitTargetingInterface::EXPLICIT_TARGETING_MULTIPLE_BOTH;
}