AdWords API OperatorError.OPERATOR_NOT_SUPPORTED

2010-02-18 Thread freesystems.t...@gmail.com
Hi, I am integrating the new version of google adwords v2009. here remove campaign is not working it's giving error SoapFault Object ( [message:protected] => [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator] code is like this // Get the

AdWords API OperatorError.OPERATOR_NOT_SUPPORTED on campaignservice v200909

2010-02-12 Thread SW
I have campaignservice object using adwords 200909 version. here are the steps I am taking to initialize the object and trying to mutate campaign. first creating header object as following: Dictionary headers = new Dictionary(); headers.Add("email", mysoapHeader.Email); h

AdWords API OperatorError.OPERATOR_NOT_SUPPORTED

2009-08-21 Thread allvin
Hello I try to update my adGroups using v2009 API: List arAdGroupOperation = new List (_CurAdGroups.Count()); foreach (AdGroup objADG in _CurAdGroups) { AdGroupOperation objAdGroupOperation = new AdGroupOperation(); objAdGroupOperation.ope