You are here

public function AcquiaLiftAgentInterface::syncFixedTargeting in Acquia Lift Connector 7

Syncs fixed targeting rules to Acquia Lift.

Parameters

$option_sets: An array of option set objects whose options may have fixed targeting rules associated with them.

1 method overrides AcquiaLiftAgentInterface::syncFixedTargeting()
AcquiaLiftAgent::syncFixedTargeting in plugins/agent_types/AcquiaLiftAgent.inc
Implements AcquiaLiftAgentInterface::syncFixedTargeting().

File

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

Class

AcquiaLiftAgentInterface
@file Provides an agent type for Acquia Lift

Code

public function syncFixedTargeting($option_sets);