ServiceType\Get::GetRetargetingGoals PHP Метод

GetRetargetingGoals() публичный Метод

Method to call the operation originally named GetRetargetingGoals
public GetRetargetingGoals ( StructType\GetRetargetingGoalsRequest $params ) : StructType\RetargetingGoal[] | boolean
$params StructType\GetRetargetingGoalsRequest
Результат StructType\RetargetingGoal[] | boolean
    public function GetRetargetingGoals(\StructType\GetRetargetingGoalsRequest $params)
    {
        try {
            $this->setResult(self::getSoapClient()->GetRetargetingGoals($params));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }