You are here

public function AcquiaLiftAgent::syncFixedTargeting in Acquia Lift Connector 7

Implements AcquiaLiftAgentInterface::syncFixedTargeting().

Overrides AcquiaLiftAgentInterface::syncFixedTargeting

File

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

Class

AcquiaLiftAgent

Code

public function syncFixedTargeting($option_sets) {
  $items = $this
    ->getFixedTargetingSyncOperations($option_sets);
  $this
    ->queueItems($items);
}