You are here

public function AcquiaLiftTarget::getType in Acquia Lift Connector 7.2

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

Implements PersonalizeAgentInterface::getType().

File

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

Class

AcquiaLiftTarget
@file Provides an agent for doing fixed targeting.

Code

public function getType() {
  return 'acquia_lift_target';
}