Re: Creating Customer Feed with LOCATION placeholder

2014-09-16 Thread Tomas Rimkus
Ok, nevermind. Found the example: $customerMatchingFunction = new FeedFunction(); $constOperand = new ConstantOperand(); $constOperand->type = 'BOOLEAN'; $constOperand->booleanValue = true; $customerMatchingFunction->lhsOperand = array($constOperand); $customerMatchingFunction->operator

Creating Customer Feed with LOCATION placeholder

2014-09-16 Thread Tomas Rimkus
Hi, When trying to create Customer Feed with Location placeholder I get the following error: FunctionError.INVALID_FUNCTION_FOR_PLACEHOLDER @ operations[0].operand. matchingFunction; trigger:'Invalid function for customer feed location placeholder' FeedFunction creation: $feedFun