public function AcquiaLiftTarget::getType in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 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';
}