Errors not descriptive

I am getting this error when trying to add campaigns using new api in
Java

com.google.api.adwords.cm.ApiException_Exception:
[RequiredError.REQUIRED @ operations[0].operand]

This looks operand is missing in the CampaignOperation but I have
added this

            CampaignOperation operation = new CampaignOperation();
            operation.setOperand(campaign);
            operation.setOperator(Operator.ADD);


-Shriny

-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to