Hi eu tenho um erro no meu script mas não entendo I'm trying to add a AdGroup and returns me an error.The section of code that the error is this
$operations = array(new AdGroupOperation(NULL, $adgroup1, 'ADD')); $adgroupReturnValue = $AdGroupService->mutate($operations); #Add campaigns. When the print $operations command returns that Array ( [0] => AdGroupOperation Object ( [operand] => [operator] => AdGroup Object ( And the error that returns is this SoapFault Object ( [message:protected] => [RequiredError.REQUIRED @ operations[0].operator, OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] Can anyone help me? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
